-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
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
-
用evc编写的WindowsCE.net下的注册表编辑程序的源代码
用evc编写的WindowsCE.net下的注册表编辑程序的源代码-an regeditor source code developed by evc for WindowsCE.net
- 2022-05-04 23:46:02下载
- 积分:1
-
测试数据库连接
能够测试一个地方的数据库是否联通,定时检测数据库访问是否正常,包含源码,修改地址就可以
- 2022-05-25 23:50:39下载
- 积分:1
-
自己整理的一些东西,我觉得是学习C语言图像变成的好资料,要得就下吧!...
自己整理的一些东西,我觉得是学习C语言图像变成的好资料,要得就下吧!-people to sort of things, I think it is learning C language into a good image, fine on the next!
- 2022-04-22 21:34:33下载
- 积分:1
-
Linux简易聊天工具
基于Linux Ubuntu的简易聊天工具,实现Ubuntu终端的局域网简易聊天,支持多客户端聊天和点对点私聊
- 2022-10-07 09:45:03下载
- 积分:1
-
实现基于二叉树表示的算术表达式Expression的操作。
(3) 程序执行的命令为:
1)输入表达式; 2)输出前缀表达式; 3)输出中缀表达式;4)...
实现基于二叉树表示的算术表达式Expression的操作。
(3) 程序执行的命令为:
1)输入表达式; 2)输出前缀表达式; 3)输出中缀表达式;4)常量合并后表达式;5)赋值后的表达式;6)表达式的复合。
-Binary tree based on the arithmetic expression Expression express operation. (3) procedures for the implementation of the command as follows: 1) input expression 2) expression of the output prefix 3) the output is made up of expressions 4) constant expression after the merger 5) after the assignment expression 6) expression type of composite.
- 2022-12-31 20:00:03下载
- 积分:1
-
视频通webserivce服务实现的.难得一见哦
视频通webserivce服务实现的.难得一见哦-Qualcomm webserivce video services achievable. Oh, a rare
- 2022-02-12 09:27:49下载
- 积分:1
-
各种排序算法例程:简单选择排序;堆排序;插入排序;希尔排序;冒泡排序;快速排序;...
各种排序算法例程:简单选择排序;堆排序;插入排序;希尔排序;冒泡排序;快速排序;-Various sorting algorithm routines: Simple Selection Sort HEAPSORT Insertion Sort Hill sort Bubble Sort quick sort
- 2022-03-22 23:45:15下载
- 积分:1
-
5DT 数据手套 MFC c + + mscomm visual studio 2010
这个程序用C++是基于数据手套5DT公司的,它会自动收集和传送数据。首先,该程序读取手指穿过fglove.lib函数弯曲传感器数据和识别手势(0-15手势)。其次,手势数据通过MSCOMM的ActiveX(串行通信的ActiveX)在Visual Studio 2010 sended
- 2022-05-14 18:39:52下载
- 积分:1
-
mifare visual basic
mifare visual basic-mifare visual basic
- 2022-01-26 06:29:51下载
- 积分:1