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

📄 pident.sh

📁 无线个域网(WPAN)就是在个人周围空间形成的无线网络
💻 SH
字号:
#! /bin/cshrm -f tmp.* flows.* data.*rm -f PIdent/flows* PIdent/tmp* PIdent/dropRate* PIdent/data*set t1=500foreach ftype ( tcp cbr )     echo "Doing ftype $ftype"    foreach p ( 0.01 0.02 0.03 0.04 0.05 )	echo "Doing drop ${p}"	foreach rate ( 0.25 0.50 0.75 1.0 1.25 1.50 1.75 2.00 2.50 3.00 3.50 4.00 ) 	    echo "Doing rate ${rate}"	    ns red-pd.tcl one netTestFRp TestIdent p ${p} gamma ${rate} ftype ${ftype} time ${t1} > tmp.${ftype}-$p-$rate	    mv one.netTestFRp.TestIdent.1.flows flows.${ftype}-${p}-${rate}	end	PIdent/PIdent.pl tmp.${ftype}-$p- > data.${ftype}-${p}    end endmv flows* tmp* data* PIdentcd PIdentgnuplot PIdent.gpgv PIdent_tcp.ps &gv PIdent_cbr.ps &cd ..

⌨️ 快捷键说明

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