-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
设计一个管理信息系统,主要是我们通过在实际中了解了一些企业的管理形式,并结合当今世界管理信息系统的蓬勃发展,了解现阶段对管理信息系弘强调的是综合管理功能,多维服...
设计一个管理信息系统,主要是我们通过在实际中了解了一些企业的管理形式,并结合当今世界管理信息系统的蓬勃发展,了解现阶段对管理信息系弘强调的是综合管理功能,多维服务模式,人机协调的、智能化的、集成化的计算机辅助管理功能等。因此设计这样一个管理信息系统,来解决一些小型企业在物理管理上的缺点,能够实现物资信息的系统化、规范化和自动化。-design of a management information system, is mainly through the practical understanding some forms of enterprise management, and combining the world of management information system to flourish, understanding of this stage of management information systems Hung stressed the comprehensive management capabilities, and multidimensional approach crew coordination, intelligence, Integrated CAD management functions. Therefore the design of a management information system to solve some small enterprises in the management of the physical shortcomings, Information materials to achieve the systematization and standardization and automation.
- 2022-06-30 18:04:37下载
- 积分:1
-
vc++ 实现 multimedia 媒体播放器功能
vc++ 实现 multimedia 媒体播放器功能-vc++ achieve multimedia media player functionality
- 2022-03-17 05:21:23下载
- 积分:1
-
WPF 对话框创建在模型视图查看模型模式
这些代码实际上封装模态对话框创建在 Windows 演示文稿的基础。
通过使用此代码之一可以创建
消息框
打开文件对话框
文件夹浏览器对话框
模态对话框与自定义类型
- 2022-09-21 20:50:03下载
- 积分:1
-
本程序实现三个矩阵的相乘,且采用读写文件的方式输入和输出结果。...
本程序实现三个矩阵的相乘,且采用读写文件的方式输入和输出结果。-This procedure to achieve three matrix multiplication, and the manner in which documents used to read and write input and output.
- 2022-07-28 03:34:17下载
- 积分:1
-
Voronoi图的pascal实现算法,图论中一种很有用的算法
Voronoi图的pascal实现算法,图论中一种很有用的算法-Pascal achieve Voronoi diagram algorithms, a very useful algorithm in graph theory.
- 2022-02-03 02:03:56下载
- 积分:1
-
HTML显示树状结构的代码
HTML显示树状结构的代码-HTML code tree structure
- 2022-04-09 11:49:50下载
- 积分:1
-
游戏编程初步,可以根据用户的选择生成脚色信息
游戏编程初步,可以根据用户的选择生成脚色信息-preliminary game programming, according to the user"s choice of color information generated feet
- 2022-02-07 22:29:18下载
- 积分:1
-
内嵌汇编
64位下实现内嵌汇编,不是采用OBJ方式,那太麻烦,直接嵌入机器代码,函数调用符合64下FASTCALL 约定
- 2022-02-05 00:45:10下载
- 积分:1
-
侯俊杰深入浅出MFC配套光盘.rar
侯俊杰深入浅出MFC配套光盘.rar-cd of Dissecting MFC by Hou Jie
- 2023-06-18 17:40:06下载
- 积分:1