-
This is a realization of backbag problem with VC++
这是计算机算法中的背包问题的实现程序,使用VC开发!-This is a realization of backbag problem with VC++
- 2022-01-27 10:18:11下载
- 积分:1
-
more documentation procedures to help document the establishment, including the...
多文档程序中帮助文件的建立,包括帮助的主题索引等的设计-more documentation procedures to help document the establishment, including the subject index to help in the design
- 2023-03-07 09:10:03下载
- 积分:1
-
Good WTL write file cla
Good WTL write file cla-Good WTL write file class
- 2022-03-25 07:06:53下载
- 积分:1
-
Simulate the mouse, easy
模拟鼠标,易语言源码,仅供易语言初学者参考。-Simulate the mouse, easy-language source code, easy language for beginners for reference purposes only.
- 2022-03-19 05:17:46下载
- 积分:1
-
这是利用VC++编程的第四部分,使人物可以沿着上下左右四个方向运动。...
这是利用VC++编程的第四部分,使人物可以沿着上下左右四个方向运动。-This is the use of VC++ Programming Part IV, so that figures can be up and down along the direction of movement of about four.
- 2022-05-24 13:51:18下载
- 积分:1
-
一款通过串口调节Audio Decoder寄存器的工具,可以自动生成声音曲线。...
一款通过串口调节Audio Decoder寄存器的工具,可以自动生成声音曲线。-Adopted a regulation Audio Decoder serial register tool that automatically generates voice curve.
- 2022-06-19 06:54:32下载
- 积分:1
-
一个很好的小游戏
一个很好的小游戏-a good little game!
- 2023-02-21 15:25:03下载
- 积分:1
-
《CSDN社区电子杂志――纯C论坛杂志》第三期
《CSDN社区电子杂志――纯C论坛杂志》第三期-"CSDN communities electronic magazine-- pure C Forum magazine" Phase III
- 2022-07-12 23:04:20下载
- 积分:1
-
手机店管理
手机店铺管理是是用C#语言的一个窗口基础软件。可以采取这个软件所有的动作。
- 2022-05-09 14:24:46下载
- 积分: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