码迷,mamicode.com
首页 >  
搜索关键字:take    ( 1197个结果
Lecture Notes: Macros
原论文链接失效,特在这里保存一份 http://www.apl.jhu.edu/~hall/Lisp-Notes/Macros.html Lisp functions take Lisp values as input and return Lisp values. They are executed at run-time. Lisp macros take Lisp code as inp...
分类:系统相关   时间:2014-11-19 01:21:25    阅读次数:269
LeetCode "Find Minimum in Rotated Sorted Array"
There's usually a common strategy for "find *" problems - binary search: half the space can be dropped by some rules.And take care of corner cases.cla...
分类:其他好文   时间:2014-11-15 16:53:56    阅读次数:171
不懂技术的人不要对懂技术的人说这很容易实现
http://www.aqee.net/im-sure-it-will-only-take-you-a-few-days-to-code/本文由“外刊IT评论”网(www.aqee.net)荣誉出品“这个网站相当简单,所有你需要做的就是完成X,Y,Z。你看起来应该是技术很好,所以,我相信,你不需要花...
分类:其他好文   时间:2014-11-15 16:43:26    阅读次数:106
POJ 1052 MPI Maelstrom
MPI MaelstromTime Limit:1000MSMemory Limit:10000KTotal Submissions:5547Accepted:3458DescriptionBIT has recently take...
分类:其他好文   时间:2014-11-15 11:12:42    阅读次数:245
一道难题
描述Today, I want to take a few minutes to speak with you-directly and clearly-about Ebola: what we're doing about it, and what you need to know. Becaus...
分类:其他好文   时间:2014-11-14 22:26:11    阅读次数:221
POJ3176——Cow Bowling(动态规划)
Cow BowlingDescriptionThe cows don't use actual bowling balls when they go bowling. They each take a number (in the range 0..99), though, and line up ...
分类:其他好文   时间:2014-11-13 14:33:03    阅读次数:270
微软将支持.net开源并跨平台,新特性会体现于VS2015
http://news.microsoft.com/2014/11/12/microsoft-takes-net-open-source-and-cross-platform-adds-new-development-capabilities-with-visual-studio-2015-net-2015-and-visual-studio-online/ Microsoft take...
分类:Web程序   时间:2014-11-13 13:02:14    阅读次数:281
ZOJ 3804 YY's Minions(简单模拟)
YY's Minions Time Limit: 2 Seconds      Memory Limit: 65536 KB Despite YY's so much homework, she would like to take some time to play with her minions first. YY lines her minions up to an N*M ...
分类:其他好文   时间:2014-11-12 17:57:09    阅读次数:204
Gradle Import Wizard--官方文档
Last updated and checked to work with version 3.0.0 of the toolsThis tutorial will take you through the process of using the "Eclipse Integration Grad...
分类:其他好文   时间:2014-11-11 12:18:57    阅读次数:291
多线程之阻塞队列ArrayBlockingQueue,BlockingQueue
ArrayBlockingQueue是个有数组支持的有界的阻塞队列。该队列按照先进先出FIFO的原理对元素排序,插入新元素市场队列的尾部,获取新元素是操作队列的开始处。一旦见了建立了缓存区,就不能再增加其容量,试图从已满的队列中方式元素会导致操作阻塞;试图从空的队列中提取元素将导致阻塞。 提拱了四种方法,只有put(),take()才会发生阻塞。 下面是阻塞队列的例子。 packag...
分类:编程语言   时间:2014-11-09 19:35:51    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!