?? graf.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 + -