-
内存修改
#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
-
中国文化源远流长,大国崛起,大国兴起,历历在目,古书文化尽在此书...
中国文化源远流长,大国崛起,大国兴起,历历在目,古书文化尽在此书-Chinese culture has a long history, the rise of great powers, the rise of great powers, vivid, Ancient cultures do in this book
- 2022-02-25 17:45:34下载
- 积分:1
-
锁定文件不能被打开的例程,只是这个程序退出时就不管用了。...
锁定文件不能被打开的例程,只是这个程序退出时就不管用了。-lock the file can not be opened routines, but this procedure would not pull out a lot.
- 2023-07-17 01:40:03下载
- 积分:1
-
最小二乘法C语言源码,便于移植在嵌入式系统
最小二乘法C语言源码,便于移植在嵌入式系统-source code using language c of least square method
- 2022-09-27 09:30:02下载
- 积分:1
-
windows mobile上与http服务器通信,可下载网页、文件
windows mobile上与http服务器通信,可下载网页、文件-windows mobile with http server communications, download website, documents
- 2023-09-05 02:30:03下载
- 积分:1
-
拆分窗口程序
split window program in c
- 2023-02-17 18:50:02下载
- 积分:1
-
Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions
B...
Exceptional C++: 47 Engineering Puzzles, Programming Problems, and Solutions
By Herb Sutter
- 2023-03-26 17:10:03下载
- 积分:1
-
this a telephone management system
this a telephone management system-this is a telephone management system
- 2022-06-16 07:17:21下载
- 积分:1
-
汉诺塔算法的源代码
此程序在 VB 应用程序开发和采用光盘作为输入的数。它使用递归逻辑查找解决全髋关节置换问题所需步骤的数目。最初是得到光盘添加入栈。我有一 3 大堆 A、 B、 C 3 塔 A、 B 和 c。SolveTOH 函数用于计算所有可能的步骤来解决问题。请注意,每次移动写在屏幕上后使用递归逻辑和输出
- 2023-08-26 19:00:04下载
- 积分:1
-
Runtime environment on the touch
触摸屏运行环境上的软键盘程序,用于嵌入在开发的应用软件中,辅助触摸屏输入-Runtime environment on the touch-screen soft keyboard program for embedded application development, support touch screen input
- 2023-08-14 22:45:03下载
- 积分:1