资源列表
CHAP9Email
- Email应用,该程序是c#编写的一个Email应用,代码有解释-Email applications, the program is written in a c# Email application, the code is explained
Chap10P2PVideo
- 点到点的通信,适合初入门的通信了解p2p的工作原理-Point to point communications, for the early entry of communication to understand p2p works
t2est
- 打印的实例,可以供参考,运用在MFC的对话框中进行打印。-Examples of printing, can be used for reference, the use of printing in MFC dialog.
ee
- 串口通信的实例,本人已测试可以通过,有需要的通信可以下载学习-Examples of serial communication, I have the test can be passed, there is a need for communication can be downloaded learning
MultiClientChatRoom-master
- This application allows any two persons on the LAN/Intranet (possibly the Internet) to have a video conference. There are several video conference applications that exist today. Each has its own performance enhancement techniques. The major problem i
libusb1-1.4.1.tar
- python 的ctype对libusb的封装,可能通过python直接编写usb的驱动,项目实践证明很稳定-this source use pythob ctype to call libusb,you can write usb driver by this code
win32-socket-chat-room
- win32实现局域网通讯 socket 通信 完整代码 在vc2010下编译运行-win32 socket chat room
ChatClient
- 用VS2005编写的简单的socket客户端源代码。可以用2005以上所有版本打开使用。适合新手学习用。-VS2005 prepared with simple socket client source code. All 2005 or later can be opened using. Suitable for beginners to learn.
FileTransfer
- CSocket 编写的文件传输代码,包含了客户端和服务端的源代码-CSocket write file transfer code, including client and server source code
BaiDuImage
- 网络爬虫,检索百度图片内容说明,很好用。傻瓜式-Web crawler, the search Baidu picture content descr iption, very good use. Fool
untitled14
- 使用Qt开发,连接百度天气api获取本地天气,界面虽然简陋,主要是看使用api部分的代码-this program is used to get weather information
crc
- 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC,它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。-Cyclic Redundancy Check English name for the Cyclical Redundancy Check, referred to as