2010年9月8日

C++ namespace magic for gnulib (zZ from gnu.org)

摘要: The function definitions provided by Gnulib (.c code) are meant to be compiled by a C compiler. The header files (.h files), on the other hand, can be used in either C or C++. By default, when used in... 阅读全文

posted @ 2010-09-08 22:00 胡是 阅读(387) 评论(0) 推荐(0) 编辑

Writeup - A GPGPU Compiler for Memory Optimization and Parallelism Management

摘要: 在《The Art of Concurrency》这本书中,作者介绍了在多核处理器上进行多线程程序开发的方法,可分为四个步骤,即分析(Analysis)、设计和实现(Design and Implementation)、正确性检查(Test for correctness)和性能调谐(Tune for performance)。在已有的串行程序基础上,程序员反复进行以上四个步骤,以达到满意的性能提... 阅读全文

posted @ 2010-09-08 13:45 胡是 阅读(235) 评论(0) 推荐(0) 编辑

改进论文标题的6个技巧

摘要: 把贡献置于题名的前部 新信息出现在开头,人们已知的不太特指的信息则位于句子的结尾 增加动词形式 分词和不定式的动词形式可给题名增加活力 用形容词和数字表述贡献的亮点 fast, highly efficient, robust but not new, novel 清楚且特指的关键词 论文内容的具体程度与题名中具有特指性关键词的数量成正比。不能把关键词埋没在一长串的修饰性作用的名词中。 精... 阅读全文

posted @ 2010-09-08 09:15 胡是 阅读(254) 评论(0) 推荐(0) 编辑

导航