d_osc.h
来自「ngspice又一个电子CAD仿真软件代码.功能更全」· C头文件 代码 · 共 92 行
H
92 行
/* $Id: d_osc.h,v 1.2 2003/08/05 17:20:39 pnenzi Exp $ *//*.......1.........2.........3.........4.........5.........6.........7.........8================================================================================FILE d_osc/d_osc.hCopyright 1991Georgia Tech Research Corporation, Atlanta, Ga. 30332All Rights ReservedPROJECT A-8503-405 AUTHORS 25 Jul 1991 Jeffrey P. MurrayMODIFICATIONS 30 Sept 1991 Jeffrey P. Murray SUMMARY This file contains the header information for the d_osc code model.INTERFACES FILE ROUTINE CALLED N/A N/A REFERENCED FILES N/A NON-STANDARD FEATURES NONE===============================================================================*//* Structures, etc. for d_osc oscillator model. 7/25/90 Last Modified 7/25/91 J.P.Murray *//*=======================================================================*//*=== INCLUDE FILES =====================================================*/ #include <stdio.h>#include <ctype.h>#include <math.h>#include <string.h>/*=== CONSTANTS =========================================================*//**** Error Messages ****/char *d_osc_allocation_error = "\n**** Error ****\nD_OSC: Error allocating VCO block storage \n";char *d_osc_array_error = "\n**** Error ****\nD_OSC: Size of control array different than frequency array \n";char *d_osc_negative_freq_error = "\n**** Error ****\nD_OSC: The extrapolated value for frequency\nhas been found to be negative... \n Lower frequency level has been clamped to 0.0 Hz \n";/*=== MACROS ============================================================*/ /*=== LOCAL VARIABLES & TYPEDEFS ========================================*/ /*=== FUNCTION PROTOTYPE DEFINITIONS ====================================*//*=======================================================================*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?