-
电子文书档案管理系统源码
电子文书档案管理系统源码-electronic instruments source file management system
- 2022-02-05 20:25:10下载
- 积分: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
-
<Visual C++程序设计技巧与实例>第三单
第三单-lt; Visual C programming skills and examples gt; Third-
- 2022-06-29 17:04:41下载
- 积分:1
-
QuickInstall是一个为软件创建安装发布包的有效工具。它包括的特性有:向注册表中添加键值,双语言支持和更多特性。...
QuickInstall是一个为软件创建安装发布包的有效工具。它包括的特性有:向注册表中添加键值,双语言支持和更多特性。-QuickInstall is to create a software package installed release an effective tool. Its features include : adding to the registry keys, dual language support and more features.
- 2022-09-02 19:35:04下载
- 积分:1
-
为<实用Viusal C++ 6.0 教程>的源码,VC开发的,很经典,适合初学者。...
为的源码,VC开发的,很经典,适合初学者。-For < practical Viusal C++ 6.0 Tutorial> the source, VC development, it is a classic, suitable for beginners.
- 2022-07-04 19:31:43下载
- 积分:1
-
一个检测程序的部分
一个检测程序的部分-a part of the testing process
- 2022-04-23 23:14:35下载
- 积分:1
-
ssm 程序
系统仿真程序
作为水 reseriour
单个服务器
双服务器
泊松分布
- 2022-09-27 20:15:02下载
- 积分:1
-
introduce the feature of frequency tree arithmetic and its application.
频繁树增长算法的特点以及在现实生活中的应用-introduce the feature of frequency tree arithmetic and its application.
- 2022-02-14 14:50:55下载
- 积分:1
-
一个窗口的类型在Child和Popup之间互换
一个窗口的类型在Child和Popup之间互换-The exmaple of the interchange of a windows style between child and popup
- 2022-01-29 00:31:19下载
- 积分:1
-
本人编写的基于神经网络的识别系统,请大家下载相互学习!可以和我交流!...
本人编写的基于神经网络的识别系统,请大家下载相互学习!可以和我交流!-I prepared by the neural network-based identification system, please download learn from each other! I can share!
- 2022-02-21 02:32:07下载
- 积分:1