码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
A计划(bfs)
A计划Time Limit : 3000/1000ms (Java/Other)Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 2Accepted Submission(s) : 1Problem Description可怜...
分类:其他好文   时间:2015-12-08 21:48:17    阅读次数:214
数据结构:Binary and other trees(数据结构,算法及应用(C++叙事描述语言)文章8章)
8.1 Trees-->root,children, parent, siblings, leaf; level, degree of element 的基本概念8.2 Binary Trees-->什么样的tree是Binary Tree8.3. Properties of Binary Tree...
分类:编程语言   时间:2015-12-08 17:53:02    阅读次数:128
Xcode搭建Python编译环境
Xcode搭建Python编译环境 确认安装了pythonzx:~ zx$ which python/usr/bin/python2.打开Xcode,新建工程,选择 "Other"| "Externail Building System".3.BuildTool填入 "/usr/bin/python...
分类:编程语言   时间:2015-12-08 00:32:19    阅读次数:123
xcode用法
参考:http://stackoverflow.com/questions/5276967/python-in-xcode-71. 双击打开Xcode2. 点击File->New->New Project,点击Next3. 在左边的面板选择Other,右边选择External Build Sytem...
分类:其他好文   时间:2015-12-07 20:32:03    阅读次数:164
1048. Find Coins (25)
Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopping mall which cou...
分类:其他好文   时间:2015-12-06 11:28:02    阅读次数:156
[LeetCode]String to Integer (atoi)
主要是一下步骤1.delete space in front of str2.check if str startsWith other characters3.check if str is positive4.check the end of str5.check if overflowpubl...
分类:其他好文   时间:2015-12-05 09:40:53    阅读次数:117
Pixel VS Point, FrameBuffer VS RenderBuffer
// How iOS app MVC worksView, Window,AppDelegateViewController, RootViewController// On Pixel VS PointThe 'point' (pt) on the other hand is a unit of ...
分类:其他好文   时间:2015-12-04 12:46:29    阅读次数:196
260. Single Number III
题目:Given an array of numbersnums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two element...
分类:其他好文   时间:2015-12-04 06:29:38    阅读次数:112
消除热块(hot block)
上篇日志提到了,那么高的负载,是存在数据块读竞争,下面介绍几个方法来消除块竟争查找块竟争SELECT p1 "file#", p2 "block#", p3 "class#"FROM v$session_waitWHERE event = 'read by other session';如果查出来是...
分类:其他好文   时间:2015-12-03 13:52:39    阅读次数:585
- (BOOL)isEqual:(id)object
每个对象都有- (BOOL)isEqual:(id)object这个方法例如:/** * 常用来比较两个HWEmotion对象(地址)是否一样 * * @param other 另外一个HWEmotion对象 * * @return YES : 代表2个对象是一样的,NO: 代表2个对象是不一...
分类:其他好文   时间:2015-12-02 22:26:37    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!