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

📄 d_source.h

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 H
字号:
/* $Id: d_source.h,v 1.2 2003/08/05 17:20:39 pnenzi Exp $ *//*.......1.........2.........3.........4.........5.........6.........7.........8================================================================================FILE d_source/cfunc.modCopyright 1991Georgia Tech Research Corporation, Atlanta, Ga. 30332All Rights ReservedPROJECT A-8503-405               AUTHORS                          13 Jun 1991     Jeffrey P. MurrayMODIFICATIONS        8 Aug 1991    Jeffrey P. Murray    30 Sep 1991    Jeffrey P. Murray                                   SUMMARY    This file contains the header information used by the     d_source code model.INTERFACES           FILE                 ROUTINE CALLED         N/A                  N/A                         REFERENCED FILES    NONE                     NON-STANDARD FEATURES    NONE===============================================================================*//*=== INCLUDE FILES ====================*/#include <stdio.h>#include <ctype.h>#include <math.h>#include <string.h>                                      /*=== CONSTANTS ========================*/#define OK 0#define FAIL 1                                        /*=== MACROS ===========================*/  /*=== LOCAL VARIABLES & TYPEDEFS =======*/                         typedef char line_t[82]; /* A SPICE size line. <= 80 characters plus '\n\0' */               /*=== FUNCTION PROTOTYPE DEFINITIONS ===*/                   /*=============================================================================*/

⌨️ 快捷键说明

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