摘要:
Symbolic constant name Value (hexadecimal) Keyboard (or mouse) equivalent VK_LBUTTON 01 Left mouse button VK_RBUTTON 02 Right mouse button ... 阅读全文
摘要:
[wget学习笔记] 哈希表 hash table (lyxint) (之前看过相关代码,也记过点东西,不过很很惭愧,没有整理记录哈。。。) wget里面有一个hash table的实现. 采用了线性开放地址空间法来解决碰撞, 为了保持效率, 保持哈希表包含元素数目和哈希表总大小比率小于0.... 阅读全文