liulun

专注!坚持!

  博客园 :: 首页 :: 新随笔 ::  :: 订阅 订阅 :: 管理 ::
  200 随笔 :: 6 文章 :: 830 评论 :: 4 引用

WIN API学习笔记

posted @ 2011-12-22 22:02 liulun 阅读(2270) | 评论 (8) 编辑

posted @ 2011-12-19 07:23 liulun 阅读(1416) | 评论 (13) 编辑

posted @ 2011-12-12 02:27 liulun 阅读(4750) | 评论 (232) 编辑

posted @ 2011-10-25 14:24 liulun 阅读(89) | 评论 (1) 编辑

posted @ 2010-02-23 16:18 liulun 阅读(370) | 评论 (0) 编辑

posted @ 2010-02-23 15:00 liulun 阅读(152) | 评论 (0) 编辑

posted @ 2010-02-23 13:52 liulun 阅读(109) | 评论 (0) 编辑

posted @ 2010-02-09 12:44 liulun 阅读(185) | 评论 (0) 编辑

posted @ 2010-02-09 09:33 liulun 阅读(173) | 评论 (0) 编辑

posted @ 2010-02-08 17:49 liulun 阅读(127) | 评论 (0) 编辑

posted @ 2010-02-07 19:47 liulun 阅读(145) | 评论 (0) 编辑

posted @ 2010-02-06 12:21 liulun 阅读(103) | 评论 (0) 编辑

posted @ 2010-02-06 12:09 liulun 阅读(43) | 评论 (0) 编辑

posted @ 2010-02-04 21:48 liulun 阅读(154) | 评论 (0) 编辑

posted @ 2010-02-04 18:00 liulun 阅读(114) | 评论 (0) 编辑

posted @ 2010-02-04 17:12 liulun 阅读(556) | 评论 (0) 编辑

posted @ 2010-02-04 14:59 liulun 阅读(100) | 评论 (0) 编辑

posted @ 2010-01-25 17:07 liulun 阅读(215) | 评论 (1) 编辑

posted @ 2009-12-18 17:06 liulun 阅读(2438) | 评论 (10) 编辑

posted @ 2009-11-25 17:23 liulun 阅读(449) | 评论 (0) 编辑

posted @ 2009-10-02 12:09 liulun 阅读(50) | 评论 (0) 编辑

posted @ 2009-10-02 11:16 liulun 阅读(153) | 评论 (0) 编辑

摘要: WinApi学习笔记-第一次离内存这么近阅读全文
posted @ 2009-09-26 08:37 liulun 阅读(95) | 评论 (3) 编辑

摘要:

一:进程虚拟地址空间的实现

二:数据共享与保护

三:虚拟内存布局、分工、堆和栈

四:总结

阅读全文
posted @ 2009-09-24 08:25 liulun 阅读(69) | 评论 (0) 编辑

摘要: #include <windows.h>#include <stdio.h>#include <iostream>DWORD CreateChildProcess(...阅读全文
posted @ 2009-09-22 12:53 liulun 阅读(120) | 评论 (1) 编辑

摘要: 读文件 #include <windows.h>#include <stdio.h>#include <iostream>DWORD MyReadFile(LPST...阅读全文
posted @ 2009-09-22 12:51 liulun 阅读(88) | 评论 (0) 编辑

摘要: #include <windows.h>#include <stdlib.h>#include <stdio.h>#include <cstring>#...阅读全文
posted @ 2009-09-20 03:11 liulun 阅读(57) | 评论 (0) 编辑

摘要: #include <windows.h>#include <stdlib.h>#include <stdio.h>#define BUFSIZE 1024void ...阅读全文
posted @ 2009-09-20 01:45 liulun 阅读(118) | 评论 (0) 编辑

摘要: #include <windows.h>#include <stdio.h>int WinMain(HINSTANCE hInstance, HINSTANCE hPrev...阅读全文
posted @ 2009-09-19 23:40 liulun 阅读(57) | 评论 (0) 编辑

摘要:

在vs2008中新建一个VC++的空项目 在解决方案资源管理器,源文件文件夹中添加一个CPP文件 在此文件中输入以下代码

阅读全文
posted @ 2009-09-15 22:33 liulun 阅读(96) | 评论 (1) 编辑