-
serialDebug
调试串口很有帮助,用windowsAPI编写,避免了com控件的局限性(help for serialport debug)
- 2012-04-25 10:57:12下载
- 积分:1
-
VC_rtspdemo
这是一个rtsp的VC++实现,希望对你有用(This is a rtsp' s in VC++, you want to be useful)
- 2011-11-15 19:48:58下载
- 积分:1
-
SMSAlarm
这是一个短信报警的小程序,它通过ADO操作读取发送的短信号码和内容,自动发送短信并产生日志(This is a message warning of a small program that reads through the ADO operation number and content of messages sent automatically send text messages and generate the log)
- 2009-10-13 08:53:22下载
- 积分:1
-
dll
PLC动态库 vb编程 支持s7-1200(PLC Dynamic Library Support s7-1200)
- 2019-04-08 20:40:41下载
- 积分:1
-
897650
种基于VB6.0开发的可进行瓦斯监测并报警的友好界面。该界面通过串行通信方式接收各种瓦斯报警器采集的数据。(Species can be developed based on VB6.0 gas monitoring and alarm-friendly interface. The serial communication interface to receive a variety of gas alarm, the data collected.)
- 2011-05-23 21:32:47下载
- 积分:1
-
PSD
本程序计算了连续相位调制CPM的功率谱密度(The program calculates the continuous phase modulation CPM power spectral density)
- 2021-01-13 19:18:47下载
- 积分:1
-
ModbusRTU_attiny44
MODBUS RTU using Attiny44 from Atmel
- 2013-08-30 22:21:27下载
- 积分:1
-
Sample_VC
说明: prodave是西门子PLC与高级语言的程序接口,如何使用它,这里给出一个VC与西门子PLC通讯并读写DB块数据的例子(Prodave is Siemens PLC and high level language program interface, how to use it, so here is a VC and Simon PLC and literacy DB block of data example
)
- 2011-04-18 15:09:48下载
- 积分:1
-
Lmoddulate_66T
LTE下行链路OFDMM中的调制方式64QAM
(Modulation the LTE downlink OFDMM in way 64QAM)
- 2012-09-15 14:48:33下载
- 积分: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