-
R-K法求解微分方程组的vf-R-K Solving equations of vf
- 2023-04-09 03:50:03下载
- 积分:1
-
3ds loader (not opengl)
3ds loader (not opengl)
- 2022-04-01 08:03:41下载
- 积分:1
-
是一个学习NTFS系统文件不错的资料,里面还有源代码,非常不错,不过资料是英文的,...
是一个学习NTFS系统文件不错的资料,里面还有源代码,非常不错,不过资料是英文的,-NTFS system files is a learning good information, there is also the source code, very good, but the information is in English, hee hee
- 2022-03-11 05:53:38下载
- 积分:1
-
用OpenGl实现了种子填充和Bresenham算法,并且有橡皮筋功能。
用OpenGl实现了种子填充和Bresenham算法,并且有橡皮筋功能。-Achieved using OpenGl seed filling and Bresenham algorithm, and has rubber band functionality.
- 2023-03-29 07:55:03下载
- 积分:1
-
This is a website advertising and management tools, administrators can facilitat...
这是一个网站广告发布与管理的工具,管理员可以通过它方便进行广告发布与管理。-This is a website advertising and management tools, administrators can facilitate through its advertising and management.
- 2022-09-14 17:50:04下载
- 积分:1
-
C language source code commonly used algorithm is very practical, with documenta...
C语言常用算法源代码,非常实用,内有说明文档。-C language source code commonly used algorithm is very practical, with documentation.
- 2022-08-11 02:39:48下载
- 积分:1
-
WINCE infrared remote control device driver, through the revision of key code wi...
WINCE下 红外遥控设备驱动程序,通过修改键码可以支持其他系列的遥控器-WINCE infrared remote control device driver, through the revision of key code will be able to support other range of the remote control
- 2023-04-21 04:35: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
-
此为在线招聘管理系统,具体操作里面有详细的word文档说明,管理员帐户为admin,密码为1234。...
此为在线招聘管理系统,具体操作里面有详细的word文档说明,管理员帐户为admin,密码为1234。-for this online recruitment management system, the specific operation with a detailed note of the word document, Administrator account for the admin password to 1234.-This is the online recruitment management system, specific operations which have detailed documentation of the word, the administrator account is admin, password is 1234.-for this online recruitment management system, the specific operation with a detailed note of the word document, Administrator account for the admin password to 1234.
- 2022-08-25 10:24:38下载
- 积分:1
-
Sorts algorithms
排序算法
- 2022-01-26 00:31:37下载
- 积分:1