?? mif.c
字號:
/*============================================================================FILE MIF.cMEMBER OF process XSPICECopyright 1991Georgia Tech Research CorporationAtlanta, Georgia 30332All Rights ReservedPROJECT A-8503AUTHORS 9/12/91 Bill KuhnMODIFICATIONS <date> <person name> <nature of modifications>SUMMARY This file allocates globals used by various packages, including MIF.INTERFACES g_mif_infoREFERENCED FILES None.NON-STANDARD FEATURES None.============================================================================*/ #include "mif.h"int MIFiSize = sizeof(MIFinstance); int MIFmSize = sizeof(MIFmodel); /* Allocate global used to pass info on analysis type, etc. from *//* SPICE to the MIF load routine *//* This must be initialized so that EVTfindvec can check for *//* NULL pointer in g_mif_info.ckt */Mif_Info_t g_mif_info = { { MIF_FALSE, MIF_FALSE, MIF_DC, MIF_ANALOG, 0.0,}, NULL, NULL, NULL, { 0.0, 0.0,}, { MIF_FALSE, MIF_FALSE,},};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -