Welcome![Sign In][Sign Up]
Location:
Search - csma

Search list

[Program docCSMA_CD

Description: CSMA_CD, 以态网传送的简单协议.-CSMA_CD, a state network to send a simple agreement.
Platform: | Size: 120832 | Author: 郭娟 | Hits:

[Communication-MobilecsmacdVC++

Description: cdma-cd的VC++源代码cdma-cd的VC++源代码-cdma-cd
Platform: | Size: 56320 | Author: zjf | 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 collision”,发送失败(即冲突计数器值为0)后报告“ID send failure”。随着主机发送成功次数增加,报告其已发送成功的次数,如“主机A发送成功数=3”。 -err
Platform: | Size: 1024 | Author: seaman | Hits:

[Communication7941967NS

Description: ns2开发详解,包括各种NS2的实例,用法,是一本不可多得的经典书籍-Detailed ns2 development, including a variety of NS2 examples of usage, is a rare classic books
Platform: | Size: 8717312 | Author: niping | Hits:

[Internet-NetworkPerformanceincreaseinCSMACAwithRTSCTS

Description: 对csmaca算法rts-cts机制的改进策略,值得一看-Csmaca algorithm to rts-cts mechanisms to improve the strategy, see
Platform: | Size: 149504 | Author: rick | Hits:

[3G developcsma_802_15_4header

Description: 第一个是csma的c文件,这个是csma,802.15.4的header文件-The first one is the c CSMA documents, this is a csma, 802.15.4 of the header file
Platform: | Size: 2048 | Author: 高翔 | Hits:

[Internet-NetworkEtherner

Description: 本课程设计的目的是模拟Ethernet帧的发送过程,使读者熟悉Ethernet帧的数据发送流程,即CSMA/CD32运作流程: 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”。 -err
Platform: | Size: 68608 | Author: Rubert | Hits:

[Communication-MobileCC1110-TDMA

Description: CC1110 TDMA通信程序。在IAR Embedded Workbench 下测试通过,如需在其他环境下使用,可直接编辑目录下的C文件。-Code of CC1110 TDMA communication . Available on IAR Embedded Workbench。. To use in other develop enviroment, you can edit the C file in the directory.
Platform: | Size: 209920 | Author: | Hits:

[Program docCSMA_CA

Description: CSMA_CA协议在传感器网络中的应用与改进-CSMA_CA
Platform: | Size: 432128 | Author: 乔福 | Hits:

[Communication-Mobilep302-elhoiydi(WiseMAC)

Description: WiseMAC is a medium access control protocol designed for the WiseNETTMwireless sensor network. It is based on CSMA and uses the preamble sampling technique to minimize the power consumed when listening to an idle medium.
Platform: | Size: 114688 | Author: Shereen | Hits:

[Internet-NetworkCSMA_Sim_1

Description: results for CSMA simulation 1
Platform: | Size: 1024 | Author: CSMA | Hits:

[Internet-NetworkCSMA_Sim_2

Description: results for CSMA simulation 2
Platform: | Size: 1024 | Author: CSMA | Hits:

[Internet-NetworkCSMA_Sim_3

Description: results for CSMA simulation 3
Platform: | Size: 1024 | Author: CSMA | Hits:

[SCMCC1100

Description: 这个是我调试CC1100的源码,进行收发是没有问题,里面CCA功能的我也做了说明的-This is my source code debugging CC1100, there is no problem to send and receive, which the CCA function that I have done the
Platform: | Size: 270336 | Author: wangdongxu | Hits:

[SCMCSMAMAC

Description: 本目录下提供了CSMA MAC层的测试和演示程序 该测试程序包含3个 一个发送测试csma_send, 一个接收测试csma_recv,一个echo结点(接收后再发送)csma_echo 事实上,上述测试程序可以测试send/recv过程是否工作正常,但是对MAC的冲突避免仍需在实际中体会,但可以与直接基于cc2420组件的发送接收进行比较,以确定csma mac确实提高了性能。-revised
Platform: | Size: 11264 | Author: francis | Hits:

[Internet-NetworkCSMACD

Description: 模拟CSMACD协议 这只是个原型 是学生在实验室的作品-CSMACD simulation is only a prototype of this agreement is a student in the laboratory work
Platform: | Size: 522240 | Author: Mr.Sun | Hits:

[SCMCC1110_CSMA

Description: 附件内文件功能是利用TI公司的CC1110单片机实现点对多点载波监听CSMA。程序在IAR7.2软件平台下编译通过,可以在CC1110单片机中正常下载运行。-Within the file attachment feature is the use of TI s CC1110 MCU-to-multipoint Carrier Sense CSMA. Under the program compiled by IAR7.2 software platform, you can download the CC1110 MCU to normal operation.
Platform: | Size: 198656 | Author: mutestome | Hits:

[Program docLab01_Ethernet

Description: The Ethernet is a working example of the more general Carrier Sense, Multiple Access with Collision Detect (CSMA/CD) local area network technology. The Ethernet is a multiple-access network, meaning that a set of nodes sends and receives frames over a shared link. The “carrier sense” in CSMA/CD means that all the nodes can distinguish between an idle and a busy link.
Platform: | Size: 363520 | Author: vagazone | Hits:

[Windows Developjiangqiufeng_09720835

Description: 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 can be summarized as the following four points: first, hear hair, listened hair, the conflict to stop, delay re-issued. When one detects a conflict between the need to consider how to deal with the conflict. This experiment presents a conflict of backoff algorithm. And through programming the algorithm.
Platform: | Size: 906240 | Author: 王衎 | Hits:

[matlab80211

Description: SIM80211 IEEE802 Simulator: a one hop network,simulator to reproduce a cluster of ieee802.11 terminals under saturation conditions. The script simulates a implified model for a radio network based on the IEEE 802.11 standard operating in DCF modality.-SIM80211 IEEE802 Simulator: a one hop network, simulator to reproduce a cluster of ieee802.11 terminals under saturation conditions. The script simulates a implified model for a radio network based on the IEEE 802.11 standard operating in DCF modality.
Platform: | Size: 6144 | Author: jerry | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »

CodeBus www.codebus.net