-
Windowless 技术实现, 实现没有窗口句柄的窗口
Windowless 技术实现, 实现没有窗口句柄的窗口-Windowless technology to realize there is no window handle of the window ...
- 2022-11-01 09:10:03下载
- 积分:1
-
地球物理科学的segy地震数据文件格式转换程序
地球物理科学中的SEGY地震数据文件格式转换程序-Geophysical science SEGY seismic data file format conversion process
- 2022-03-26 12:33:31下载
- 积分:1
-
EVC的滚动条源码,有需要的朋友可一起研究哦
EVC的滚动条源码,有需要的朋友可一起研究哦-EVC source of the rolling, it is necessary to be friends together, oh
- 2023-03-21 08:15:04下载
- 积分:1
-
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文...
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文
-Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation), to solve the maze to determine whether a string is a palindrome
- 2022-08-07 03:17:15下载
- 积分:1
-
非常好用的U盘量产工具,曾经修复过我身边的多个小U
非常好用的U盘量产工具,曾经修复过我身边的多个小U-U-Disk is very easy to use tool for mass production, has been restored around me more than a small U
- 2022-02-04 00:15:44下载
- 积分:1
-
vb6 spy
vb6源码,取得窗口句柄和画面,最大化最小化窗口或者修改窗口的大小(对于内容显示不全或者窗口内可见范围外还有控件的情况特别有用),修改按钮的可用性等等。
- 2022-02-03 17:39:35下载
- 积分: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
-
项目转换工具,很不错的。我用的好呀。有好资源大家共享出来。...
项目转换工具,很不错的。我用的好呀。有好资源大家共享出来。-spiritlzp
- 2022-02-20 08:42:17下载
- 积分:1
-
进程调度模拟程序
进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时,要在所有可运行状态 的进程中选择最值得运行的进程投入运行。-Process schedule simulation program-Priority is only one aspect of schedule algorithm,the goal is selecting the most valuable process to run among all of the ready process.
- 2022-11-18 06:20:02下载
- 积分:1
-
做的一个五子棋的软件,有网络通信,人工智能的功能
做的一个五子棋的软件,有网络通信,人工智能的功能
- 2022-03-25 14:11:38下载
- 积分:1