-
存取注册表的类,有一个实例
存取注册表的类,有一个实例-access to the registry of categories, a case
- 2023-02-23 21:30:04下载
- 积分:1
-
多线程多线程演示系统的研究
多线程演示,用于研究Dephi系统多线程-multithreading demonstration system for the study multithreaded Delphi
- 2022-04-22 14:01:47下载
- 积分:1
-
对于VC编程很有帮助,非常好的非常好的不可见的分隔条
对于VC编程很有帮助,非常好的非常好的不可见的分隔条-for VC helpful, very good very good visibility to the separation of
- 2022-06-21 05:27:46下载
- 积分:1
-
VC++的共享内存封装类实例
VC++的共享内存封装类实例,实现了操作系统级的共享内存,以及共享内存映射磁盘文件功能。及时操作系统异常重启,
共享内存映射的文件数据仍然存在。
- 2023-03-05 02:20:03下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
MP3播放器的源代码,使用C语言编程,使用的…
mp3播放器的源代码,采用C语言 编程,使用C编译器,开发很方便。-mp3 player of the source code, using the C programming language, the use of the C compiler, development is very convenient.
- 2022-01-31 23:58:00下载
- 积分:1
-
You may read code because you have to
You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse.
Code-reading requires its own set of skills, and the ability to determine which technique you use when is crucial. In this indispensable book, Diomidis Spinellis uses more than 600 real-world examples to show you how to identify good (and bad) code: how to read it, what to look for, and how to use this knowledge to improve your own code.
Fact: If you make a habit of reading good code, you will write better
- 2023-06-05 04:00:03下载
- 积分:1
-
flex写的纸牌游戏,欢迎大家下载研究。做了发牌,进入等功能...
flex写的纸牌游戏,欢迎大家下载研究。做了发牌,进入等功能-flex to write the card games, welcome to download the study. To do the licensing, access and other functions
- 2023-07-22 07:25:04下载
- 积分:1
-
电子数据库作为一个表显示的实现
用电子表格显示数据库内容的实现-electronic database as a table showing the realization
- 2022-03-18 05:07:21下载
- 积分:1
-
跟640x480屏幕配套的触摸屏的驱动(for winCE),已测试
跟640x480屏幕配套的触摸屏的驱动(for winCE),已测试-640x480 screen with touch-screen matching driver (for winCE), have been tested
- 2022-05-27 08:46:36下载
- 积分:1