资源列表
EmailClient
- 邮件收发客户端,能简单实现邮件的收发,在压缩文件中有说明
网络爬虫
- 网络爬虫,linux下面用c语言写的。十分适合初学者学习网络爬虫的实现。
data
- 跟我网络游戏更新配套的,数据同步用的软件,用于初装时更新用的
dxf-BroadcastSvr
- 基于UDP的网络通信应用程序服务器端,利用SOCKET实现功能集成化-UDP-based network communications application server, using Socket achieve functional integration
1asp
- 专业化的asp代码交流基地。用于dreamwearer 的一个系统。不错啊-professional exchanges asp code base. Dreamwearer for a system. Yes ah
Socket6
- IPv6 socket接口,用于在IPv6环境下的流媒体服务器-IPv6 socket interface for use in IPv6 environment streaming media server
crawl-网络爬虫
- 一个爬虫,c/c++写的。。。。。 非常好的,比较有效率的
FindMails
- 高速邮件搜索软件哦!采用VC开发,非常稳定,具有: 1,互联网指定网址搜索,关键字搜索,同时可指定仅为中文网站搜索; 2,浏览器搜索,可监控浏览器内容,实现看网页搜索邮件; 3,本地整个目录或者指定文件搜索; 4,定时保存邮件地址;提示:任何人不能用此软件搞邮件群发!
wuming_liuyanben
- 又一个asp留言本,哈哈,供大家学习、使用了,今天都传留言本算了-also a message of the asp, Haha, for everyone to learn, use, and are today - just the message
rtcsample
- Following the development of network and communication technology, traditional telecommunication network meets with great challenges currently. In order to overcome the disadvantages of traditional telecom network, next generation network was put for
TcpBroadcastClient
- tcp的客户端,用于与TCP/IP的server端收发字符,可以开启一个工人线程不断的发送数据.
高并发网络通讯
- 借助epoll模型基于linux系统实现高并发网络通讯,包括客户端和服务器。