arch.h

来自「spice中支持多层次元件模型仿真的可单独运行的插件源码」· C头文件 代码 · 共 28 行

H
28
字号
/**********Copyright 1993 Regents of the University of California.  All rights reserved.Author: 1993 David A. Gates**********//* */#ifndef ARCH#define ARCH#ifdef PARALLEL_ARCH#include "sndrcv.h"#include "evlog.h"#define MT_LOAD		100#define MT_ACLOAD	200#define MT_PZLOAD	300#define MT_TRANAN	400#define MT_TRUNC	500#define MT_COMBINE	600#define MT_CONV		700#define MT_ASK		800#endif /* PARALLEL_ARCH */extern int ARCHme;	/* My logical process number */extern int ARCHsize;	/* Total number of processes */#endif /* ARCH */

⌨️ 快捷键说明

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