搜索资源列表
Lcom1.70_Dos
- DOS下的串口工具,用tc2就可以编译 内含CDT编排过滤 有问题请email 给我 ls99@far-china.com-an serial tool for DOS. Complied in turbo c 2.0,including CDT filter, email ls99@far-china.com if there is any question.
MyCDT_Master
- 一个用C#写的CDT主站程序,这里只是做个示例,将下发命令之类的功能省略了。-a written using C# CDT master the procedures here only become exemplars, will be under orders such functions omitted.
cdt
- 配电系统cdt规约的代码实现,使用Borland C++ builder开发。
CDT通讯程序
- 基于CDT规约的发送和接收程序,使用C#编写
Lcom1.70_Dos
- DOS下的串口工具,用tc2就可以编译 内含CDT编排过滤 有问题请email 给我 ls99@far-china.com-an serial tool for DOS. Complied in turbo c 2.0,including CDT filter, email ls99@far-china.com if there is any question.
MyCDT_Master
- 一个用C#写的CDT主站程序,这里只是做个示例,将下发命令之类的功能省略了。-a written using C# CDT master the procedures here only become exemplars, will be under orders such functions omitted.
cdt
- 配电系统cdt规约的代码实现,使用Borland C++ builder开发。-Distribution System Code Statute cdt realize, the use of Borland C++ Builder development.
1
- c++源码,基于eclipse3.2 CDT的-c++ source, based on the eclipse3.2 CDT
EclipseSetupCDT
- 在Eclipse 中安装CDT 的工具手册,包含详细的配置信息和相关备注(中文版)-A manual on how to setup and configure CDT in eclipse.
MODBUS_CDT_101_102_103
- 电力所有规约,MODBUS,CDT,101,102,103-Power to all the statute, MODBUS, CDT, 101,102,103
CDTSender
- c#写的CDT规约解析 并 打包 发送程序,经过测试可以使用-c# write analytical and packaging to send the Statute CDT procedures, tested using
Ubuntu_Eclipse_CDT
- Ubuntu_下使用Eclipse_CDT开发C、C++环境搭配教程,一个不错的开发环境-Ubuntu_ use Eclipse_CDT develop C, C++ environment with a tutorial, a good development environment
Serial_debugging_software_V1.1_g
- 串口通讯调试软件V1.1 Wince Winxp 通用版 本软件可以运行于 WINCE5 /WINCE6 /WINCE7 及 WINXP 等系统下, 软件设计环境 VB2005,要求装有 NET2.0 环境,对您串口调试有帮助, 支持虚拟串口,支持有用串口搜寻,串口数可达256个,支持文件传送, 还可做各种校验计算器( 含CRC8-CDT,CRC16-MODBUS,CRC32-WINRAR, ADD累加和校验,XO
bzcdt
- 国电南自规约转换器标准CDT接入程序c源码,-State Power South CDT access protocol converter standard procedures c source,
telecontrol
- C#开发的电力远动规约解析软件,主要功能如下 1) 丰富的远动规约库,可解析常见的远动通信规约,包括如下: 循环式远动规约(CDT)DL 451—91 DISA远动规约(/GDNR003-2002) 解析XT9702远动规约(Q/GDNR004-2002) 解析IEC60870-5-101远动规约 解析IEC60870-5-104运动规约 2) 强
Linux-eclipsePcdt-C-develop
- Linux下eclipse+cdt进行C开发调试,常用的方法和例子。-Linux under eclipse+cdt be C development and debugging, the commonly used methods, and examples.
CDTProtocol
- 四方内部主站程序cdt规约字节处理文件,c++编写-Quartet internal master program cdt Statute byte processing documents, c++ to write
overloading operator
- 操作符重载基本例程。定义了一个虚数类,可以用+号实现虚数直接相加。实现适合小白琢磨(A basic program of overloading operator. Noob friendly)
Inheritence
- c++类的继承的基本例程。定义了“动物”类,然后定义了“猫”类并继承动物的特征(猫属于动物),然后定义了“老虎”类并继承猫的特征(老虎属于猫)。简单易懂,适合小白琢磨。(The basic routine of the inheritance of the c++ class. It defines the "animal" class, then defines the "cat" class