代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/166020/10040999
c execl.c
/*execl.c*/
#include
#include
#include
int main()
{
if(fork()==0){
/*调用execl函数,注意这里要给出ps程序所在的完整路径*/
if(execl("/bin/ps","ps","-ef",NULL)
www.eeworm.com/read/361569/10044834
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/361569/10045017
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/361569/10045089
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/361569/10045112
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/361569/10045206
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/361569/10045213
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/361092/10066694
c mytest.c
#include
#include
int main(void)
{
printf("Hello World! This is my first application.\n");
return 0;
}
www.eeworm.com/read/360206/10106605
c random.c
#include
#include
void main(void)
{
int i;
printf("Values from rand\n");
for (i = 0; i < 100; i++)
printf("%d ", rand());
printf("Values from rando
www.eeworm.com/read/359966/10113430
c 进退法.c
/*用于确定目标函数初始搜索区间,文件名jtf.c*/
/*输出变量:a:n维数组,搜索区间的下限*/
/* b:n维数组,搜索区间的下限*/
/*输入变量:x0:n维数组,搜索初始点*/
/* h0:初始步长*/
/* s:n维数组,搜索方向*/
/* n:优化模型维数*/
#include "funct.c"
#include "stdio.h"