📄 ccvsitf.h
字号:
/**********Copyright 1990 Regents of the University of California. All rights reserved.**********/#ifdef DEV_ccvs#ifndef DEV_CCVS#define DEV_CCVS#include "ccvsext.h"extern IFparm CCVSpTable[ ];extern char *CCVSnames[ ];extern int CCVSpTSize;extern int CCVSnSize;extern int CCVSiSize;extern int CCVSmSize;SPICEdev CCVSinfo = { { "CCVS", "Linear current controlled current source", &CCVSnSize, &CCVSnSize, CCVSnames, &CCVSpTSize, CCVSpTable, 0, NULL, DEV_DEFAULT }, CCVSparam, NULL, CCVSload, CCVSsetup, CCVSunsetup, CCVSsetup, NULL, NULL, CCVSfindBr, CCVSload, /* ac and normal load functions identical */ NULL, CCVSdestroy,#ifdef DELETES CCVSmDelete, CCVSdelete,#else /* DELETES */ NULL, NULL,#endif /* DELETES */ NULL, CCVSask, NULL,#ifdef AN_pz CCVSpzLoad,#else /* AN_pz */ NULL,#endif /* AN_pz */ NULL,#ifdef AN_sense2 CCVSsSetup, CCVSsLoad, NULL, CCVSsAcLoad, CCVSsPrint, NULL,#else /* NOSENS */ NULL, NULL, NULL, NULL, NULL, NULL,#endif /* NOSENS */ NULL, /* DISTO */ NULL, /* NOISE */ &CCVSiSize, &CCVSmSize};#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -