原论文链接失效,特在这里保存一份
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
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
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
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
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
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
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是个有数组支持的有界的阻塞队列。该队列按照先进先出FIFO的原理对元素排序,插入新元素市场队列的尾部,获取新元素是操作队列的开始处。一旦见了建立了缓存区,就不能再增加其容量,试图从已满的队列中方式元素会导致操作阻塞;试图从空的队列中提取元素将导致阻塞。
提拱了四种方法,只有put(),take()才会发生阻塞。
下面是阻塞队列的例子。
packag...
分类:
编程语言 时间:
2014-11-09 19:35:51
阅读次数:
229