Welcome![Sign In][Sign Up]
Location:
Search - ethernet simulation

Search list

[matlabmex

Description: matlab下面仿真802.3协议以太网mac层10、100M的网络接口模型。包括pci接口。-Matlab simulation 802.3 Ethernet mac agreement layer 10, 100M network interface model. Including PCI interface.
Platform: | Size: 24576 | Author: 仁刃 | Hits:

[VHDL-FPGA-Verilogethernet__verilog

Description: fpga模拟以太网物理层的源代码,用verilog硬件描述语言开发。-FPGA simulation of the Ethernet physical layer of the source code, using Verilog hardware description language development.
Platform: | Size: 330752 | Author: 王贤 | Hits:

[Internet-NetworkEthernet

Description: 模拟Ethernet帧的发送过程 父进程创建两个子进程和一个共享内存 这个共享内存模拟介质总线 这个两个进程分别从这个内存发送信并进行冲突检测-Simulation of Ethernet frames sent the course of the parent process of the creation of two sub-processes and a shared memory of the shared memory bus analog medium, respectively, the two processes send a letter from the memory and conflict detection
Platform: | Size: 1024 | Author: wu | Hits:

[ExploitFramePack

Description: 设计一个仿真软件来实现Ethernet帧的封装与CRC检测,整个模拟软件在VC++环境下实现.-The design of a simulation software to achieve the Ethernet frame CRC packaging and testing, the whole simulation software in VC++ Realize environment.
Platform: | Size: 2086912 | Author: 郭志伟 | Hits:

[Communication-MobileLab_Exercices_Modeler

Description: opnet学习资料,提供部分网络仿真模型。一:介绍OPNET 环境。二:执行M/M/1队列模型。三:以太网模型(Aloha,CSMA,CSMA-CD).四:TCP.五:OSPF-OPNET learning materials, providing part of the network simulation model. 1: Introduction OPNET environment. Second: The Executive M/M/1 queue model. III: Ethernet model (Aloha, CSMA, CSMA-CD). IV: TCP. 5: OSPF
Platform: | Size: 2239488 | Author: | Hits:

[VHDL-FPGA-Verilogcsma030390

Description: 模拟Ethernet帧发送过程,使读者熟悉Ethernet帧的数据发送流程-Simulation of Ethernet frames sent process, so that readers familiar with the Ethernet data frames to send flow
Platform: | Size: 1024 | Author: 猪八戒 | Hits:

[SCMAVRnet

Description: proteus avr单片米 tcp/ip 仿真-proteus avr chip m tcp/ip Simulation
Platform: | Size: 236544 | Author: 阿魏 | Hits:

[TCP/IP stackEthernet

Description: 模拟Ethernet帧的发送过程,有2个子线程,发送成功不少于10次-Simulation of Ethernet frames sent process, has 2 sub-threads, send the success of not less than 10 times
Platform: | Size: 1024 | Author: tianjing | Hits:

[TCP/IP stackSISDF

Description: 模拟以太网帧的发送过程,要求模拟实现CSMA/CD的传送过程-Simulation of Ethernet frames sent process simulation to achieve the requirements CSMA/CD transmission process
Platform: | Size: 1024 | Author: tianjing | Hits:

[JSP/Javaeadf

Description: 模拟ethernet帧的发送过程,用两个线程a和b来模拟Ethernet上的两台主机,用一个双字类型变量Bus来模拟总线-Simulation of ethernet frames sent process, with two threads a and b to simulate Ethernet on the two hosts, with a double-word type variable to simulate the bus Bus
Platform: | Size: 1024 | Author: tianjing | Hits:

[Internet-NetworkCSMA

Description: CSMA/CD仿真代码,千兆以太网以前版本中统一采用的争用方法,以此来决定对媒体访问权,里面涉及到了退避算法等。可在opnet环境下实现,经验证通过。-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 card.
Platform: | Size: 121856 | Author: cquptliuhui | Hits:

[SCMAVRM32Ethernet

Description: AVR M32 Ethernet仿真实例,通过Proteus仿真,送给想学微控制器网络通讯的而没有硬件的朋友-AVR M32 Ethernet simulation example, through the Proteus simulation, a gift I wanted to learn microcontroller network communications hardware and not a friend
Platform: | Size: 3555328 | Author: 林铭均 | Hits:

[TCP/IP stackEthernet

Description: Ethernet网上CSMA/CD协议的模拟-Ethernet Internet CSMA/CD protocol simulation
Platform: | Size: 1024 | Author: 程晨 | Hits:

[Communication-MobileEthernet

Description: 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 card.-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 card.
Platform: | Size: 60416 | Author: angel | Hits:

[Sniffer Package captureEthernet-frame-send

Description: 模拟Ethernet帧的发送过程,C++源程序编写。-Simulation of Ethernet frames sent process, C++ source code to prepare.
Platform: | Size: 9216 | Author: name | Hits:

[Internet-NetworkEthernet

Description: 模拟Ethernet帧的发送过程 编写程序模拟Ethernet结点的数据发送流程。 1) 用两个线程a和b来模拟Ethernet上的两台主机。 2) 用一个双字类型变量Bus来模拟总线(将其初始化为“\0”,并且总线等于“\0”时表示总线空闲)。 3) 两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。 4) 每台主机须向总线上成功发送10次数据,如果其中某次数据发送失败,则该线程结束。 5) 发送流程须遵循CSMA\CD。随机延迟算法中的冲突窗口取0.005。在数据发送成功(即Bus==ID)后,报告“ID send success”,产生冲突(即Bus!=ID)后报告“ID send conllision”,发送失败(即冲突计数器值为0)后报告“ID send failure”。随着主机成功次数增加,报告其已发送成功的次数,如“主机A发送成功数=3”。 Ethernet的核心技术是随机争用型介质访问方法,即带有冲突检测的载波侦听多路访问(CSMA/CD)方法。-Ethernet frames sent during simulation Analog programming to send Ethernet data flow node. 1) a and b with two threads to simulate the two hosts on the Ethernet. 2) a double word type variable Bus to simulate the bus (to be initialized to "\ 0", and the bus is equal to "\ 0" that the bus is idle). 3) two sub-threads to send their data to the bus. Data with the number of threads to simulate the thread, send data with the thread number and the Bus "or" operations simulation (ie, Bus = Bus | ID, ID number of threads for the thread). 4) each host on the bus are required to successfully transmit data 10 times, if one of a particular data transmission fails, the thread ends. 5) to send the process to be followed by CSMA \ CD. Random delay algorithm to take 0.005 in the conflict window. The data is sent successfully (ie, Bus == ID), the report "ID send success", conflict (ie Bus! = ID) after the report "ID send conllision", sending fails (ie, conflict counter value is 0) after the
Platform: | Size: 2768896 | Author: liqian | Hits:

[Windows Developsimulation

Description: Simulation of the Ethernet C Project with source code
Platform: | Size: 52224 | Author: Hiten | Hits:

[Internet-NetworkEthernet

Description: 目前,Ethernet是应用最广泛的局域网。因此,学习Ethernet技术对深入掌握局域网知识是非常重要的。本课程设计的目的是模拟Ethernet帧的发送过程,使读者熟悉Ethernet帧的数据发送流程,即CSMA/CD工作流程。编写程序模拟Ethernet节点的数据发送流程。-Currently, Ethernet is the most widely used LAN. Therefore, learning to master the LAN Ethernet technology for in-depth knowledge is very important. The purpose of this course is designed to simulate the process of Ethernet frames sent, so that readers are familiar with data transmission processes Ethernet frames that CSMA/CD workflow. Data preparation process simulation Ethernet nodes transmit processes.
Platform: | Size: 2048 | Author: 唐崇雯 | Hits:

[VHDL-FPGA-Verilogethernet

Description: opencore上实现以太网mac层的开发版Verilog代码,含英文设计文档与datasheet。可在Modelsim中编译与仿真。-Achieve opencore Ethernet mac layer development version of Verilog code, design documents containing English and datasheet. Can be compiled with the simulation in Modelsim.
Platform: | Size: 1017856 | Author: TSH | Hits:

[Otherlab-3

Description: Token Ring local area network (LAN) technology is a communications protocol for local area networks. ... Introduced by IBM in 1984, it was then standardized with protocol IEEE 802.5 and was fairly successful, particularly in corporate environments, but gradually eclipsed by the later versions of Ethernet.
Platform: | Size: 2167808 | Author: vineeth | Hits:
« 12 3 »

CodeBus www.codebus.net