上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: > 《简明Python教程》笔记。 #@author: gr #@date: 2014-06-30 #@email: forgerui@gmail.com## 一、Basic Language#### 1.1. 输出字符串的拼接: coun... 阅读全文
posted @ 2015-08-23 19:56 bairuiworld 阅读(297) 评论(0) 推荐(0) 编辑
摘要: > More Effective C++ #@author: gr #@date: 2015-05-24 #@email: forgerui@gmail.com ### 九、利用`destructors`避免泄漏资源所谓RAII即"资... 阅读全文
posted @ 2015-06-17 17:02 bairuiworld 阅读(299) 评论(0) 推荐(0) 编辑
摘要: > More Effective C++ #@author: gr #@date: 2015-05-21 #@email: forgerui@gmail.com ###五、对定制的“类型转换函数”保持警觉#### 5.1. C++中存在的转... 阅读全文
posted @ 2015-06-09 21:47 bairuiworld 阅读(274) 评论(0) 推荐(0) 编辑
摘要: > More Effective C++ #@author: gr #@date: 2015-05-11 #@email: forgerui@gmail.com ### 一、仔细区别pointers和references#### 1.... 阅读全文
posted @ 2015-06-09 15:23 bairuiworld 阅读(275) 评论(0) 推荐(0) 编辑
摘要: > 在Linux下程序崩溃,特别是在循环中产生`Segment Fault`错误时,根本不知道程序在哪出错,这时,利用core文件可以快速找到出错的问题所在。 #@author: gr #@date: 2015-05-27 #@email: ... 阅读全文
posted @ 2015-06-01 15:29 bairuiworld 阅读(814) 评论(0) 推荐(0) 编辑
摘要: > MATLAB下使用CUDA。 #@author: gr #@date: 2014-04-08 #@email: forgerui@gmail.com## 一、 Matlab & C#### 1. 概念`Matlab` 与 `C` 混编可... 阅读全文
posted @ 2015-05-09 10:07 bairuiworld 阅读(1232) 评论(0) 推荐(0) 编辑
摘要: > CUDA Learning. #@author: gr #@date: 2014-04-06 #@email: forgerui@gmail.com### 1. IntroductionCPU和GPU的区别。GPU拥有更多的核心数,可以... 阅读全文
posted @ 2015-05-09 09:42 bairuiworld 阅读(419) 评论(0) 推荐(0) 编辑
摘要: > Paper about Event Detection. #@author: gr #@date: 2014-03-15 #@email: forgerui@gmail.com> 看一些相关的论文。#### 1. 《Efficient ... 阅读全文
posted @ 2015-04-06 11:56 bairuiworld 阅读(1412) 评论(0) 推荐(0) 编辑
摘要: > Using git. #@author: gr #@date: 2014-03-12 #@email: forgerui@gmail.com#### 1. 合并代码 //使用fetch, merge git fetch or... 阅读全文
posted @ 2015-04-06 11:55 bairuiworld 阅读(172) 评论(0) 推荐(0) 编辑
摘要: > Paper reading. #@author: gr #@date: 2014-03-11 #@email: forgerui@gmail.com> **Early Detection Abstract:**1. Structured... 阅读全文
posted @ 2015-04-06 11:03 bairuiworld 阅读(703) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页