-
electromotor1.6
VC (MODBUS协议)上位机程序VC (MODBUS协议)上位机程序(VC (MODBUS))
- 2013-10-10 10:55:46下载
- 积分:1
-
JavaLauncher_EKA2
this file is used to activate app on startup of nokia mobile.
- 2013-09-05 14:50:11下载
- 积分:1
-
YouToo
说明: sip开发相关资料集,为sip开发人员提供了很丰富的资料,适合初学者.
- 2010-03-23 17:00:26下载
- 积分:1
-
com
VS2010串口例程,VC2010写的串口调试助手,开发环境为VS2010,使用的uncioud环境,纯API,不错的C++串行通讯例子程序,希望能对串口学习的朋友有所帮助 (VS2010 serial routines, VC2010 write serial debugging assistant development environment VS2010, using uncioud environment, pure API, a good example of C++ serial communication program, hoping to help a friend learn the serial port)
- 2011-08-11 13:20:01下载
- 积分:1
-
2dfft
c++ source
fft ifft
2-d FFT
ofdm
- 2013-12-08 16:47:48下载
- 积分:1
-
VB_UART
串口程序,用于通过串口控制空调,可以在这个程序基础上修改其他代码(used for serial port)
- 2013-07-18 14:33:06下载
- 积分:1
-
VC_MFC-Sample1
Microsoft Visual C++ MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置
串口属性的实例.
在工业控制中,工控机(一般都基于 Windows 平台)经常需要与智能仪表通过串口
进行通信.串口通信方便易行,应用广泛.
一般情况下,工控机和各智能仪表通过 RS485 总线进行通信.RS485 的通信方式是
半双工的,只能由作为主节点的工控 PC 机依次轮询网络上的各智能控制单元子节点.
每次通信都是由 PC 机通过串口向智能控制单元发布命令,智能控制单元在接收到正
确的命令后作出应答.
(Microsoft Visual C++ MFC serial communication programming explain CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance in industrial control, IPC (generally based on the Windows platform) often need to communicate with the smart meter through the serial port serial communication easy and widely used normal circumstances, the IPC and intelligent instrument through RS485 communication RS485 communication is half-duplex, only as the primary node industrial PC turn polling network intelligent control unit child nodes. every communication from a PC via the serial port to issue commands to the intelligent control unit, intelligent control unit receives the correct command response.)
- 2012-10-11 07:23:02下载
- 积分:1
-
xijie12doc
希捷指令集,里边详细的介绍了希捷12代的指令等。(Seagate instruction set inside a detailed introduction of 12 generations of Seagate directives.)
- 2014-05-09 17:33:21下载
- 积分:1
-
(tanh)-LDPCPAR
基于802.16e 协议标准的LDPC码编码解码方法,采用C语言,码率,迭代次数可变(Protocol standard based on 802.16e LDPC code encoding and decoding method using C language, bit rate, variable number of iterations)
- 2011-07-04 16:33:36下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1