-
Lua的Iterator以及函数心得
local tbl = {"one", "two", "th…
-
Lua简介
lua是一个很有意思的编程语言,我是用它写base64编码辅助工具时候发现的。 lua是巴西里约热内卢大学的一…
-
把脉-给自己做个技术“体检”
看到了白乔的这篇博客“VC程序员的常见症状……”,感到颇有一些标题党的意味,因为他说的这些症状,我一个也没有,…
-
Intel x86 Function-call Conventions – Assembly View中文版
我翻译的中文版本,比较粗糙,但是对于理解Visual C++生成的汇编代码很有帮助。 中文版在线链接:http…
-
Profiling C++ performance in windows
Profiling in software http://en.wikipedia.org/wiki/Soft…
-
Useful code snippet : GetBit & SetBit functions
If you want to manipulate the bit in BYTE array, follow…
-
笔记:C (C++)语言中数组与指针的区别
-关于《c专家编程》的读书笔记 —————R…
-
笔记:c语言中的复杂声明
最近在复习c(c++)语言里面的复杂声明,这个东西真是麻烦的紧啊。