随笔分类 -  c

摘要:http://990487026.blog.51cto.com/10133282/1834893 阅读全文
posted @ 2017-05-09 19:24 zengkefu 阅读(170) 评论(0) 推荐(0)
摘要:http://www.loongnix.org/index.php/首页 阅读全文
posted @ 2017-04-24 19:55 zengkefu 阅读(492) 评论(0) 推荐(0)
摘要:Marek's totally not insane idea of the day Epoll is fundamentally broken 1/2 Epoll is fundamentally broken 1/2 I/O multiplexing part #3 I/O multiplexi 阅读全文
posted @ 2017-04-13 14:47 zengkefu 阅读(368) 评论(0) 推荐(0)
摘要:2017-02-03 嵌入式ARM 嵌入式ARM 从源代码安装过软件的朋友一定对 ./configure && make && make install 安装三步曲非常熟悉了。然而究竟这个过程中的每一步幕后都发生了些什么呢?今天小编将带你一探究竟。 深入理解这个过程将有助于你在LFS的基础上玩出自己 阅读全文
posted @ 2017-02-07 00:53 zengkefu 阅读(2239) 评论(0) 推荐(1)
摘要:2017-01-19 嵌入式ARM 嵌入式ARM 一、GCC简介 The GNU Compiler Collection,通常简称 GCC,是一套由 GNU 开发的编译器集,为什么是编辑器集而不是编译器呢? 那是因为它不仅支持 C 语言编译,还支持 C++, Ada,Objective C 等许多语 阅读全文
posted @ 2017-02-07 00:51 zengkefu 阅读(4315) 评论(0) 推荐(1)
摘要:http://blog.csdn.net/wangzuxi/article/details/44766221 阅读全文
posted @ 2017-02-07 00:50 zengkefu 阅读(355) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/pengdonglin137/p/4751279.html 阅读全文
posted @ 2017-02-07 00:16 zengkefu 阅读(478) 评论(0) 推荐(0)
摘要:http://blog.163.com/zhu329599788@126/blog/static/6669335020161179259975 http://www.cnblogs.com/codemood/archive/2013/06/01/3113200.html CentOS6.5升级手动安 阅读全文
posted @ 2017-01-26 15:58 zengkefu 阅读(2593) 评论(0) 推荐(0)
摘要:https://www.prevanders.net/dwarf.html#testingcomment http://www.dwarfstd.org/ https://www.prevanders.net/dwarf.html#testingcomment http://www.dwarfstd 阅读全文
posted @ 2017-01-26 15:54 zengkefu 阅读(4996) 评论(0) 推荐(0)
摘要:http://www.hellogcc.org/ 阅读全文
posted @ 2017-01-26 15:50 zengkefu 阅读(117) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/codemood/p/3142848.html http://www.cnblogs.com/xiaofu/p/4306282.html 阅读全文
posted @ 2017-01-25 15:43 zengkefu 阅读(624) 评论(0) 推荐(0)
摘要:http://undo.io/products/undodb/ 阅读全文
posted @ 2017-01-25 15:34 zengkefu 阅读(523) 评论(0) 推荐(0)
摘要:http://btorpey.github.io/blog/2015/01/02/building-clang/ clang is a great compiler, with a boatload of extremely helpful tools, including static analy 阅读全文
posted @ 2017-01-25 15:23 zengkefu 阅读(483) 评论(0) 推荐(0)
摘要:http://justjavac.com/codepuzzle.html 阅读全文
posted @ 2017-01-01 13:45 zengkefu 阅读(152) 评论(0) 推荐(0)
摘要:https://linux.cn/article-7480-1.html 阅读全文
posted @ 2016-12-04 14:47 zengkefu 阅读(142) 评论(0) 推荐(0)
摘要:http://www.frida.re/docs/home/ 阅读全文
posted @ 2016-12-02 17:22 zengkefu 阅读(123) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/jnu_simba/article/details/8806654 阅读全文
posted @ 2016-07-15 16:16 zengkefu 阅读(155) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/dc_726/article/details/50649598 阅读全文
posted @ 2016-07-13 15:08 zengkefu 阅读(147) 评论(0) 推荐(0)
摘要:http://c.learncodethehardway.org/book/index.html 阅读全文
posted @ 2016-07-07 12:23 zengkefu 阅读(246) 评论(0) 推荐(0)
摘要:Google perftools 1、功能简介 它的主要功能就是通过采样的方式,给程序中cpu的使用情况进行“画像”,通过它所输出的结果,我们可以对程序中各个函数(得到函数之间的调用关系)耗时情况一目了然。在对程序做性能优化的时候,这个是很重要的,先把最耗时的若干个操作优化好,程序的整体性能提升应该 阅读全文
posted @ 2016-07-02 19:31 zengkefu 阅读(2081) 评论(0) 推荐(0)