readme

来自「NS2网络仿真软件是目前最为流行的网络仿真模拟软件」· 代码 · 共 32 行

TXT
32
字号
This directory contains the following files1) bluehoc.tcl (Requires 'wish')   This is a Tcl/TK based Graphical Interface for configuration   and running the simulation.    The configuration parameters which are set using the GUI    are written into the output tcl file which the user selects.    After the configuration is complete and the user saves the    script file, it is automatically run. Actions like plotting   graphs, getting nam traces etc are performed if the user   selects the options.    The script file can also be run using ../ns <script> after    installation from run/ directory. 2) proc.tcl and run.tcl   The simulation script created in 1) includes these two files.    These files perform the actual configuration given the values   for configuration parameters. 3) ns-btnode.tcl defines the class BTNode which represents a    Bluetooth node. 

⌨️ 快捷键说明

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