代码搜索结果
找到约 10,000 项符合
0 的代码
tlvs0.c
#include "stdio.h"
#include "tlvs.c"
main()
{ int i;
static double x[6];
static double t[6]={6.0,5.0,4.0,3.0,2.0,1.0};
static double b[6]={11.0,9.0,9.0,9.0,13.0,17.0};
maqr0.c
#include "stdio.h"
#include "maqr.c"
main()
{ int i,j;
static double q[4][4],a[4][3]={ {1.0,1.0,-1.0},
{2.0,1.0,0.0},{1.0,-1.0,0.0},{-1.0,2.0,1.0}};
i=maqr(4,3,a,q);
rinv0.c
#include "stdio.h"
#include "rinv.c"
main()
{ int i,j;
static double a[4][4]={ {0.2368,0.2471,0.2568,1.2671},
{1.1161,0.1254,0.1397,0.1490},
remz0.c
#include "math.h"
#include "stdio.h"
#include "remz.c"
main()
{ int i;
double a,b,eps,p[5],remzf();
a=-1.0; b=1.0; eps=1.0e-10;
remz(a,b,p,4,eps,remzf);
printf("\n"
spir0.c
#include "stdio.h"
#include "spir.c"
#include "math.h"
main()
{ int i;
double x[20],y[20],a[6],dt[3];
for (i=0; i
hamg0.c
#include "stdio.h"
#include "hamg.c"
main()
{ int i,j;
double t,h,eps,y[3],z[3][11];
void hamgf();
y[0]=1.0; y[1]=1.0; y[2]=1.0;
t=0.0; h=0.05; eps=0.0001;
hamg(
adms0.c
#include "stdio.h"
#include "adms.c"
main()
{ int i,j;
double t,h,eps;
double y[3],z[3][11];
void admsf();
y[0]=0.0; y[1]=1.0; y[2]=1.0;
t=0.0; h=0.05; eps=0.000
qrtt0.c
#include "stdio.h"
#include "qrtt.c"
#include "hhbg.c"
main()
{ int i,j,jt=60;
double eps=0.000001;
static double u[5],v[5];
static double a[5][5]={ {1.0,6.0,-3.0,-1.0,7
jcbi0.c
#include "stdio.h"
#include "jcbi.c"
main()
{ int i,j;
double eps;
static double v[3][3];
static double a[3][3]={ {2.0,-1.0,0.0},{-1.0,2.0,-1.0},
hhbg0.c
#include "stdio.h"
#include "hhbg.c"
main()
{ int i,j;
static double a[5][5]={ {1.0,6.0,-3.0,-1.0,7.0},
{8.0,-15.0,18.0,5.0,4.0},{-2.0,11.0,9.0,15.0,20.0},
{-13.0,2.0,2