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

📄 arch.h

📁 spice中支持多层次元件模型仿真的可单独运行的插件源码
💻 H
字号:
/**********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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -