📄 omnetpp.ini
字号:
# This file is shared by all tictoc simulations.
# Lines beginning with `#' are comments
[General]
preload-ned-files=*.ned
network=tictoc1 # this line is for Cmdenv, Tkenv will still let you choose from a dialog
[Parameters]
tictoc4.toc.limit = 5
# 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)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -