资源列表
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)
index-create
- PHP下建立MySQL数据库并插入条目【PHP与MySQL学习基础】-PHP and MySQL database established under [insert entries learn basic PHP and MySQL]
UnLibrary
- Sample Client socket IP.
IP
- 易语言源码自动修改MAC地址和IP地址源码,有需要的可以试一下-Easy language source code automatically modify the MAC address and IP address
udp_m
- Linux下的C语言写的UDP多播收发程序-Linux, written in the C language program to send and receive UDP Multicast
lab1_base
- 国外大学教授书写的简单TCP服务器和客户端 注释超多,讲的很清楚-Simple C/C++ tcp server demo whriten by Ph.D University UQAC Canada. With lot of annotate.
protoc
- google protocol buffer最新编译器-google protocol buffer compiler
Simulation-process-calls
- 模拟进程调用,一个很不错的例子,以及拥有详细的注释,帮助理解。-Simulation process calls