-
This is one serial number generator tool, you can add it into you proagram to ma...
这是一个序列号生成程序,可以使你的程序看起来专业-This is one serial number generator tool, you can add it into you proagram to make it more professional !
- 2022-06-26 12:53:44下载
- 积分:1
-
FTP client reference program
FTP client reference program
- 2022-01-26 02:41:44下载
- 积分:1
-
用51 控制硬盘的读写,但不包含文件系统
用51 控制硬盘的读写,但不包含文件系统-control with 51 drives to read and write, but does not include file system
- 2022-05-13 08:23:10下载
- 积分:1
-
我的毕业设计经典的模拟1990坦克,代码全部自己写的,非常有参考价值,想学习做简单游戏的可以从这学起~~~鄙视抄袭。。。源代码仅仅做参考用...
我的毕业设计经典的模拟1990坦克,代码全部自己写的,非常有参考价值,想学习做简单游戏的可以从这学起~~~鄙视抄袭。。。源代码仅仅做参考用-I graduated from the simulation of the classic 1990 design tanks, all of its own written code, very useful, want to learn the game can be so simple to learn from ~ ~ ~ despise plagiarism. . . Only a reference source by ~ ~ ~
- 2022-02-26 20:09:00下载
- 积分:1
-
AI game ... Addison Wesley
AI game ... Addison Wesley - Gamma, Helm, Johnson, Vlissides - Design Patterns, Elements of Reusable Object Oriented Software, 1998.pdf-AI game ......Addison Wesley- Gamma, Helm, Johnson, Vlissides- Design Patterns, Elements of Reusable Object Oriented Software, 1998.pdf
- 2022-06-03 20:05:18下载
- 积分:1
-
SDK中画笔的实现.还可以画直线,椭圆和矩形
SDK中画笔的实现.还可以画直线,椭圆和矩形-SDK in the realization of the brush. Can also draw a straight line, oval and rectangular
- 2022-10-10 03:45:03下载
- 积分:1
-
这是一个用C++编写的MSDN中的切分窗口的例子,虽不怎么样但已经完整展示了切分操作。对于初学者是一个很好的参考。(37KB)...
这是一个用C++编写的MSDN中的切分窗口的例子,虽不怎么样但已经完整展示了切分操作。对于初学者是一个很好的参考。(37KB)-This is a example for syncopating windowns in MSDN, it is compiled by C++, it is not a classical one but showing us the syncopating operation integrity. It will be a good reference for beginner.
- 2022-06-12 13:25:09下载
- 积分: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
-
Kinect2 显示图像的程序
这个代码基于opencv 和 kinect sdk2.0 用了C++语言写了如何导出rgb camera的color图像。环境是win8, VS特别适合用c++为kinect 2 编程的初学者
- 2022-03-16 16:54:59下载
- 积分:1
-
著名安装工具innosetup源代码,版本5.1.6,内含所需安装控件和软件源代码,学习非常受益...
著名安装工具innosetup源代码,版本5.1.6,内含所需安装控件和软件源代码,学习非常受益-Well-known source code innosetup installation tool, version 5.1.6, including the installation of the necessary controls and software source code, learn very benefit
- 2023-03-28 14:10:03下载
- 积分:1