码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
"《 Serial Drivers 》by Alessandro Rubini" 学习笔记
Introduction to "serial device driver"     (My study note)                                                                                                              膜拜大神的作品....
分类:其他好文   时间:2014-08-29 02:53:07    阅读次数:300
[LeetCode] Single Number II
Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime comp...
分类:其他好文   时间:2014-08-29 01:18:36    阅读次数:275
Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:其他好文   时间:2014-08-28 19:33:55    阅读次数:266
Subsets系列
SubsetsGiven a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must...
分类:其他好文   时间:2014-08-28 17:58:05    阅读次数:356
3Sum
Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero. Note: Elements in a triplet (a,b,c...
分类:其他好文   时间:2014-08-28 13:22:49    阅读次数:177
感应鼠标的滑动式图片说明效果
潜水排污泵与之间--> 预览效果时左下角会提示错误,而且看不到效果,刷新一下就可以看到效果了;当然,在实际使用中,不会出现这样的问题。与之间--> 图片一This is a note area input something you want to talk to ev...
分类:其他好文   时间:2014-08-28 12:56:49    阅读次数:188
Working with JSON in iOS
Note from author: This is a learning note ofWorking with JSON in iOS 5 Tutorialwritten by Ray Wenderlich.JSON is a simple human readable format that i...
分类:移动开发   时间:2014-08-27 23:16:48    阅读次数:440
docker初步
[Note,]由于docker的局限性,docker只能运行在64位的系统中docker软件应用程序可以重复地运行在任何地方,因为它的容器包含了所有的环境依赖关系!docker有三种方式运行作为一个守护demo进程来管理你的linux主机上的LXC容器(sudo docker -d)作为一个命令行的...
分类:其他好文   时间:2014-08-27 23:11:58    阅读次数:270
Single Number和Single Number II
1 Single NumberGiven an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear run...
分类:其他好文   时间:2014-08-27 18:38:28    阅读次数:174
【LeetCode】- Valid Number(有效数字)
[ 问题: ] Some examples: "0" => true " 0.1 " => true "abc" => false "1 a" => false "2e10" => true Note: It is intended for the problem statement to be ambiguous. You should gather all requirements up front before implementing one....
分类:其他好文   时间:2014-08-27 16:43:58    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!