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

📄 graf.h

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 H
字号:
/************* * Header file for graf.c * 1999 E. Rouat * $Id: graf.h,v 1.2 2005/05/30 20:28:44 sjborley Exp $ ************/#ifndef GRAF_H#define GRAF_H#include "graph.h"int gr_init(double *xlims, double *ylims,	    char *xname, char *plotname,	    char *hcopy, 	    int nplots,	    double xdelta, double ydelta,	    GRIDTYPE gridtype,	    PLOTTYPE plottype, 	    char *xlabel, char *ylabel,	    int xtype, int ytype,	    char *pname, char *commandline);void gr_point(struct dvec *dv,	      double newx, double newy,	      double oldx, double oldy, int np);void gr_start(struct dvec *dv);void gr_relinestyle(GRAPH *graph);void drawlegend(GRAPH *graph, int plotno, struct dvec *dv);void gr_end(struct dvec *dv);void gr_pmsg(char *text);void gr_clean(void);void gr_resize(GRAPH *graph);void gr_resize_internal(GRAPH *graph);void gr_redraw(GRAPH *graph);void gr_restoretext(GRAPH *graph);void reset_trace(void);void gr_iplot(struct plot *plot);void gr_end_iplot(void);double * readtics(char *string);#endif /* GRAF_H */

⌨️ 快捷键说明

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