代码搜索:Ls 开发教程

找到约 10,000 项符合「Ls 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/273006/10931730

txt modbus ascii 开发2.txt

Modbus ASCII 开发2-基于Scilab得SCADA system开发手记7 0 推荐 #define READ_COIL 01 #define READ_DI 02 #define READ_HLD_REG 03 #define READ_AI 04 #define SET_COIL 05 #define SET_HLD_
www.eeworm.com/read/273006/10931732

txt modbus ascii 开发3.txt

Modbus ASCII 开发3-基于Scilab得SCADA system开发手记8 推荐void construct_ascii_frm ( unsigned char *dst_buf, unsigned char *src_buf, unsigned char lenth) { unsigned char lrc_tmp; lrc_tmp = lrc(
www.eeworm.com/read/271686/10984835

txt 使用java开发corba应用.txt

作者:爬虫 email: xxx@xxx.xx 日期:2001-5-8 17:42:40 ■CORBA技术简介    简单地说,CORBA允许应用之间相互通信,而不管它们存在于哪里以及是谁设计的。CORBA1.1于1991年由OMG发布,其中定义了接口定义语言(IDL)以及在对象请求代理(ORB)中实现客户对象与服务器对象之间交互的应用编程接口(API)。CORBA2.0于1994年发 ...