代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/297768/7997259
cpp 信息论编码.cpp
void chengfa(double *a,double **b,double *c,double **d,double **e,int m,int n)
{
int a1=0,a2=0;
int c1=0;
double sum=0;
int i,t;
//------------------------------计算得到py的值
for(i=0;i
www.eeworm.com/read/196846/8054684
c mpeg2dec.c
/* mpeg2dec.c, main(), initialization, option processing */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
www.eeworm.com/read/396203/8119220
c adc.c
/**************************FLOW.C*********************************/
/*******************************************************************
* 这里提供的是电力系统潮流计算机解法的五个子程序,采用的方法是 *
* Newton_Raphson
www.eeworm.com/read/195898/8124396
c try_dir.c
#include "stdio.h"
#include "stdlib.h"
#include "dir.h"
#include "string.h"
#include "dos.h"
/*This function is for dir browse. And it is based on turbo C.
The first parameter is the direct
www.eeworm.com/read/145241/12743657
c ch5_7.c
void crt_bt_pre(JD *bt)
{ char ch;
printf("ch=");
scanf("%c",&ch);
getchar();
if(ch=='') bt=NULL;
else
{ bt=(JD *)malloc(sizeof(JD));
bt->data=ch;
crt_bt_p
www.eeworm.com/read/145239/12744030
c ch5_7.c
void crt_bt_pre(JD *bt)
{ char ch;
printf("ch=");
scanf("%c",&ch);
getchar();
if(ch=='') bt=NULL;
else
{ bt=(JD *)malloc(sizeof(JD));
bt->data=ch;
crt_bt_p
www.eeworm.com/read/143387/12879868
test all.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/143306/12885286
c jmemnobs.c
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/330317/12902386
cpp test.cpp
#include "myCrySubstitude.h"
#define MAXLEN 1024
#define RAND_MAX 0x7fff
void main()
{
unsigned char * str;
unsigned char* code;
unsigned char* encode;
int i = 0;
int in_len
www.eeworm.com/read/142909/12908704
c fblist.c
/*
* FBCC - A simple C compiler.
*
* Copyright (c) 1996 Fabrice Bellard
*
* Contact addresses:
* mail: Fabrice Bellard, 451 chemin du mas de Matour, 34790 Grabels, France
* email: bellard