摘要: 转自:http://forum.ubuntu.org.cn/viewtopic.php?t=2606131.平衡点问题平衡点:比如int[] numbers = {1,3,5,7,8,25,4,20}; 25前面的总和为24,25后面的总和也是24,25这个点就是平衡点;假如一个数组中的元素,其前面... 阅读全文
posted @ 2010-04-18 13:07 莫小 阅读(805) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1#coding:utf-823#Python的线程池实现45importQueue6importt... 阅读全文
posted @ 2010-04-18 11:15 莫小 阅读(15878) 评论(0) 推荐(0)