-
vc++6.0实效编程百例的源码,非常好的一本书
vc++6.0实效编程百例的源码,非常好的一本书-vc++6.0 100 cases of the effectiveness of programming
- 2023-01-26 03:25:06下载
- 积分:1
-
现代企业管理信息系统
现代企业管理信息系统-modern enterprise management information system
- 2022-01-25 18:41:31下载
- 积分:1
-
这是个好东东 Fireworks精彩实用插件集
这是个好东东 Fireworks精彩实用插件集-This a good practical Wanton wonderful plug-Fireworks Set
- 2022-08-02 17:13:09下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1
-
数字显微镜
数字显微镜和 ccd 相机,用伺服电机控制变焦、 亮度和位置对象与微控制器使用串行接口 9600 bps,编程使用 delphi 7
- 2022-09-16 23:00:04下载
- 积分:1
-
Emptying the Recycle Bin
Emptying the Recycle Bin
- 2022-04-17 11:10:31下载
- 积分:1
-
一些数据结构的c++实现的源代码,包括一些标准模板库的实现,还有一些高级话题....
一些数据结构的c++实现的源代码,包括一些标准模板库的实现,还有一些高级话题.
-some of the data structure to achieve c source code, including some standard template for the realization of some advanced topics.
- 2022-01-28 14:08:29下载
- 积分:1
-
鼠标的控制和优化的几个很好的小程序的源代码,对鼠标好些功能都作了设计。...
鼠标的控制和优化的几个很好的小程序的源代码,对鼠标好些功能都作了设计。-these are good source codes of several small program which is designed for some functions of mouse.
- 2022-03-18 07:00:34下载
- 积分:1
-
C++ Builder 5 编程实例与技巧源码,希望能对广大编程爱好者帮助,...
C++ Builder 5 编程实例与技巧源码,希望能对广大编程爱好者帮助,-Builder 5 C programming source code examples and techniques in hopes of helping the majority of programming enthusiasts, thank you
- 2022-03-19 19:53:38下载
- 积分:1
-
摄像头的源代码
WebCam source code -WebCam source code ....
- 2022-03-07 01:41:12下载
- 积分:1