⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 init enter execs

📁 opnet网络仿真
💻
字号:
/* Initialize the traffic generation parameters.	*/
bursty_source_sv_init ();

/* Schedule the first OFF-period scheduling by setting	*/
/* a self-interrupt for the start time. If the start	*/
/* time is set to "Infinity", then there is no need to	*/
/* to schedule an interrupt as this node has been set	*/
/* will not generate any traffic.						*/
if (start_time >= 0.0)
	{
	op_intrpt_schedule_self (op_sim_time () + start_time, 0);
	}

⌨️ 快捷键说明

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