代码改变世界

随笔档案-2013年01月

Windows系统进程介绍

2013-01-29 20:47 by Clingingboy, 241 阅读, 收藏, 编辑
摘要: http://mtoou.info/smss-exe/ 阅读全文

Gac代码库分析(4)数据结构-数组

2013-01-18 14:11 by Clingingboy, 272 阅读, 收藏, 编辑
摘要: 一.ArrayBase ArrayBase提供基本的数组数据结构存储,其中还提供了一个迭代器 二.Array:ArrayBase 基本的数组类 三.ListBase:ArrayBase,List : public ListBase 提过动态添加元素的列表 四.SortedList : public ListBase 阅读全文

关于c语言的赋值和memcpy的问题

2013-01-18 13:52 by Clingingboy, 497 阅读, 收藏, 编辑
摘要: 参考链接: http://bbs.chinaunix.net/thread-1651407-2-1.html http://www.cnblogs.com/qyaizs/articles/2039101.html 貌似感觉是一样的 代码示例: template<typename T, bool PODType> class ListStore abst... 阅读全文

Win32 API (2013/1/17)

2013-01-17 14:41 by Clingingboy, 907 阅读, 收藏, 编辑
摘要: 一.WM_MOUSEMOVE消息 wParam Indicates whether various virtual keys are down. This parameter can be one or more of the following values. MK_CONTROLThe CTRL key is down. MK_LBUTTONThe left mouse button i... 阅读全文
点击右上角即可分享
微信分享提示