搜索资源列表
-
0下载:
模拟Ethernet帧的发送过程,C++源程序编写。-Simulation of Ethernet frames sent process, C++ source code to prepare.
-
-
0下载:
模拟以太网帧结构,对帧结构进行封装和解析。-Simulation of the Ethernet frame structure, the structure of the frame package and resolution.
-
-
0下载:
模拟Ethernet帧的发送过程
编写程序模拟Ethernet结点的数据发送流程。
1) 用两个线程a和b来模拟Ethernet上的两台主机。
2) 用一个双字类型变量Bus来模拟总线(将其初始化为“\0”,并且总线等于“\0”时表示总线空闲)。
3) 两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。
4) 每台主机须向总线上成功发送10次数据,如果其中某次数据发送失败
-
-
0下载:
计算机网络课程设计源码,实现了模拟Ethernet帧的发送
过程,可更加深入的了解计算机网络ip协议及网络编程。-Computer network curriculum design source, the simulation of Ethernet frames sent
Process, a more in-depth understanding of computer network ip protocol and network programming.
-
-
0下载:
A simulation in NS2 of a ethernet LAN network with nodes, that use SRM protocol
-
-
0下载:
利用socket编程实现对以太网的模拟!-Use socket programming to realize the simulation of Ethernet!
-
-
0下载:
利用socket编程实现对以太网的模拟!-Use socket programming to realize the simulation of Ethernet!
-
-
0下载:
模拟以太网帧的发送过程,要求模拟实现CSMA/CD的传送过程-Simulation of Ethernet frames sent process simulation to achieve the requirements CSMA/CD transmission process
-
-
0下载:
目前,Ethernet是应用最广泛的局域网。因此,学习Ethernet技术对深入掌握局域网知识是非常重要的。本课程设计的目的是模拟Ethernet帧的发送过程,使读者熟悉Ethernet帧的数据发送流程,即CSMA/CD工作流程。编写程序模拟Ethernet节点的数据发送流程。-Currently, Ethernet is the most widely used LAN. Therefore, learning to master the LAN Ethernet technology for
-