-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
通过设置的热键,对当前的屏幕进行鼠标的录制,成鼠标录制器
通过设置的热键,对当前的屏幕进行鼠标的录制,成鼠标录制器
- 2022-08-14 07:41:43下载
- 积分:1
-
仓库选址问题的算法,选择在高速公路上XP的设置位置…
仓库选址问题算法,在公路上选择一个位置xp建立仓库,使得仓库为超市供货的总费用最小。-Warehouse location problem algorithm, select a location on the highway xp setting up a warehouse, allowing warehouse supermarket minimize the total cost of supply.
- 2023-02-15 10:15:03下载
- 积分:1
-
一个图象处理的源代码,有平移,拉伸,变换,显示灰度直方图等功能(VC)...
一个图象处理的源代码,有平移,拉伸,变换,显示灰度直方图等功能(VC)-the source code can deal with image, there are panning,stretching,shiftting and showing gray vertical square image functions(VC)
- 2022-08-18 11:47:21下载
- 积分:1
-
闪光灯猜数游戏
它是动作脚本3.0的源代码,实现猜测在闪速号码的功能。它产生在第一个1到100之间的一个随机数。
然后,它显示了玩家自己猜的号码是否他们每次输入一个number.It是非常有用的,对于初学者学习
动作脚本3.0比固定数量更大或更小。
- 2022-02-05 19:16:47下载
- 积分:1
-
打开图片子vi,可以用来打开一个图片进行查看或处理
打开图片子vi,可以用来打开一个图片进行查看或处理-Open the picture sub-vi, can be used to open a picture to view or handle
- 2022-05-15 03:07:57下载
- 积分:1
-
25 闪烁的标题栏
25 闪烁的标题栏-25 flashing title bar
- 2022-02-01 15:36:53下载
- 积分:1
-
the functional and can be plugged into a variety of common file types, charts, a...
此程序的功能很大,能够插入各种常用的文档类型,图表和幻灯片等功能!并且能对它们进行常规的操作。-the functional and can be plugged into a variety of common file types, charts, and features such as slides! they can be right and routine operation.
- 2022-11-19 04:50:03下载
- 积分:1
-
模拟梁的震动,根据函数关系式y=asin(2∏t/T)sin(2∏x/L)绘制梁振动曲线,其中a为振幅,T为周期,L为梁长!在窗口内出现梁振动图象。...
模拟梁的震动,根据函数关系式y=asin(2∏t/T)sin(2∏x/L)绘制梁振动曲线,其中a为振幅,T为周期,L为梁长!在窗口内出现梁振动图象。-simulated beam vibration, according to a function y =- asin (2 t/T) sin (2 x/L) mapping beam vibration curve, which for a amplitude, T cycle, L-beams! Within the window beam images.
- 2022-03-12 00:53:45下载
- 积分:1
-
可读入Visual C++工程,浏览编辑工程下的各文件,类似Visual C++的漂亮界面。...
可读入Visual C++工程,浏览编辑工程下的各文件,类似Visual C++的漂亮界面。-into readable Visual C, browsing and editing of the project, which is similar to Visual C beautiful interface.
- 2022-05-27 16:09:28下载
- 积分:1