代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/234679/14100413

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/234679/14100627

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/234679/14100711

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/234679/14100764

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/234679/14100929

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/234679/14100943

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/234146/14120847

c 5.c

#include #include #define MAX 12 int main() { int i; float *p = malloc(MAX * sizeof(float)); for(i=0; i
www.eeworm.com/read/131795/14126541

dat funtc273b.dat

#include #include int main(void) { system("dir"); return 0; }
www.eeworm.com/read/131795/14127153

dat funtc78.dat

函数名称: abort 函数原型: void abort(void) 函数功能: 异常终止一个进程. 函数返回: 函数说明: 所属文件:
www.eeworm.com/read/231913/14216403

c sam.c

///////////////////////////////////////////////////////////////////////////////////////// //该段程序为抽样程序,模拟函数为y=4sinx,采样时间限定在一个周期内,t为采样时间间隔,可以 //根据需要修改,程序中采用了0.5s。采样点的采样值依次存放在数组a『50』中,最后的输出没有全 //部输出数组