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

📄 main.h

📁 模拟器提供了一个简单易用的平台
💻 H
字号:
/* * File: main.h * Author: Suman Banerjee <suman@cs.umd.edu> * Date: July 31, 2001 * Terms: GPL * * myns simulator */#ifndef _MAIN_H_#define _MAIN_H_#include <scheduler.h>#include <constants.h>extern NamedConstant global_seed;#define GLOBAL_SEED (global_seed.getval().u.i)bool ProcessEvent (EventInfo *pevent);void StartSimulation (void);void StopSimulation (void);void init (void);void init_seed (void);void simulator_main (int argc, char ** argv);#endif

⌨️ 快捷键说明

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