-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
Huffman编码实现数据压缩(C语言实现)
Huffman编码实现数据压缩,C语言实现,信息安全课程设计,学习位运算,字符串操作。Huffman编码实现数据压缩,C语言实现,信息安全课程设计,学习位运算,字符串操作。
- 2022-02-06 04:52:50下载
- 积分:1
-
画曲线图
应用背景CChart is a powerful plotting tool for 2D data visulization in C++ interface, with interaction for mouse and keyboard.
Please read the file "DocumentUserguide.chm" for detailed infomation.
关键技术This is fully redistrubution version, with many demonstration projects, including Win32API, MFC and WTL samples. If any problems, please contact author by email: baita00@yahoo.com.cn
The author assumes no responsibility for the use or reliability of his software.
- 2023-07-17 09:40:07下载
- 积分:1
-
practical third category, which is very easy to achieve, mapping, status bar pro...
一些实用的第三方类,实现功能非常方便,贴图, 状态栏进度条, 普通进度条,ADO操作,EXECLE操作, 菜单图表, -practical third category, which is very easy to achieve, mapping, status bar progress of the general progress of the operation ADO, EXECLE operation, and the menu chart
- 2022-05-25 15:26:54下载
- 积分:1
-
winCE程序设计,介绍Wince上的应用程序开发
winCE程序设计,介绍Wince上的应用程序开发-WinCE programming, introduction Wince on application development
- 2023-02-25 15:15:06下载
- 积分:1
-
MS Wince6培训资料之实践手册.
是学习WINCE6的好教材.
MS Wince6培训资料之实践手册.
是学习WINCE6的好教材.-MS Wince6 practice manual training materials. WINCE6 good learning materials.
- 2022-03-03 16:53:21下载
- 积分:1
-
Island Hopper News 范例及其它
Island Hopper News 范例及其它 -Island Hopper News and other examples
- 2022-01-24 15:31:15下载
- 积分:1
-
This project demonstate how to make plugin system.
This project demonstate how to make plugin system.
- 2022-03-17 23:36:28下载
- 积分:1
-
MapObject. Edit shapefile with mapobjects and Visual Basic
MapObject. Edit shapefile with mapobjects and Visual Basic
- 2022-01-30 16:09:42下载
- 积分:1
-
win NT . 2k . XP 下键盘屏蔽,包括win键
win NT . 2k . XP 下键盘屏蔽,包括win键-keyBoard-lock(win) as win-nt,2k and xp
- 2023-09-04 21:30:03下载
- 积分:1