05 2013 档案

摘要:假如你写的一段程序中,正确率为0.9的代码有22行,那么这段代码合起来无BUG概率就不足0.1。没有逻辑漏洞的方法是:每写一行代码都能以1的概率确定它的执行结果;如果不能确定,就测试。LinkedHashMap IteratorException in thread "main" java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(Unknown Source)Reference list:http://forums.codegur 阅读全文
posted @ 2013-05-22 07:51 夏树 阅读(191) 评论(0) 推荐(0)
摘要:模型:《几种不同程序语言的HMM版本》http://www.52nlp.cn/several-different-programming-language-version-of-hmm 阅读全文
posted @ 2013-05-18 09:10 夏树 阅读(116) 评论(0) 推荐(0)
摘要:Knuth-Morris-Pratt algorithm:http://billhoo.blog.51cto.com/2337751/411486; 阅读全文
posted @ 2013-05-03 07:16 夏树 阅读(129) 评论(0) 推荐(0)