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

📄 spice.h

📁 spice中支持多层次元件模型仿真的可单独运行的插件源码
💻 H
字号:
/* *	Portability, global externs, kitchen sink (yuk). *	In future releases this will include things from misc.h and util.h, *	   which duplicate each other in places */#include "math.h"#ifndef	M_PI#  define M_PI		3.14159265358979323846#endif#ifndef	M_E#  define M_E  	   2.7182818284590452354#endif#ifndef	M_LOG2E#  define M_LOG2E		1.4426950408889634074#endif#ifndef	M_LOG10E#  define M_LOG10E        0.43429448190325182765#endif#include "port.h"#include "hw.h"#include "config.h"#include "capabil.h"#include "arch.h"#define	NUMELEMS(ARRAY)	(sizeof(ARRAY)/sizeof(*ARRAY))extern char *Spice_Exec_Dir;extern char *Spice_Lib_Dir;extern char Spice_OptChar;extern char *Def_Editor;extern char *Bug_Addr;extern int AsciiRawFile;extern char *Spice_Host;extern char *Spiced_Log;extern char Spice_Notice[ ];extern char Spice_Version[ ];extern char Spice_Build_Date[ ];extern char *News_File;extern char *Default_MFB_Cap;extern char *Spice_Path;extern char *Help_Path;extern char *Lib_Path;extern int  Patch_Level;

⌨️ 快捷键说明

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