共 60 篇文章
显示摘要每页显示  条
sorting algorithm.Memory Usage Patterns and Index SortingWhen the size of the array to be sorted approaches or exceeds the available primary memory, so that (much slower) disk or swap space must be employed, the memory usage pattern of a sorting algorithm becomes important, and an algorithm that might have been fairly...
Goolge的技术核心竞争力-Google File SystemGoolge的技术核心竞争力-Google File System最早注意到Google File System是在看过六翼的一篇文章《Google的启示》,六翼感慨Google可以创新是因为可以抛去经验的束缚来做全新的设计。李开复在开复学生论坛说:Google最厉害的技术是它的storage(file system)。再加上成本上的优势(Google File Syste...
The name applied to it comes from John von Neumann, who as author of two papers in 1945 [Goldstine and von Neumann 1963, von Neumann 1981] and coauthor of a third paper in 1946 [Burks, et al. 1963] was the first to spell out the requirements for a general purpose electronic computer.Goldstine, H. H. and von Neumann, J...
数学悖论与三次数学危机。由于严格性被公认为是数学的一个主要特点,因此如果数学中出现悖论会造成对数学可靠性的怀疑。如围绕着数学基础之争,形成了现代数学史上著名的三大数学流派,而各派的工作又都促进了数学的大发展等等。以上简单介绍了数学史上由于数学悖论而导致的三次数学危机与度过,从中我们不难看到数学悖论在推动数学发展中的巨...
[原创]超越javascript系列之——极限之美,用javascript实现人工智能脚本(LispScript) - 中安网培 - 安全培训门户网站最近在网上偶然看到一篇文章,说javascript = C+Lisp,于是思考这样的问题,既然javascript包含着部分Lisp的血统,那么用javascript来实现一个类似于Lisp的人工智能脚本又会是什么样子?
((eq (car e) ‘quote) (cadr e))((eq (car e) ‘atom) (atom (eval (cadr e) a)))((eq (car e) ‘eq) (eq (eval (cadr e) a)(eval (caddr e) a)))((eq (car e) ‘car) (car (eval (cadr e) a)))((eq (car e) ‘cdr) (cdr (eval (cadr e) a)))((eq (car e) ‘cons) (cons (eval (cadr e) a)(eval (caddr e) a)))((eq (car e) ‘cond) (evcon (c...
Scheme 的执行环境被表示为所谓的“lambda 表达式”。lambda 表达式,调用时带有 3 个实际参数 ((lambda someFriends ;参数周围没有括号 !(DisplayLine "hi there "someFriends)) ‘mole ‘bear ‘tiger) ;hi there (mole bear tiger) #t ;调用时带有 0 个实际参数 ((lambda someFriends (DisplayLine "hi there" someFrie...
帮助 | 留言交流 | 联系我们 | 服务条款 | 下载网文摘手 | 下载手机客户端
北京六智信息技术股份有限公司 Copyright© 2005-2024 360doc.com , All Rights Reserved
京ICP证090625号 京ICP备05038915号 京网文[2016]6433-853号 京公网安备11010502030377号
返回
顶部