-
收集硬盘上的ICO文件
收集硬盘上的ICO文件-collection drive on the ICO document
- 2022-12-29 12:50:03下载
- 积分:1
-
Delphi 7 套接字聊天示例
Delphi 7 聊天使用套接字的服务器组件。
第一次打开 和 然后打开 作为奴隶 服务器. 如果有 服务器 德尔福 将 生成错误 连接 套接字.
- 2023-08-07 00:05:03下载
- 积分:1
-
windows核心编程随书源码
windows核心编程随书源码, 此书为Windows下程序开发的经典读物, 推荐大家研究一下其中源码, 必将大受裨益, 比如DLL注入技术, 都有很详尽的讲解, 并介绍了5种注入方法。
- 2022-02-11 21:00:52下载
- 积分:1
-
《Visual C++程序设计实验指导与实训》源代码
《Visual C++程序设计实验指导与实训》源代码- Visual C++ Guidance and training program design experiments, the source code
- 2022-03-05 03:00:53下载
- 积分: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
-
该程序实现了队列的基本性能,采用了循环单T
用循环单链表实现队列的基本操作,很好的展现了队列的优点-The program realizes the basic performances of the queue, using cycling single table, and make a good exhibition of the queue s advantages.
- 2022-10-17 23:00:03下载
- 积分:1
-
简单的联系list.vcproj
Simple Linked List.vcproj
- 2022-01-26 08:03:21下载
- 积分:1
-
小巧的WINDOWS HELP文件编辑器
小巧的WINDOWS HELP文件编辑器-compact WINDOWS HELP file editor
- 2023-05-06 12:20:02下载
- 积分:1
-
dev c++ example source code
dev c++ example source code
- 2023-08-18 23:55:03下载
- 积分:1
-
经典的手机短信收发程序,可直接将需要的类加人自己的工程中,调用其中的函数就OK了!...
经典的手机短信收发程序,可直接将需要的类加人自己的工程中,调用其中的函数就OK了!-Classic mobile phone to send and receive message process will be required to direct the type of people add their own project, call the function on one of the OK!
- 2022-03-11 16:10:48下载
- 积分:1