-
Interface appearance, complete functions, connected databases, suitable for begi...
界面美观,功能齐全,连接数据库,适合初学者-Interface appearance, complete functions, connected databases, suitable for beginners
- 2023-03-23 21:15:03下载
- 积分:1
-
数据结构
Data structures in C-Data structures in C++
- 2022-04-23 16:11:59下载
- 积分:1
-
一个基于windows系统的三角形法计算器,利用三角函数和给定的角度或者弧度进行运算...
一个基于windows系统的三角形法计算器,利用三角函数和给定的角度或者弧度进行运算-a windows-based system triangle method calculators, and the use of trigonometric functions to the radian angle or for Operational
- 2022-03-10 08:10:08下载
- 积分:1
-
Linux系统命令及其使用详解
Linux系统命令及其使用详解.doc,程序员必备!文件管理,磁盘管理 压缩管理 进程管理 网络管理
- 2022-02-14 17:04:15下载
- 积分:1
-
Delphi编程中检查Memory leak的代码,最新版本2.73,非常有用的工具代码...
Delphi编程中检查Memory leak的代码,最新版本2.73,非常有用的工具代码-Source code for check memory leak in Delphi language,up to the minute version is 2.73,it is very useful tool.
- 2022-04-18 00:20:12下载
- 积分:1
-
We study the direct cost of virtual function
calls in C++ programs, assuming t...
We study the direct cost of virtual function
calls in C++ programs, assuming the standard
implementation using virtual function tables. We
measure this overhead experimentally for a number of
large benchmark programs, using a combination of
executable inspection and processor simulation.
- 2023-04-16 21:15: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
-
一个功能强大的VB的2D引擎,基于DX,有详细的功能演示…
一个功能强大的VB 2D引擎,基于DX,内有详细功能演示,开放原码~-A powerful VB 2D engine, based on the DX, there is a detailed functional demonstration, open source ~
- 2023-02-23 00:35:04下载
- 积分:1
-
不错的C++ 测试工具,使用此代码可以使你可以更快更准确测试代码...
不错的C++ 测试工具,使用此代码可以使你可以更快更准确测试代码-Good C++ Test tool, use this code you can enable faster and more accurate test code
- 2022-04-08 05:49:45下载
- 积分:1
-
人事工资管理系统,VB的整个一个系统,带论文的。
人事工资管理系统,VB的整个一个系统,带论文的。-human resources management system, the entire VB one system, with the papers.
- 2022-04-16 02:44:45下载
- 积分:1