omnetpp.ini

来自「基于omnet++开发的Mf框架下的802.11协议仿真。」· INI 代码 · 共 20 行

INI
20
字号
# This file is shared by all tictoc simulations.
# Lines beginning with `#' are comments

[General]
preload-ned-files=*.ned # this line is for Cmdenv,
network=tictoc1 # this line is for Cmdenv,
# this line is for Cmdenv, Tkenv will still let you choose from a dialog

[Parameters]

tictoc4.toc.limit =66 # this line is for Cmdenv,

# argument to exponential() is the mean; truncnormal() returns values from 
# the normal distribution truncated to nonnegative values
tictoc6.tic.delayTime = exponential(3)
tictoc6.toc.delayTime = truncnormal(3,1)
[StudentInfo]
Name=11
=

⌨️ 快捷键说明

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