xscrsho.c
来自「Numerical Recipes Software 提供的算法子程序集」· C语言 代码 · 共 19 行
C
19 行
/* Driver for routine scrsho */
#include <stdio.h>
#define NRANSI
#include "nr.h"
static float fx(float x)
{
return bessj0(x);
}
int main(void)
{
scrsho(fx);
return 0;
}
#undef NRANSI
/* (C) Copr. 1986-92 Numerical Recipes Software . */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?