-
VC++6.0开发的网络程序,界面美观,使用方便,有很高的参考价值....
VC++6.0开发的网络程序,界面美观,使用方便,有很高的参考价值.-VC 6.0 network programming, beautiful interface, easy to use, have a very high reference value.
- 2022-12-12 10:05:04下载
- 积分:1
-
Running, you will follow the current active window moving
ctrl+ x Close the pro...
运行后 你的当前活动窗口会跟着动起来
ctrl+x 关闭程序-Running, you will follow the current active window moving
ctrl+ x Close the program
- 2022-05-27 09:43:03下载
- 积分:1
-
eyedetection code which first detects a face ,then creates an roi near the eye r...
eyedetection code which first detects a face ,then creates an roi near the eye region and detects an eye.This uses the Haar classifiers in OPEN CV
- 2022-02-15 01:13:05下载
- 积分:1
-
屏幕键盘,绝对让你满意,可以自己选择,可以使用.
屏幕键盘,绝对让你满意,可以自己选择,可以使用.-nice onscreen keyboard,you can customize the skin.
- 2022-03-22 18:22:47下载
- 积分:1
-
基于labwindows/cvi的串口工具
使用labwindows/cvi 2015实现串口工具功能。包括串口选择,波特率选择,数据位选择,发送内容显示与接收内容显示,发送接收可控。下载后代码可用于二次开发。
- 2022-04-12 11:55:04下载
- 积分:1
-
地理信息系统
基于C++的基础地理信息系统的实现,采用MFC
- 2022-01-22 00:28:08下载
- 积分:1
-
the procedures provided by the ROCKY! This is a start to help you remove the fil...
本程序由ROCKY提供!这是一个帮你清除开始菜单文档的历史记录、TEMP文件夹及Cookies的小程序。只对2000的系统有效!-the procedures provided by the ROCKY! This is a start to help you remove the file menu historical record, TEMP folder and Cookies small procedures. Only 2,000 pairs of the system effective!
- 2022-02-21 12:31:18下载
- 积分:1
-
一个用C语言实现的学生管理系统,比较简单明了,适合初学者的学习。...
一个用C语言实现的学生管理系统,比较简单明了,适合初学者的学习。-1 with the C language implementation of the student management system, relatively simple and clear, suitable for beginners to learn.
- 2022-10-29 09:10:03下载
- 积分:1
-
Visual C++源程序代码第五章图像图形篇
Visual C++源程序代码第五章图像图形篇-Visual C++ source code chapter V graphics and figures
- 2022-01-28 03:42:31下载
- 积分: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