-
这个程序用来模拟银行业的情况
本程序主要用于模拟某银行一天的营业状况,可用文本配置窗口、
座位数和测试分钟数-This procedure used to simulate a situation in the banking business day
- 2022-05-10 11:51:54下载
- 积分:1
-
earth and sun opengl
earth and sun opengl
- 2022-04-24 17:00:40下载
- 积分:1
-
Scan all running processes, and access to system privileges, you can specify the...
扫描运行的所有进程,并且可以获得系统权限,可以指定关闭进程包括System进程-Scan all running processes, and access to system privileges, you can specify the closure process, including the System process
- 2022-07-17 20:00:45下载
- 积分:1
-
动态窗口例子程序
动态窗口例子程序-dynamic window examples procedures
- 2022-06-18 12:48:50下载
- 积分:1
-
this is program simple by opencv in computer vision
this is program simple by opencv in computer vision
- 2022-03-14 15:31:38下载
- 积分:1
-
Text Box控件
Text Box控件-Text Box Controls
- 2022-02-05 17:52:26下载
- 积分:1
-
对于VC编程很有帮助,非常好的非常好的不可见的分隔条
对于VC编程很有帮助,非常好的非常好的不可见的分隔条-for VC helpful, very good very good visibility to the separation of
- 2022-06-21 05:27:46下载
- 积分:1
-
将阻断64串
convert unsinged int 64 to string
- 2022-02-20 07:07:13下载
- 积分:1
-
operating system using optimal allocation algorithm xk size distribution space
操作系统之采用最优分配算法分配xk大小的空间-operating system using optimal allocation algorithm xk size distribution space
- 2023-04-18 23:20:03下载
- 积分: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