代码搜索:stdlib

找到约 10,000 项符合「stdlib」的源代码

代码结果 10,000
www.eeworm.com/read/275044/10837856

c fileio.c

# include # include void main() { /* 定义一个文件指针fp */ FILE *fp; char ch, filename[10]; printf("Please input the name of file: "); scanf("%s", filename); /* 输入字符串并赋给
www.eeworm.com/read/275044/10837877

c fseek.c

# include # include void main(int argc, char *argv[]) { FILE *fp; if(argc!=3) { printf("缺少字节位置,无法进行操作。\n"); exit(0); } if((fp=fopen(argv[1], "rb"))==NULL)
www.eeworm.com/read/275022/10838708

c 7qrrt.c

#include "stdlib.h" #include "5hhqr.c" int qrrt(a,n,xr,xi,eps,jt) int n,jt; double a[],xr[],xi[],eps; { int i,j; double *q; q=malloc(n*n*sizeof(double)); for (j=0; j
www.eeworm.com/read/275022/10838998

c 6gmqr.c

#include "4maqr.c" #include "stdlib.h" int gmqr(a,m,n,b,q) int m,n; double a[],b[],q[]; { int i,j; double d,*c; int maqr(double [],int,int,double []); c=malloc(n*size
www.eeworm.com/read/275022/10839078

c 10rkt1.c

#include "stdlib.h" void rkt1(t,y,n,h,k,z,f) void (*f)(); int n,k; double t,h,y[],z[]; { int i,j,l; double a[4],tt,*b,*d; b=malloc(n*sizeof(double)); d=malloc(n*size
www.eeworm.com/read/275022/10839139

c 10wity.c

#include "stdlib.h" void wity(t,y,n,h,k,z,f) void (*f)(); int n,k; double t,h,y[],z[]; { int i,j; double x,*a,*d; a=malloc(n*sizeof(double)); d=malloc(n*sizeof(doubl
www.eeworm.com/read/275022/10839312

c 4ssgj.c

#include "stdlib.h" #include "math.h" #include "stdio.h" int ssgj(a,n) int n; double a[]; { int i,j,k,m; double w,g,*b; b=malloc(n*sizeof(double)); for (k=0; k
www.eeworm.com/read/275022/10839330

c 9mtml.c

#include "stdlib.h" #include "math.h" #include "3rnd1.c" double mtml(n,a,b,f) int n; double a[],b[],(*f)(); { int m,i; double r,s,d,*x; x=malloc(n*sizeof(double));
www.eeworm.com/read/349004/10856282

c funct.c

#include "stdio.h" #include "stdlib.h" #include "math.h" double objf(double x[]) {double ff; ff=3*pow(x[0],3)-8*x[0]+9; return(ff); }
www.eeworm.com/read/349004/10856327

c funct.c

#include "stdio.h" #include "stdlib.h" #include "math.h" double objf(double x[]) {double ff; ff=8*pow(x[0],3)-2*x[0]*x[0]-7*x[0]+3; return(ff); }