看到了白乔的这篇博客“VC程序员的常见症状……”,感到颇有一些标题党的意味,因为他说的这些症状,我一个也没有,… 继续阅读把脉-给自己做个技术“体检”
月度归档: 2009 年 7 月
Intel x86 Function-call Conventions – Assembly View中文版
我翻译的中文版本,比较粗糙,但是对于理解Visual C++生成的汇编代码很有帮助。 中文版在线链接:http… 继续阅读Intel x86 Function-call Conventions – Assembly View中文版
十年
一晃竟然已经十年,各家的宝宝已经满地跑,而我们,也都变得大腹便便。 十年后,我们又相聚海大。
Profiling C++ performance in windows
Profiling in software http://en.wikipedia.org/wiki/Soft… 继续阅读Profiling C++ performance in windows
Useful code snippet : GetBit & SetBit functions
If you want to manipulate the bit in BYTE array, follow… 继续阅读Useful code snippet : GetBit & SetBit functions