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

搜索资源列表

  1. juw

    0下载:
  2. CSMA/CD总线访问技术计算机局域网 -CSMA / CD bus LAN Computer Access Technology
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:55587
    • 提供者:xixi
  1. CSMACD

    1下载:
  2. 模拟以太网上CSMA/CD协议.在字符界面下,你可以任意规定你要测试的竞争的次数,程序会按照你给的数据进行测试。在该程序中,站的总数为4个,所以每一次竞争结束之后,都会输出一个结果,告诉你在该次竞争中是1、2、3、4站中的哪个站,赢得了本次传输的机会。-simulation Ethernet CSMA / CD agreement. Characters in the interface, You can arbitrarily requiring that you have to test c
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1122
    • 提供者:sherry
  1. Lab_Exercices_Modeler

    0下载:
  2. opnet学习资料,提供部分网络仿真模型。一:介绍OPNET 环境。二:执行M/M/1队列模型。三:以太网模型(Aloha,CSMA,CSMA-CD).四:TCP.五:OSPF
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:2239324
    • 提供者:annalisa
  1. SISDF

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

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

    0下载:
  2. 所属分类:网络编程

    • 发布日期:2011-12-10
    • 文件大小:1675099
    • 提供者:jasminemin
  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. jiangqiufeng_09720835

    0下载:
  2. Ethernet帧的发送采用带有冲突检测的载波侦听多路访问(CSMA/CD)方法。CSMA/CD的发送流程可以概括为以下四点:先听后发,边听边发,冲突停止,延迟重发。当其中检测到冲突时就需要考虑如何处理该冲突。本程序提出了一种冲突退避算法。-Ethernet frames to send used with Collision Detection Carrier Sense Multiple Access (CSMA/CD) method. CSMA/CD the sending process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:906252
    • 提供者:王衎
  1. CC1110_BB

    0下载:
  2. 1110的点对点通信,使用Csma/cd协议,DMA数据传输-1110 point to point communications, use Csma/cd protocol, DMA data transfer
  3. 所属分类:RFID

    • 发布日期:2017-03-31
    • 文件大小:402555
    • 提供者:马文献
  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. DP83901A

    0下载:
  2. The DP83901A Serial Network Interface Controller (SNIC) is a microCMOS VLSI device designed for easy implementation of CSMA/CD local area networks.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-02
    • 文件大小:680940
    • 提供者:lego rass
  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. csma_cd

    0下载:
  2. csma/cd simulator in c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:523
    • 提供者:san
  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. ivtv-version

    0下载:
  2. Definitions for Intel 82593 CSMA CD Core LAN Controller The definitions are taken the 1992 users manual with Intel order number 297125-001. -Definitions for Intel 82593 CSMA CD Core LAN Controller The definitions are taken the 1992 users manual wi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2853
    • 提供者:qwdenyang
  1. csmacd2

    0下载:
  2. This source shows how to make csma/cd. This is made by c++ and very long source.-This source shows how to make csma/cd. This is made by c++ and very long source.
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6420
    • 提供者:shi116015
  1. wmeu

    0下载:
  2. 是个印度人编写的CSMA CD模拟程序~图形界面~()
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:5120
    • 提供者:oatalce
  1. security

    0下载:
  2. Approach: NS-2 is an open source system that is developed using C++ and Tool Control Language TCL. Researchers can freely add new components to the system to server their own purposes. The latest version of NS-2 is version 2.28. Within this version,
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:bvc
  1. ynitially

    0下载:
  2. 是个印度人编写的CSMA CD模拟程序~图形界面~()
  3. 所属分类:其他小程序

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:gknaxyis
  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
    • 提供者:阿四阿四
  1. IEEE802.3

    3下载:
  2. 以太网标准IEEE802.3规范,。一种网络协议。描述物理层和数据链路层的MAC子层的实现方法,在多种物理媒体上以多种速率采用CSMA/CD访问方式。(Ethernet standard IEEE802.3 specification. A network protocol. This paper describes the implementation method of MAC sublayer in physical layer and data link layer. CSMA/CD a
  3. 所属分类:其他

    • 发布日期:2019-03-18
    • 文件大小:25624576
    • 提供者:albert-www
« 1 23 »
搜珍网 www.dssz.com