delay-compute.sh
来自「对IEEE 802.11e里的分布式信道接入算法EDCA进行改进」· Shell 代码 · 共 27 行
SH
27 行
#!/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 + =
减小字号Ctrl + -
显示快捷键?