搜索资源列表
commmag
- 产生随机的网络拓扑(包括节点位置及流量),然后产生所有可能的进度表并计算其可达到的速率。另外,也可用更为精确的物理层模型来进行速率计算。-random network topology (including the location and flow nodes), and then have all the possible schedule and calculate the rate can be achieved. Besides, it also can be used for mor
Overlapio
- 5大IO模型之二:overlap模型,介绍overlap网络io的一般流程。-five large IO model bis : overlap model, introduced overlap network io the general process.
BRITE
- 开源的网络拓扑生成器,可对各种拓扑模型进行模拟-revenue generator network topology, the topology of various simulation model
一个对Winsock完成端口模型封装的类
- 此为一个对Winsock 完成端口模型封装的类,通过对此类的直接使用,可以很方便的进行网络编程。-this as one pair of Winsock port model complete package of categories, such direct use, and it is very convenient for network programming.
HTTP_JAVA
- 网络的应用非常广泛,这是一个网络信息通信的小程序。可以以这个为模型设立网络聊天室等网络程序。-network is widely used, which is a network of small information and communication procedures. Be this as a model for the establishment of Internet chat rooms network programming.
P2PDoc
- 介绍 基于P2P计算模式的自组织网络路由模型 P2P文件共享系统 基于特征信息定位的P2P系统-introduced peer-to-peer computing model based on the self-organizing network routing model P2P file-sharing system based on the characteristics of the peer-to-peer information positioning system
WSAEventSelect
- windows网络编程之WSAEventSelect模型-windows network's programming model WSAEventSelect
WSAAsyncSelect
- windows网络编程之WSAAsyncSelect模型-windows network's programming model WSAAsyncSelect
select
- 使用select模型进行网络编程的例子,使用标准c编程,移植性能好,是最基本的网络模型
OverlappedServer
- window socket网络编程的重叠IO模型的例子
IOCPDemo
- windows socket网络编程之io完成端口模型的例子
EventSelectServer
- window socket网络编程之EventSelect模型的例子
EventSelect
- windows网络编程源码,EventSelect模型的典型范例
wired
- 有线网络中的ns2仿真模块,有延时模型和抖动等函数实现.
Winsocket
- 网络编程,实现三种Winsocket I/O模型:select、基于事件、基于消息
wpdpack_3_1_beta4
- 分析在线播放的流媒体直接下载地址信息 类似与libpcap的包,支持WIN32平台。可以进行信息包捕获和网络分析,是基于UNIX的libpcap和BPF(Berkeley 分帧过滤器)模型的包。
Internetmodel
- 一个模拟Internet度分布的网络模型。
一个对Winsock 完成端口模型封装的类
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
Windows Select网络模型
- Windows Select 网络模式 有助于 参考Select 网络模型
高并发网络通讯
- 借助epoll模型基于linux系统实现高并发网络通讯,包括客户端和服务器。