Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2017-08-31 19:16:10
最近这两年人工智能热的烫手,到底是资本太多,还是人工智能真的发展到了一定程度呢?突破了很多以前无法突破的东西?我一直对人工智能持悲观态度,所谓的智能很多时候吹得成分比实际的东西多的多,因此Jeff Hawkins的这本书还是很对我的胃口的。另外也推荐去读读垠神的 我为什么不在乎人工智能。http://www.yinwang..........【阅读全文】
发布时间:2017-08-27 11:26:46
abstract Class ListItem点击(此处)折叠或打开package abstract_exp;public abstract class ListItem{ protected ListItem rightLink; protected ListItem leftLink;.........【阅读全文】
发布时间:2017-08-23 08:42:54
8.5 Recursive Multiply: Write a recursive function to multiply two positive integers without usingthe * operator (or / operator). You can use addition, subtraction, and bit shifting, but you shouldminimize the number of those operations这道题很有意思,我自己的实现因为参考了前面scheme /guile 实.........【阅读全文】
发布时间:2017-08-10 15:55:38
看到第9章了,开始真是看的头大了,所以little scheme就到这里吧。点击(此处)折叠或打开#! /usr/bin/guile -s!# (define atom? (lambda (a) (an.........【阅读全文】
发布时间:2017-08-07 15:55:48
下面这些给我留下了很深的印象always ask null? as the first question in expressing any function.when building a list, describe the first typical element, then cons it onto the natural recursion.always change at least one argument when use recurring.it must be changed to be closer to termination.Th.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com