mfb3d.c

来自「支持数字元件仿真的SPICE插件」· C语言 代码 · 共 35 行

C
35
字号
/* * mfb3d.c * * Copyright -C- 1982 Giles C. Billingsley * sccsid "@(#)mfb3d.c  1.9  9/3/83" * *     MFB is a graphics package that was developed by the integrated * circuits group of the Electronics Research Laboratory and the * Department of Electrical Engineering and Computer Sciences at * the University of California, Berkeley, California.  The programs * in MFB are available free of charge to any interested party. * The sale, resale, or use of these program for profit without the * express written consent of the Department of Electrical Engineering * and Computer Sciences, University of California, Berkeley, California, * is forbidden. */#include "prefix.h"#include "mfb.h"#include "suffix.h"#define MFBFORMAT   MFBCurrent->strings/************************************************************************** * *                 MFB3D * *     MFB3D contains MFB routines for 3 dimension graphics. * * **************************************************************************/

⌨️ 快捷键说明

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