码迷,mamicode.com
首页 >  
搜索关键字:written    ( 1077个结果
zju 1295 Reverse Text
Reverse TextTime Limit: 2 Seconds Memory Limit: 65536 KBIn most languages, text is written from left to right. However, there are other languages whe....
分类:其他好文   时间:2014-08-01 19:23:32    阅读次数:202
Leetcode--ZigZag Conversion
Problem Description: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)...
分类:其他好文   时间:2014-08-01 00:11:50    阅读次数:285
关于神经网络算法的 Python例程
# Back-Propagation Neural Networks# # Written in Python. See http://www.python.org/# Placed in the public domain.# Neil Schemenauer import mathimport ...
分类:编程语言   时间:2014-07-28 15:05:53    阅读次数:344
超声波模块SRF05
//////////////////////////////////////////////////////////////////////////////// // //     PIC16F877 + HY-SRF05 + LCD03 example //     Written October 2008 , using HITECH PIC16 compiler //  // No...
分类:其他好文   时间:2014-07-26 02:51:16    阅读次数:211
Heap Sort (堆排序)
Heap sort is common in written exams.First of all, what is heap? Heap is a kind of data struct that can be seen as a complete binary tree. The objectt...
分类:其他好文   时间:2014-07-26 00:13:06    阅读次数:343
物理写的判断 & 介质恢复 & 实例恢复 & 增量检查点
物理写的检测:select*fromv$sysstatwherelower(name)like‘physicalwrites%‘;physicalwrites89119//我一共写了多少块select*fromv$sysstatwhereupper(name)like‘DBW%‘;104DBWRcheckpointbufferswritten817312//通过检查点写了多少块。那你就可以用bufferwriter/physicalwriters..
分类:其他好文   时间:2014-07-25 19:16:42    阅读次数:288
[leetcode]ZigZag Conversion
ZigZag ConversionThe string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern i...
分类:其他好文   时间:2014-07-24 09:51:13    阅读次数:244
杭电2084 数塔
/***** HDOJ_2084_数塔问题 ********//******** written by C_Shit_Hu ************/ ////////////////动态规划DP问题/////////////// /*******************************.....
分类:其他好文   时间:2014-07-22 00:10:33    阅读次数:159
【leetcode刷题笔记】ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2014-07-21 09:31:07    阅读次数:186
One-Two-Three
Your little brother has just learnt to write one, two and three, in English. He has written a lot of those words in a paper, your task is to recognize...
分类:其他好文   时间:2014-07-19 11:30:29    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!