-
This is a process memory control module, as well as use the psapi.lib includes t...
这是一个进程内存监控模块,以及所用到的psapi.lib,包含了exe和核心算法-This is a process memory control module, as well as use the psapi.lib includes the exe and the core algorithm
- 2022-08-10 12:49:34下载
- 积分:1
-
该程序生成一个城市网络的最小生成树,可以按需求自己设置定点数和路径...
该程序生成一个城市网络的最小生成树,可以按需求自己设置定点数和路径-The program generates a network of cities of the minimum spanning tree can be set according to demand their own set points and path
- 2023-04-22 16:55:02下载
- 积分:1
-
学生管理系统
连接数据库可运行的文件并且可进行学生信息维护...
学生管理系统
连接数据库可运行的文件并且可进行学生信息维护-Students connect to database management systems can run the file and can be carried out to safeguard student information
- 2022-05-22 16:50:24下载
- 积分:1
-
Attendance Management System is one of the company
考勤管理系统 是公司业务考勤的一个系统-Attendance Management System is one of the company
- 2022-03-15 14:43:07下载
- 积分:1
-
调试环境是VC++6.0,game函数中被注释的代码段是用来具体打印牛X的组合...
调试环境是VC++6.0,game函数中被注释的代码段是用来具体打印牛X的组合-Debugging environment is VC++6.0, game function was annotated code segment is used to print a specific combination of X Ox
- 2022-12-26 10:30:03下载
- 积分:1
-
palette procedures Visual basic procedures for the development of small, very si...
调色程序 Visual basic开发的小程序,功能很简单-palette procedures Visual basic procedures for the development of small, very simple function
- 2022-01-26 18:20:27下载
- 积分:1
-
贪吃蛇游戏
贪吃蛇游戏 win32项目编译 非MFC程序
*游戏制作思想:
*通过一个二维数组来描述画面,
*-2代表墙,0代表空白,0以上代表蛇
*例以1,2,3,4表示蛇(4为蛇头)
*其移动时,数字依次减一,
*并在将要去的位置设为4,
*则完成了蛇的移动
*同时利用多线程获取按键事件,
*使屏幕绘制与按键监听同时进行
*/
- 2022-01-27 17:14:38下载
- 积分:1
-
检查远端的链路的状态
检查远端的链路的状态-distal check the state of the link
- 2022-05-07 17:47:16下载
- 积分:1
-
VistaSDK note. Rar introduction VISTA Development API
VistaSDK说明.rar 介绍VISTA的开发API-VistaSDK note. Rar introduction VISTA Development API
- 2022-03-13 06:37:33下载
- 积分:1
-
LSV2机床通信传输协议
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_D...
LSV2机床通信传输协议
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_DELDIR = "C_DD" //删除目录
const CString REQ_DELFILE = "C_FD" //删除文件
const CString REQ_PROTECT = "C_FA" //保护文件
const CString REQ_RENAME = "C_FR" //重命名
const CString REQ_COPY = "C_FC" //拷贝
//-------------发送文件--------------
const CString REQ_SNDFILE = "R_FL"
const CString REP_SNDFILE = "S_FL"
//-----------------------------------
//-------------接收文件--------------
const CString REQ_REVFILE = "C_FL"
const CString REP_REVFILE = "S_FL"
//-----------------------------------
//-------------更改目录--------------
const CString REQ_CHGDIR = "C_DC" //更改目录
//-------------更改目录--------------
//-------------根目录名--------------
const CString ROOT_DIR_NAME = "LSV2" //根目录名
//-------------根目录名-LSV2 trans
const CString REQ_MAKEDIR = "C_DM" //创建目录
const CString REQ_DELDIR = "C_DD" //删除目录
const CString REQ_DELFILE = "C_FD" //删除文件
const CString REQ_PROTECT = "
- 2023-01-08 18:05:03下载
- 积分:1