CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - csma/cd

搜索资源列表

  1. SISDF

    0下载:
  2. 模拟以太网帧的发送过程,要求模拟实现CSMA/CD的传送过程
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:931
    • 提供者:tianjing
  1. CSMA

    0下载:
  2. CSMA/CD仿真代码,千兆以太网以前版本中统一采用的争用方法,以此来决定对媒体访问权,里面涉及到了退避算法等。可在opnet环境下实现,经验证通过。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:122402
    • 提供者:cquptliuhui
  1. csma.rar

    0下载:
  2. simulation de csma/cd en c,simulation de csma/cd en c
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:1900
    • 提供者:ahmed
  1. CSMA_CD_code.rar

    0下载:
  2. 对CSMA/CD协议的模拟,是使用C++语言加以实现的。对理解csmacd协议的执行过程是一个很的仿真,On the CSMA/CD protocol simulation is the use of C++ language to be implemented. Understanding csmacd implementation of the agreement is a simulation process
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-04-20
    • 文件大小:3833
    • 提供者:wangxhty
  1. csma_cd

    0下载:
  2. csma/cd 模拟 其余的自己看吧-csma/cd simulate the rest of their own and see
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:3963
    • 提供者:leaf
  1. Etherner

    0下载:
  2. 本课程设计的目的是模拟Ethernet帧的发送过程,使读者熟悉Ethernet帧的数据发送流程,即CSMA/CD32运作流程: 1)、用两个线程a和b来模拟Ethernet上的两台主机。 2)、用一个双字类型变量Bus来模拟总线(将其初始化为” \0”,并且总线等于”\0”时 表示总线空闲)。 3)、两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线 程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。 4)、
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:68625
    • 提供者:Rubert
  1. Ethernet

    0下载:
  2. Ethernet网上CSMA/CD协议的模拟-Ethernet Internet CSMA/CD protocol simulation
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:1269
    • 提供者:程晨
  1. sim

    0下载:
  2. /* * CSMA/CD simulator * Author: Gong Han */-/* * CSMA/CD simulator* Author: Gong Han*/
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-02
    • 文件大小:1036
    • 提供者:Overflow
  1. Implementation_of_CSMA

    0下载:
  2. 无限局域网MAC层的CSMA协议的三种实现方法,使用java完成,三种分别是NonePersistent,NonePersistent1和OnePersistent,是无线MAC设计的良好参考代码-Wireless network CSMA implementation using Java,containing NonePersistent,NonePersistent1 and OnePersistent,very useful when designing MAC layer protoc
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:5906
    • 提供者:kabiluofu
  1. Ethernet

    0下载:
  2. 模拟Ethernet帧的发送过程 编写程序模拟Ethernet结点的数据发送流程。 1) 用两个线程a和b来模拟Ethernet上的两台主机。 2) 用一个双字类型变量Bus来模拟总线(将其初始化为“\0”,并且总线等于“\0”时表示总线空闲)。 3) 两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。 4) 每台主机须向总线上成功发送10次数据,如果其中某次数据发送失败
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2768526
    • 提供者:liqian
  1. csma

    0下载:
  2. 模仿CSMA/CD机制所用,本shell scr ipt 可以自动仿真1600次并输出结果-Imitation of the CSMA/CD mechanism, the shell scr ipt can be automatically simulation 1600 times and output the results
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:771
    • 提供者:李想
  1. SISDF

    0下载:
  2. 模拟以太网帧的发送过程,要求模拟实现CSMA/CD的传送过程-Simulation of Ethernet frames sent process simulation to achieve the requirements CSMA/CD transmission process
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:979
    • 提供者:rterof
  1. Ethernet

    0下载:
  2. 目前,Ethernet是应用最广泛的局域网。因此,学习Ethernet技术对深入掌握局域网知识是非常重要的。本课程设计的目的是模拟Ethernet帧的发送过程,使读者熟悉Ethernet帧的数据发送流程,即CSMA/CD工作流程。编写程序模拟Ethernet节点的数据发送流程。-Currently, Ethernet is the most widely used LAN. Therefore, learning to master the LAN Ethernet technology for
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:1665
    • 提供者:唐崇雯
  1. CSMA

    0下载:
  2. 这是一个关于模拟CSMA-CD协议行为的JAVA的程序包。-This is a CSMA-CD protocol on the simulation of the behavior of the JAVA package.
  3. 所属分类:P2P

    • 发布日期:2016-10-31
    • 文件大小:8192
    • 提供者:Angel
  1. csmaca_csmacd

    8下载:
  2. 使用matlab对MAC协议的仿真源代码 MATLAB仿真csma/ca csma/cd,两个的(mac Matlab on the MAC protocol simulation source code matlab simulationcsma/ca and csma/cd)
  3. 所属分类:网络编程

    • 发布日期:2019-04-04
    • 文件大小:17408
    • 提供者:阿四阿四
搜珍网 www.dssz.com