-
rs232 comm read source program
rs232通信读取源程序
- 2022-02-04 09:15:08下载
- 积分:1
-
can view the body of the window controls and attributes of the handle!
可以查看窗体内各控件的句柄和属性!-can view the body of the window controls and attributes of the handle!
- 2022-05-05 00:45:49下载
- 积分:1
-
second version of CAM
WEB CAM代码第二版,对CAM驱动有兴趣的朋友参考.-second version of CAM-driven interest in the reference to a friend.
- 2022-02-21 16:31:47下载
- 积分:1
-
XP优化REG
XP优化REG -XP Optimization REG
- 2022-07-23 06:37:56下载
- 积分:1
-
elf格式转换bin文件格式
应用背景ELF是一种程序文件格式,ELF格式文件的装载和动态链接,是程序启动的很好学习资料,可以了解程序在内存中的动态加载,源码格式详细解释了elf的文件生成bin文件格式的流程关键技术elf格式的文件加载,elf文件格式,生成bin文件,可直接下载运行
- 2022-02-06 09:03:35下载
- 积分:1
-
网络与通信源程序.zip
网络与通信源程序.zip-networking and communications source. Zip
- 2022-03-11 23:42:25下载
- 积分:1
-
CGI development kits for disaggregated data and variables. Zip
CGI开发包,用于分解数据和各个变量 .zip-CGI development kits for disaggregated data and variables. Zip
- 2022-12-01 12:35:03下载
- 积分:1
-
用MFC编写一个小闹钟程序
教你使用MFC编写一个小闹钟程序,初步认识windows编程,提供初学者一个具体的实例。
- 2022-04-11 19:01:43下载
- 积分:1
-
JPEG编码器
jpeg encoder
- 2022-10-19 15:10:03下载
- 积分: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