资源列表
Email
- VC++MFC编程实现邮件发送接收客户端。-Vc++ MFC programming to send and receive email client.
zguide-cn-master
- ZeroMQ Guide Book O REILLY 中文翻译-ZeroMQ Guide Book O REILLY Chinese translation
SDBATS
- SDBATS算法的任务选择和处理器的选择,实现表调度的功能-SDBATS algorithm task selection and processor selection, scheduling functions to achieve the table
assign
- 国外大学network大作业,实现网络读书,上传post,以及读取post的功能,且有push和pull功能-1. A server program which acts as the server of an on-line discussion forum and this will be referred to as the server. 2. An eDocument reader software and this will be referred to as the rea
caodv
- 基于ns2的aodv协议实现,以及cope aodv的源码,实现等-Based on the ns2 aodv protocol implementation, as well as cope aodv source, realization
aodvattacker
- AODV attacker ....to prevent security threats of blackhole by notifying other nodes in the network of the incident. The simulation results in ns2 (ver- 2.33) demonstrate that our protocol not only prevents blackhole attack but consequently im
flex-2.5.39.tar.bz2
- openwrt 源码,用于搜索组件,具体情况可百度了解,-openwrt source for the search component, the specific situation Baidu understand, thank you
thrp_loss_delay.awk.tar
- Awk file to calculate End to End delay , throughput , Jitter , Droped packet , Fail packets and sending rate
QTtest
- 压力测试,主要是设置测试时长,ip地址,端口号等对测试服务器性能,数据的发送接收,-Stress tests, the main is to set up the test time, IP address and port number on the test server performance, such as send and receive data
phy
- ns2 中对于无线物理层功能的定义和实现-cc implemens the channel function in ns2 physical simulation
upsoft
- vb环境下一个支持在线自动更新的程序。如果您有新的、好的代码可以提供给枕善居上发布,让大家学习哦!-vb environment that supports online automatic update process. If you have a new, good code can be provided to the pillow good home release, so that we learn, oh!
dns
- 设计一个DNS服务器程序,读入“域名-IP地址”对照表,当客户端查询域名对应的IP地址时,用域名检索该对照表,三种检索结果: 检索结果为ip地址0.0.0.0,则向客户端返回“域名不存在”的报错消息(不良网站拦截功能) 检索结果为普通IP地址,则向客户返回这个地址(服务器功能) 表中未检到该域名,则向因特网DNS服务器发出查询,并将结果返给客户端(中继功能) 考虑多个计算机上的客户端会同时查询,需要进行消息ID的转换-Design a DNS server program tha