2014年7月11日

C++

摘要: C++ 如何使用mappFunc 代表的是函数指针.void (*func)(int ,int);必须要使用typedefvoid (*func)(int ,int); 才能作为map的第二个参数 阅读全文

posted @ 2014-07-11 22:36 Practicer.. 阅读(140) 评论(0) 推荐(0) 编辑

2014年4月23日

gcc 带参数进行编译

摘要: gcc-DYES-o helloyes hello.c 在hello.c中存在#ifdefine YES ........ 阅读全文

posted @ 2014-04-23 07:48 Practicer.. 阅读(327) 评论(0) 推荐(0) 编辑

2014年4月17日

感叹

摘要: 人心真是太复杂了 阅读全文

posted @ 2014-04-17 14:34 Practicer.. 阅读(115) 评论(0) 推荐(0) 编辑

2014年4月15日

关于scala

摘要: 对函数式编程感兴趣了雪下scala吧 阅读全文

posted @ 2014-04-15 10:09 Practicer.. 阅读(111) 评论(0) 推荐(0) 编辑

关于lda算法的一个博客

摘要: http://www.cnblogs.com/LeftNotEasy/archive/2011/01/08/lda-and-pca-machine-learning.html 阅读全文

posted @ 2014-04-15 09:32 Practicer.. 阅读(150) 评论(0) 推荐(0) 编辑

2014年4月12日

外网可以反问lxr

摘要: , 'baseurl_aliases' =>174 [ 'http://172.168.2.4/lxr'175 , 'http://mydomain/lxr'176 ]添加上映的baseurl_aliases 就可以了。就可以允许通过上面的地址访问到lxr。 阅读全文

posted @ 2014-04-12 22:39 Practicer.. 阅读(215) 评论(0) 推荐(0) 编辑

2014年4月3日

内存泄流

摘要: 内存泄流检测valgrind--track-fds=yes--leak-check=full--undef-value-errors=yes./a.out 阅读全文

posted @ 2014-04-03 22:40 Practicer.. 阅读(146) 评论(0) 推荐(0) 编辑

2014年3月27日

lxr看代码的时候出现中文乱码问题

摘要: 修改lxr.conf修改, 'encoding' => 'utf-8',为utf-8 阅读全文

posted @ 2014-03-27 17:39 Practicer.. 阅读(132) 评论(0) 推荐(0) 编辑

2014年3月20日

我在这里记下来的是我最近痛苦的根源

摘要: 1。记住了放下自己,机会都是留给了有准备的人。 阅读全文

posted @ 2014-03-20 09:39 Practicer.. 阅读(101) 评论(0) 推荐(0) 编辑

2014年3月14日

python

摘要: 时间处理函数datetime 阅读全文

posted @ 2014-03-14 22:25 Practicer.. 阅读(145) 评论(0) 推荐(0) 编辑

导航