📄 performseer.h
字号:
#ifndef PERFORMSEER_H
#define PERFORMSEER_H
typedef char int08;
typedef short int16;
typedef long int32;
typedef unsigned char uint08;
typedef unsigned short uint16;
typedef unsigned long uint32;
typedef float real32;
typedef double real64;
#include <stdio.h>
#include <iostream.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include "Random.h"
#include "SimModel.h"
#include "Meter.h"
#include "Queue.h"
#include "Process.h"
#include "Resource.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -