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

📄 newprot.results.tcl

📁 采用蚂蚁算法实现ad hoc网络路由协议,平台为ns2
💻 TCL
字号:
source gatherresults.tclsource swarmsimulations.tclset metric_calculators {pdr}# Produce a separate series for each combination of the followingset seriesparameters { 	val(routingprotocol)	val(simtime)	}# Each series varies with theseset plotparameters { 	val(numnodes)	}# Each data point is aggregated over these. duplicate runs are discarded.set runparameters { 	val(seed)	val(scenario)	}# The following are the values of the data points# These are aggregated over all values supplied.set measuredmetrics {	pdr(tot) 	pdr(apprecv)	pdr(cost)	}set confidenceInterval 0.99set dataFileName "newprot.data"set plotFileName "newprot.plot"set glob "log/new*"gatherAndPlot

⌨️ 快捷键说明

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