agraf.h

来自「ngspice又一个电子CAD仿真软件代码.功能更全」· C头文件 代码 · 共 19 行

H
19
字号
/************* * Header file for agraf.c * 1999 E. Rouat ************/#ifndef _AGRAF_H#define _AGRAF_H#include <dvec.h>#include <bool.h>#include <plot.h>void ft_agraf(double *xlims, double *ylims, struct dvec *xscale,	      struct plot *plot, struct dvec *vecs,	      double xdel, double ydel, bool xlog, bool ylog, 	      bool nointerp);#endif

⌨️ 快捷键说明

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