⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 delay-compute.sh

📁 对IEEE 802.11e里的分布式信道接入算法EDCA进行改进
💻 SH
字号:
#!/bin/csh -f#set name_file = Vedio_only.tclset name_file = edcf-hole_test.tcl#set name_file = Back_Video.tclns ni_test1.tcl $name_file 15 5000 80wlan-goodput $name_file 0.5 set nodes = 0set max_nodes = 14set increment1 = 15set increment2 = 30while ( $nodes <= $max_nodes ) wlan-lat  $name_file $nodes AGTwlan-lat  $name_file $increment1 AGTwlan-lat $name_file $increment2 AGT	 	 @ nodes = $nodes  +  1	@ increment1 = $increment1 + 1	@ increment2 = $increment2 + 1end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -