📄 printerplot.cwp.lib
字号:
PRINTERPLOT - Functions to make a printer plot of a 1-dimensional arraypp1d printer plot of 1d array pplot1 printer plot of 1d array Function Prototypes:void pp1d (FILE *fp, char *title, int lx, int ifx, float x[]);void pplot1 (FILE *fp, char *title, int nx, float ax[]);pp1d:Input:fp file pointer for output (e.g., stdout, stderr, etc.)title title of plotlx length of xifx index of first xx array[lx] to be plottedpplot1:Input:fp file pointer for printed output (e.g., stdout, stderr, etc.)title title of plotnx number of x values to be plottedax array[nx] of x valuesNotes:Are two subroutines to do this really necessary?Author: Dave Hale, Colorado School of Mines, 06/02/89
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -