文件名称:2
-
所属分类:
- 标签属性:
- 上传时间:2008-10-13
-
文件大小:3.37kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
看n2实例 #Create a simulator object
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} {
global ns nf
$ns flush-trace
#Close the trace file
close $nf
#Execute nam on the trace file
exit 0
}
#Create four nodes
set n0 [$ns node]
set n1 [$ns node]
set n2 [$ns node]
set n3 [$ns node]
#Create links between the nodes
$ns duplex-link $n0 $n2 1Mb 10ms
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} {
global ns nf
$ns flush-trace
#Close the trace file
close $nf
#Execute nam on the trace file
exit 0
}
#Create four nodes
set n0 [$ns node]
set n1 [$ns node]
set n2 [$ns node]
set n3 [$ns node]
#Create links between the nodes
$ns duplex-link $n0 $n2 1Mb 10ms
(系统自动生成,下载前可以参看下载内容)
下载文件列表
第六章/nam-example.tcl
第六章/xgraph-example.tcl
第六章/gawk/BBS-list.txt
第六章/gawk/shipped.txt
第六章/gnuplot/gnuplot-data.txt
第六章/gnuplot/test.data
第六章/gawk
第六章/gnuplot
第六章
www.dssz.com.txt
第六章/xgraph-example.tcl
第六章/gawk/BBS-list.txt
第六章/gawk/shipped.txt
第六章/gnuplot/gnuplot-data.txt
第六章/gnuplot/test.data
第六章/gawk
第六章/gnuplot
第六章
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.