C++,python,热爱算法和机器学习
全部博文(1214)
2021年(13)
2020年(49)
2019年(14)
2018年(27)
2017年(69)
2016年(100)
2015年(106)
2014年(240)
2013年(5)
2012年(193)
2011年(155)
2010年(93)
2009年(62)
2008年(51)
2007年(37)
发布时间:2014-03-31 18:40:00
文章来源:http://skipperkongen.dk/2013/02/14/having-a-look-at-leveldb/Note: It is worth noting that (the way I interpret it) one of the authors of LevelDB (Sanjay)recommends using TokyoCabinet if the workload is more read-oriented. In turn the TokyoCabinet authors recommend using&.........【阅读全文】
发布时间:2014-03-31 18:34:31
文章来源:http://www.soimort.org/posts/151/最近在看pip和setuptools的源码,对动态修改运行时代码的手段(也就是所谓的Monkey Patch)有了一些心得体会,简单地记录一下。FURIOUS THE MONKEY BOY(狂暴的猴男孩)是帝国时代II里面的一个作弊兵种,单个使用,可以迅速摧毁敌军的单位。虽然这和Monkey Patch基本上.........【阅读全文】
发布时间:2014-03-30 20:39:57
文章来源:https://langui.sh/2014/03/10/wunused-command-line-argument-hard-error-in-future-is-a-harsh-mistress/Apple updated the Xcode command line tools today, which upgraded clang toApple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn) and enabled a feature in clang that causes un.........【阅读全文】
发布时间:2014-03-29 10:23:41
文章来源:http://skipperkongen.dk/2013/02/14/having-a-look-at-leveldb/Note: It is worth noting that (the way I interpret it) one of the authors of LevelDB (Sanjay) recommends using TokyoCabinet if the workload is more read-oriented. In turn the TokyoCabinet authors recommend u.........【阅读全文】
发布时间:2014-03-27 10:53:31
文章来源:http://hi.baidu.com/kanif/item/1a77f6ccaec0480d0ad93a97python自2.6开始提供了多进程模块multiprocessing,这里主要是介绍multiprocessing下的Pool的几个函数一 apply(func[, args[, kwds]]) apply用于传递不定参数,同python中的apply函数一致(不过内置的apply函数从2.3以后就不.........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。