资源列表
a10
- scr ipt for routing protocol for simulation on ns2.
a11
- scr ipt for routing protocol for simulation on ns2.
a12
- scr ipt for routing protocol for simulation on ns2.
a20
- scr ipt for routing protocol for simulation on ns2.
a22
- scr ipt for routing protocol for simulation on ns2.
VCPP
- VC++ 实现多窗口多视图例子,多个窗口集合在一个视图上,通过左边的标签进行切换窗口显示。-The VC++ multi-window multi-view example, a collection of multiple windows in a single view, on the left tab switching window displays.
twoUsers
- 这个文件夹里是2个用户的通信程序源代码和编译后的程序文件。 使用方法: 先运行server_2文件, 例如以本机为服务器地址,监听端口为7999,最大连接数为1(本次实验中没有用到,只是作为listen函数的变量) ./server_2 7999 1 运行client_2文件 在已知服务器地址为ip6_addr和端口号的情况下 ./client_2 ip6_addr 7999 然后即可开始正常的聊天。-This folder is a file
multipleUsers
- 这个文件夹里是多个用户的通信程序源代码和编译后的程序文件 使用方法: 先运行server文件 例如以本机为服务器地址,监听端口为7999,最大连接数为3(最大支持用户数) 超过最大连接数的连接会自动关闭,被拒绝接入。 ./server_2 7999 3 然后输入服务器的名字,例如输入admin 然后等待用户连接(此时也可以输入帮助命令,连接并没有阻塞程序) (一旦有用户连接,服务器端会提示当前谁进入,以及目前在线用户数) 运行clien
e1000e-1.6.2.tar
- linux inter千兆网卡驱动,在煤油驱动的情况下,安装编译一下就可以了!-linux inter Gigabit NIC driver, in the case of kerosene drive, install the compiler can!
TCP_server_ok
- 自己写的一个 简单的TCP server端的SOCKET程序 写得很简单,只是实现了下SOCKET功能 -a very simple SOCKET NETWORK program SERVER port debug is ok
library
- 一个功能齐全的图书管理系统,完全原创,包含功能: 1.图书借阅、归还、续借 2.到期提醒,过期罚款 3.首页显示借阅次数最多的10本书 4.多级管理,针对不同的用户显示不同的菜单-A fully functional library management system, completely original, contains functions: borrow books, return, renew 2 expiration reminder, overdue fines
Overlap
- Overlap.rar主要是实现了重叠I/O模型的编程实例,重叠I/O模型使应用程序能达到更佳的系统性能。-Overlap.rar mainly achieved programming examples of overlapping I/O model, overlapped I/O model enables applications to achieve better system performance.