资源列表
dllsmssdk
- 免费短信猫接口程序下载,提供有VB、VC、delphpi、VC++等多种程序开发示例DEMO。用于短信猫短信收发功能的集成与开发。内有函数说明手册。由 深圳亿纬信息技术提供。evemsc.com -Free SMS cat interface program to download, develop sample has VB, VC, delphpi, VC++ other procedures DEMO. Cats for SMS text messaging function integr
Bluetooth 蓝牙规范10.1版
- 蓝牙规范10.1版本,英文资料,PDF格式-10.1 Bluetooth specification version, in English, PDF format
上兴源代码
- 上兴源代码
NetTime
- 使用网络时间修改本地时间,可以选择网络时间的网络地址。-Use Network Time modify local time, you can select the network time network address.
test2
- 变容二极管的LC振荡电路 变容二极管变化范围10pF~30pF 频率范围50MHz~70Mhz-Varactor diode varactor diode LC oscillator circuit range 10pF ~ 30pF frequency range 50MHz ~ 70Mhz
ClubShow
- socket非阻塞模式, 一个聊天的简单例子-socket non-blocking mode, a simple example chat
VC_USB
- VC++下USB简单通信例子,可以收发数据-USB communication simple example under the VC6.0
libsigcPP-2.8.0---src
- 信号槽库sigc++2.8.0库的源码,libsigc++是实现类型安全回调的一个C++模板库,官方地址http://libsigc.sourceforge.net/-Signal groove library sigc++2.8.0 library source code, libsigc++ is to achieve a type-safe callback C++ template library, official address http://libsigc.sourceforge.
telnet_network_OF_vc
- TCP/IP protocol analysis, the use of serial communication. Function for data transmission. Powerful. Practical.
WaveTest
- 服务端读取音频文件,通过串口发送出去,客户端通过串口接收音频文件并播放音频。main随便写的,主要是提供了串口操作的C++类和wav音频文件处理的C++类。- 英语 中文(简体) 日语 The server reads the audio file sent through the serial port, the client via the serial port to receive
vpnsetup
- 这个软件实现虚拟专用网络的自动连接,可以检测ping IP地址的功能,输入账户和密码,测试已经通过,在项目中需要的联系:zhoukaiwu1234@126.com-This software automatically connect to the virtual private network, can detect ping the IP address of the function, enter the account and password, the test has passed,
基于windows api的RS232串口程序
- 采用WINDOWS API函数编写的RS232串口程序。程序详细展示了windows串口通信的实现过程,包括超时设置,DCB设置等,串口工作方式是较为容易实现的同步方式,适合初学者。 程序采用C++程序编写,但稍有类和对象概念的C程序员一样能够轻松看到程序。