Youmust have heard the name of Kernighan and Ritchie, the authors ofThe C Programming Language. While coding in
C, we use differentcontrol statements and loops, such as, if-then-else,
for, do-while,...
分类:
其他好文 时间:
2014-09-02 15:59:14
阅读次数:
206
In this article I'll discuss the most fundamental technique in concurrent programming known as memory barriers, or fences, that make
the memory state within a processor visible to other processors.
...
分类:
其他好文 时间:
2014-09-02 12:29:24
阅读次数:
266
Debugging Techniques
内核debug的挑战:
Kernel programming brings its own, unique debugging challenges. Kernel code can not be easily executed under a debugger, nor can it be eas...
分类:
其他好文 时间:
2014-09-02 00:23:13
阅读次数:
476
User-Defined Types in C...
分类:
其他好文 时间:
2014-09-01 22:50:03
阅读次数:
403
Re: json handling map functions in erlang 17I have not read Joes final book on the matter (several drafts though) .. and I've told him, twice I think,...
分类:
其他好文 时间:
2014-09-01 19:26:03
阅读次数:
258
英文原文:14 Programming Communities for Developers, Hackers 作为程序员,选择好合适的开发社区对提高自己的编程能力会有很大的帮助,我也说不出为什么,但是一些优秀的实时开发社区确实能帮你积累不少开发经验。 下面这张图列出了 14 个程序员经常逛的...
分类:
其他好文 时间:
2014-09-01 19:22:23
阅读次数:
402
1.HTML5 提供了本地存储,2D绘图,离线支持,套接字和线程等诸多特性。
2.问:这在老式的浏览器上也能用?就像这些新的doctype, meta之类的标记?老式浏览器怎么处理这些新语法呢?
答:对,靠点聪明,也靠点运气。就拿link和script标记上的type属性为例,如今在HTML5中去掉这个属性是合理的,因为CSS和JavaScript现在已经成为标准(当然也是默认的样式和脚本样式)。不过,事实上,浏览器早已经假定默认使用CSS和JavaScript。所以标准一致,真是碰巧,浏览器多年...
分类:
Web程序 时间:
2014-09-01 15:38:03
阅读次数:
313
编程范式(Programming paradigm) 编程范式指我们在编写程序解决问题的思路和视角。它提供了同时也决定了程序员对程序运行的看法。计算机编程中存在许多编程范式,如命令式编程、声明式编程、面向对象编程以及结构化编程等等。其中面向对象编程范式认为程序是由一系列相互作用的对象组成,而结构化....
分类:
其他好文 时间:
2014-09-01 15:18:13
阅读次数:
349
英文原文:Competitive Programming: How is competitive programming different from real-life programming?
你在丛林里,有一把小刀,有人要求你去杀掉一只美洲狮。任何人都会问“美洲狮在丛林里到底在做什么?!”,除了程序员。不过,这不是你被训练为程序员要去做的事情。你在这里要解决问题,而不是对问题提出质...
分类:
其他好文 时间:
2014-09-01 14:07:53
阅读次数:
239
refer from InsideMiscrsoft SQL Server 2008: T-SQL Programming.You should be aware that invoking scalar UDFs in queries has a high cost when you provid...
分类:
其他好文 时间:
2014-08-31 18:32:51
阅读次数:
274