-
C # lineage2芙蕾雅PTS源
使用系统;
- 2022-04-20 20:08:48下载
- 积分:1
-
TVideoGrabber Video Capture and Media Player component
TVideoGrabber Video Capture and Media Player component
- 2022-10-11 03:10:03下载
- 积分:1
-
看文件名:udp_server.tar.gz,知道这是什么了吧.使用udp建立服务器端及客户端的源码,有说明文档...
看文件名:udp_server.tar.gz,知道这是什么了吧.使用udp建立服务器端及客户端的源码,有说明文档-read documents Name : udp_server.tar.gz. know what it is all right. use udp build server and client source code, documentation,
- 2022-03-28 12:42:11下载
- 积分:1
-
利用VB实现的Chat程序
利用VB实现的Chat程序-use of the VB chat program
- 2022-07-11 09:37:21下载
- 积分:1
-
该内容为汇编语言的学习中常见的彼此阿
数码显示方针测试等...
该内容为汇编语言的学习中常见的彼此阿
数码显示方针测试等-the content of the assembly language learning each other common A digital display testing policy
- 2022-01-25 15:17:45下载
- 积分:1
-
数控系统的非实时插补算法
资源描述数控系统的非实时插补算法,包含数控系统的粗插补、动态链接库以及刀具运动组件等,同时设计了用户实时调试界面,兼容数控加工的通用G代码指令,实现数控系统的运动控制
- 2022-01-24 14:17:49下载
- 积分:1
-
一个小型的用于管理班级的同学录,像记事一样可用于记录各类信息.有大量的文档说明...
一个小型的用于管理班级的同学录,像记事一样可用于记录各类信息.有大量的文档说明-a small class for the management of the website, the same as Notepad can be used to record information of all kinds. A large number of documents note
- 2022-02-04 00:43:45下载
- 积分:1
-
a hotel site, in use, and to refer others to the
一个饭店的网站,在用的,可以参考,是别人给的-a hotel site, in use, and to refer others to the
- 2022-01-26 04:56:57下载
- 积分:1
-
一个迷宫生成器地小程序
一个迷宫生成器地小程序-a maze of small generator to procedures
- 2023-03-20 03:30: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