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

📄 shhops.sh~0

📁 OMNET++仿真三色算法的源码,三色算法是无线传感器中一个典型的分簇算法
💻 SH~0
字号:
#Create a plotable file extracting the latency information form #the collectedData.dat file#xtract rough dataawk -f extractHops.awk ../collcectedData.dat >hops1#sortsort -n +0 hops1 > hops2#generate the latency fileawk -f genPlotHost.awk hops2 > hopsData.dat#emove temporaney filesrm -f hops1 hops2 #create the plot file and plot it!gnuplot hopsData.gp && gv HopsData.ps

⌨️ 快捷键说明

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