-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
做的程序,很不错的。资源配置的操作系统模拟,任务的规模。
VC做的程序,非常好看的。模拟OS的资源分配,任务调度,银行家算法等等。非常不错。-VC to do the procedure, very nice. OS simulation of resource allocation, task scheduling, banker
- 2023-06-26 11:55:03下载
- 积分:1
-
AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MF...
AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is how the distribution, MFC framework of several types of roles and mutual relations, MFC frame window is how the generation and destruction of the window class PreCreateWidow and OnCreate function of the focus on analysis of the two, Windows window with the C++ the CWnd class relations.
- 2022-03-03 10:52:20下载
- 积分:1
-
图像处理
该工程是对图像进行一系列简单处理的源代码,包括灰度处理,图像滤波,图像锐化,均衡化,边缘检测,数字剪影等。希望对图像处理的初学者有一定的帮助。
- 2022-04-07 09:21:47下载
- 积分:1
-
Find their own network programming is also about the source of the serial
自己找得网络编程的源程序 也是关于串口的-Find their own network programming is also about the source of the serial
- 2023-02-08 05:00:04下载
- 积分:1
-
一个简单的客房管理系统,包含设计报告和说明
一个简单的客房管理系统,包含设计报告和说明-A simple room management system, including the design report and notes
- 2022-06-12 13:26:52下载
- 积分:1
-
Asynchronous serial communication program source code
异步串口通信程序源代码,EVC4.0, Wince.net-Asynchronous serial communication program source code
- 2023-02-09 15:55:04下载
- 积分:1
-
vc程序 读取磁盘信息
vc程序 读取磁盘信息-vc procedure to read the disk information
- 2022-02-10 02:23:25下载
- 积分:1
-
用 spring hiberaet 等框架做的网上书店
网上书店,JAVA EE 程序,运行载TOMCAT 服务器上,用的是SSH 框架。
- 2023-06-21 22:20:08下载
- 积分:1
-
寻找图像中的椭圆并将其圈出,效果很好,可以下载一试
寻找图像中的椭圆并将其圈出,效果很好,可以下载一试-find the ellipse
- 2023-02-04 02:45:03下载
- 积分:1