资源简介
CSMA/CA协议 多路侦听冲突避免协议,用matlab实现的,能满足基本方针要求
代码片段和文件信息
function y = Add(CollitionStationsindex)
CollitionStations(1) = CollitionStations(1) + 1;%CollitionStations(1)为序列位置指示标
i = CollitionStations(1);
CollitionStations(i+1) = index;
y = CollitionStations;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 216 2008-10-17 11:06 CSMA_CA\Add.m
文件 6309 2009-04-04 21:23 CSMA_CA\AdHoc.m
文件 6356 2009-04-04 20:55 CSMA_CA\AdHoc_Throughput.fig
文件 7397 2009-04-04 21:22 CSMA_CA\AP.m
文件 6407 2009-04-04 20:26 CSMA_CA\AP_Throughput.fig
文件 7839 2009-04-04 21:11 CSMA_CA\AP_vs_AdHoc_in_Throughput.fig
文件 7682 2009-04-04 21:13 CSMA_CA\AP_vs_AdHoc_in_Throughput.m
文件 2600 2009-04-04 20:52 CSMA_CA\Average Delay of AdHoc Network.txt
文件 2600 2009-04-04 20:04 CSMA_CA\Average Delay of Infrastructure Network.txt
文件 227 2009-04-04 16:45 CSMA_CA\DelayBuffPop.m
文件 194 2009-04-04 16:45 CSMA_CA\DelayBuffPush.m
文件 127 2008-10-20 11:08 CSMA_CA\ExpDis.m
文件 140 2008-10-20 09:58 CSMA_CA\Increase.m
文件 235 2008-10-17 11:15 CSMA_CA\MaxLength.m
文件 2930 2009-04-04 20:52 CSMA_CA\Packet Resending Rate of AdHoc Network.txt
文件 2960 2009-04-04 20:04 CSMA_CA\Packet Resending Rate of Infrastructure Network.txt
文件 206 2009-04-04 16:45 CSMA_CA\Pop.m
文件 241 2009-04-04 16:45 CSMA_CA\Push.m
文件 123 2008-10-17 16:12 CSMA_CA\RandSel.m
文件 21504 2009-04-04 21:54 CSMA_CA\ReadMeFirst!.doc
文件 3800 2009-04-04 20:52 CSMA_CA\Throughput of AdHoc Network.txt
文件 3515 2009-04-04 20:04 CSMA_CA\Throughput of Infrastructure Network.txt
目录 0 2009-04-04 21:50 CSMA_CA
----------- --------- ---------- ----- ----
83608 23
- 上一篇:粒子群算法优化BP神经网络权值的程序
- 下一篇:小游戏贪吃蛇的matlab编程
评论
共有 条评论