搜索资源列表
Lab_Exercices_Modeler
- opnet学习资料,提供部分网络仿真模型。一:介绍OPNET 环境。二:执行M/M/1队列模型。三:以太网模型(Aloha,CSMA,CSMA-CD).四:TCP.五:OSPF
CSMA-CD
- cdma-cd的java源代码cdma-cd的java源代码
Ethernet
- CSMA / CD simulation code, Gigabit Ethernet previous versions used to compete for a unified approach, in order to decide on the right of media access, which relates to the backoff algorithm. OPNET environment can be achieved through the experience ca
802.3-2005_section4
- IEEE 802.3 2005 Section 4 (English) Part 3: Carrier Sense Multiple Access with Collision Detection (CSMA/CD) access method and physical layer specifications
CC1110_BB
- 1110的点对点通信,使用Csma/cd协议,DMA数据传输-1110 point to point communications, use Csma/cd protocol, DMA data transfer
CSMAWithCollisionDetection实验
- 成员变量 private int stationNum; 准备发送的站的数量 private const int maxLength = 1500 * 8; 一帧的最大长度,单位为位 private const int rate = 512; 时钟为512,单位为100ns private const int maxCollisionNum = 16; 最大冲突数 private const int maxTotalTime = 10000; 最大时隙数 private i