?? off enter execs
字號:
/* Determine the time for which the process remains in */
/* the "OFF" (inactive) state. This is determined by */
/* the distribution loaded to characterize the "OFF" */
/* state duration (i.e., time for which the source */
/* does not generate any packets. */
off_period = oms_dist_outcome (off_state_dist_handle);
/* Schedule a self-interrupt to transit to the "ON" */
/* when the "OFF" state duration expires. */
if (op_sim_time () + off_period < stop_time)
op_intrpt_schedule_self (op_sim_time () + off_period, OFF_TO_ON);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -