资源列表
cityweather-forecasts
- Delphi编写的天气预报查询,需连接互联网,自动获取指定城市的天气信息。-Delphi written inquiries weather forecasts, to be connected to the Internet, automatically obtain weather information specified city.
WinHTTrack_src
- WinHTTrack 是VC的源码,HTTrack是一个离线浏览器软件,使您的网站下载到您选择的本地文件夹,所有目录递归建立,从服务器得到网站的HTML,图像和其他文件到本地电脑。 HTTrack安排`原始网站的相对链接结构。只需打开“镜像“在您的浏览器的网站页面,你可以从链接浏览网站的链接,因为如果你是在线上观看。 注:一些非关键的,如语言,窗口属性和最近的文件列表设置被写入到Windows的注册表。-HTTrack is an offline browser software
TCPServer
- TCP服务端,异步套接字模式.程序结构简单,不需要多线程。-TCP server, asynchronous socket model simple program structure, no multi-threading.
UDP
- 在Linux编写的一个UDP的小例子,实现文件的传输。-Linux written in a small example of the UDP, file transfer.
paipaike_20130705
- 拍拍客程序,免费开源,使用。 拍拍客程序,免费开源,使用。-Pat off the program, free and open source, to use. Pat off the program, free and open source, to use. Pat off the program, free and open source, to use.
zhuanfa
- 此源码主要演示UDP转TCP的转发过程,对于新手学习的好材料。-The main source of this demonstration forwarding UDP to TCP, for the novice to learn good material.
Download
- 易语言多线程下载纯源码,HTTP。 适用于下载软件。-Easy language multi-threaded download pure source, HTTP. Applicable to download the software.
student-system
- 这是ubuntu下基于gcc和sqlite的小型学生管理系统,主要有4个功能,分别是:插入,删除,显示和退出。编译时要加sqlite3库。-This is a small student management system based on gcc and sqlite, and there are four main functions are: insert, delete, display and exit.
ping
- ping命令的简单功能实现,基于Linux的gcc实现。用到的知识有广播,多播,套接字-ping command to achieve a simple function, gcc Linux-based implementation. The knowledge is broadcast, multicast socket
tcp
- Linux下tcp并发服务器的实现。服务器端监听是否有请求,并循环接受收到的请求,每收到一个请求,fork()一次,通过子进程来完成客户端的请求。-Under Linux tcp achieve concurrent server. Monitor whether the server requests and circulation accept requests received, each receives a request, fork () once, by a child proce
udp
- Linux下udp并发服务器的实现。服务器循环接收客户端的消息,每收到一个消息,fork()一次,通过子进程来完成客户端的消息。与tcp并发不一样,他不必listen()和accept()。-Udp under Linux to achieve concurrent server. Server receives the client' s message loop, each receives a message, fork () once the child process to be
smtp.tar
- smtp 发送邮件,包括实现简单的encode (base64 quoted-printable)