搜索资源列表
berryz2007
- 自己使用VB编写的串口通信程序,1号和2号。将两个COM口用串口线连接,就可以运行这两个程序了。实现的功能:1号程序随机发送两个数字,2号程序接收并进行计算,然后发回1号机,1号机接收并显示出来。-its own use VB prepared by the serial communication program, 1 and 2. The two COM ports with serial line connectivity, it can run on the two proceeding
蓝牙串口
- 该程序是实现蓝牙串口通信的,在计算机上用vb进行编程,打开蓝牙的uart口,从而打开蓝牙的串口。-Bluetooth serial communications, computers programmed with vb, Bluetooth UART open mouth, open the Bluetooth Serial Port.
PDUEncoder
- 输入手机短信的服务中心号码,对方号码,编辑pdu手机编码,计算pdu,vb.net开发-Enter the cell phone message service center number, the other number, Mobile Edit PDU encoding, calculating the pdu, vb.net development
jikong(J)
- 计算监控系统这本书的源代码,非常适合学习VB串口编程人员。-Computer monitoring system, the source code of this book is very suitable for learning VB serial port programmers.
Chebyshev-
- 用vb编写的一款可用于切比雪夫多项式运算来计算GPS运行轨道的程序。-Vb prepared with a Chebyshev polynomial can be used to calculate the GPS orbit operations of the program.
FCS
- FCS校验软件VB编写适合于各种通讯场所计算通讯校验码-FCS check software
PLC_RW
- vb.net与FX1n通讯程序,并且能自动计算FX1N相关的PLC动作地址,完全原创。对于自动化相关的朋友可以学习下。-vb.net and FX1n communication procedures, and can automatically calculate FX1N PLC related actions address, completely original. For the automation-related friends can learn next.
卷积码的编码和VB译码
- 在MATLAB上设计一个(2,1,3)卷积编码器和对应的采用维特比译码算法的译码器。编码器的生成多项式为:[1 0 1;1 1 1]。将编码器的输出经过一个高斯白噪声信道的结果作为译码器的输入,观察比较译码器输出和编码器输入,了解卷积码的容错性,并计算译码结果的误比特率.(A convolutional coder (2, 1, 3) and corresponding decoder using Vitby decoding algorithm are designed on MATLAB.