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

📄 agraf.h

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 H
字号:
/************* * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -