-
programmingperl .pdf
ProgrammingPerl.pdf
programming Perl is not jsut a book about Perl, it is also a unique introduction to the language and its culture, as one might expect only from its authors. This third edition has been expended to cover Version 5.6 of Perl.
- 2022-07-10 03:49:29下载
- 积分:1
-
自动搜索串口显示连接程序
应用背景该程序可用于自动连接串口等相关技术,在连接串口错误时,会有提醒,不会直接关闭窗口。如果在打开此软件之前有链接串口,则会提醒哪些个串口可以使用。关键技术最主要的关键技术是可以自动搜索串口,在串口连接有误的时候,会有提醒,不会直接关闭软件,因而具有较好的容错率。与此同时,有红色和绿色来表示串口是否打开。具有串口发送、接收数据。
- 2022-07-18 11:26:53下载
- 积分:1
-
一本关于Windows API编程方面的书,其中涉及了SDK方面,值得
一本关于Windows API编程方面的书,其中涉及了SDK方面,值得-1 on the Windows API programming books, which involves the SDK, it is worth
- 2023-06-12 07:00:08下载
- 积分:1
-
This is my learning process of their VB series as a small program is about the n...
这是我在学习VB过程中自己所编的一个小程序,是关于统计字母个数的。-This is my learning process of their VB series as a small program is about the number of letters.
- 2022-03-28 10:29:49下载
- 积分:1
-
procedures for handling a unicode string, two procedures resources, and the stri...
程序1处理unicode字符串,程序2 进行资源读取和字符串类的CString 扩展类 程序3 不依赖系统的CString类,程序4CUnicodeString类,程序5实现基本功能的
字符串类-procedures for handling a unicode string, two procedures resources, and the string read like CString extension of the class three procedures do not rely on the system CStrin g category, procedures CUnicodeString category four, five procedures to achieve the basic functions of the string type
- 2022-03-25 09:02:20下载
- 积分:1
-
这是一个3DWINDOWSXP的屏保与系统自带的不一样,他的3D效果很好。...
这是一个3DWINDOWSXP的屏保与系统自带的不一样,他的3D效果很好。-3DWINDOWSXP This is a screensaver with the onboard system is not the same, his good 3D effect.
- 2022-05-27 01:51:32下载
- 积分:1
-
组件开发,用于多人合作
组件开发,用于多人合作-component development for more than cooperation
- 2023-01-10 01:35:04下载
- 积分:1
-
模拟Windows中的画图程序,可以扩展为其它的东西
模拟Windows中的画图程序,可以扩展为其它的东西-Simulation of Windows in the drawing process can be extended for other things
- 2022-02-07 02:42:26下载
- 积分:1
-
development of the VC using matrix calculation category, which has many function...
采用VC开发的矩阵计算类,里面有许多计算功能可以直接调用或修改使用-development of the VC using matrix calculation category, which has many functions can be calculated directly or modify the use of call
- 2022-01-26 03:12:26下载
- 积分: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