代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/277434/10639312
c 6grad.c
#include "4trmul.c"
#include "math.h"
#include "stdlib.h"
#include "stdio.h"
void grad(a,n,b,eps,x)
int n;
double a[],b[],x[],eps;
{ int i,k;
double *p,*r,*s,*q,alpha,bet
www.eeworm.com/read/277434/10639343
c 6bint.c
#include "4trmul.c"
#include "6gaus.c"
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int bint(a,n,b,eps,x)
int n;
double a[],b[],x[],eps;
{ int i,j,k,kk;
do
www.eeworm.com/read/351570/10639348
cpp algo0612.cpp
void HuffmanCoding(HuffmanTree &HT, HuffmanCode &HC, int *w, int n) {
// 算法6.12
// w存放n个字符的权值(均>0),构造哈夫曼树HT,
// 并求出n个字符的哈夫曼编码HC
int i, j, m, s1, s2, start;
char *cd;
unsigned int c,
www.eeworm.com/read/277434/10639394
c 10rkt2.c
#include "stdlib.h"
#include "math.h"
void rkt2(t,h,y,n,eps,f)
void (*f)();
int n;
double t,h,eps,y[];
{ int m,i,j,k;
double hh,p,dt,x,tt,q,a[4],*g,*b,*c,*d,*e;
g=mall
www.eeworm.com/read/277434/10639399
c 10tnr.c
#include "stdlib.h"
#include "math.h"
void tnr(t,h,n,y,f)
void (*f)();
int n;
double t,h,y[];
{ int j;
double s,aa,bb,dd,g,dy,dy1,*d,*p,*w,*q,*r;
w=malloc(4*n*sizeof(d
www.eeworm.com/read/277434/10639402
c 10elr2.c
#include "stdlib.h"
#include "math.h"
void elr2(t,h,y,n,eps,f)
void (*f)();
int n;
double t,h,eps,y[];
{ int i,j,m;
double hh,p,x,q,*a,*b,*c,*d;
a=malloc(n*sizeof(doub
www.eeworm.com/read/277434/10639408
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/277434/10639420
c 10mrsn.c
#include "stdlib.h"
#include "math.h"
void mrsn(t,h,n,y,eps,k,z,f)
void (*f)();
int n,k;
double t,h,eps,y[],z[];
{ int i,j,m,nn;
double aa,bb,x,hh,p,dt,t0,qq,*a,*b,*c,*d,*u
www.eeworm.com/read/277434/10639425
c 10gjfq.c
#include "stdlib.h"
#include "math.h"
void gjfq(t,h,n,y,eps,k,z,f)
void (*f)();
int n,k;
double t,h,eps,y[],z[];
{ void rkt();
int i,j;
double a,qq,*d,*p,*u,*v,*w;
www.eeworm.com/read/277434/10639441
c 10hamg.c
#include "stdlib.h"
#include "math.h"
void hamg(t,h,n,y,eps,k,z,f)
void (*f)();
int n,k;
double t,h,eps,y[],z[];
{ void rkt();
int i,j,m;
double a,q,*b,*d,*u,*v,*w,*g;