-
一个比较简单的算法来解决约瑟夫问题,需要的请下载
一个比较简单的算法来解决约瑟夫问题,需要的请下载-A relatively simple algorithm to solve the problem, Joseph, please download the required
- 2022-03-18 17:57:09下载
- 积分:1
-
计算机图形学作品。
关于星空,很绚丽。
没了!
计算机图形学作品。
关于星空,很绚丽。
没了!-Computer graphics work. With regard to the Star, it is gorgeous. No more!
- 2023-04-02 06:05:04下载
- 积分:1
-
即指即译的翻译器即 指即译的翻译器
即指即译的翻译器即 指即译的翻译器-Means that the translation refers to the translator that the translation refers to the translator that the translation of the translator
- 2023-06-26 03:45:03下载
- 积分:1
-
vc++.net编写画图程序,利用坐标来显示每一秒钟显示一侦
vc++.net编写画图程序,利用坐标来显示每一秒钟显示一侦-vc++. net drawing preparation procedures, the use of coordinates to show every second investigation showed that one
- 2022-06-18 00:06:58下载
- 积分:1
-
可以查找删除指定文件目录下的指定名字的目录,希望对大家有用...
可以查找删除指定文件目录下的指定名字的目录,希望对大家有用-you can delete a specific file directory designated under the name of the directory, we hope to useful
- 2022-07-22 20:28:05下载
- 积分:1
-
《COM应用程序框架》是把标准的Microsoft Windows多文档处理应用程序使用COM技术来设计,这是文章的配套代码。...
《COM应用程序框架》是把标准的Microsoft Windows多文档处理应用程序使用COM技术来设计,这是文章的配套代码。
-"COM application framework" is the standard Microsoft Windows Multi- Document Service Jimmy applications that use COM technology to design, which is supporting the article code.
- 2023-03-21 15:40:03下载
- 积分:1
-
The joint compilation tools IncrediBuild3.4 time trial reset tools
联合编译工具IncrediBuild3.4的试用时间复位的工具-The joint compilation tools IncrediBuild3.4 time trial reset tools
- 2022-03-16 10:02:44下载
- 积分: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
-
该程序主要演示如何在windows操作系统下面如何得到自己机器IP程序...
该程序主要演示如何在windows操作系统下面如何得到自己机器IP程序-The program mainly demonstrate how to get ain machine IP address.
- 2022-01-25 17:35:05下载
- 积分:1
-
C# datagrid 编程实例, 简短明了。
C# datagrid 编程实例, 简短明了。-C# programming examples, short and focused.
- 2022-02-07 06:41:11下载
- 积分:1