performseer.h

来自「show to use C/C++ do system test.」· C头文件 代码 · 共 30 行

H
30
字号
#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 + =
减小字号Ctrl + -
显示快捷键?