代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/338899/12274556
c svm-train.c
#include
#include
#include
#include
#include "svm.h"
#define Malloc(type,n) (type *)malloc((n)*sizeof(type))
void exit_with_help()
{
printf(
"Usage: svm-tr
www.eeworm.com/read/336977/12403647
c svm-train.c
#include
#include
#include
#include
#include "svm.h"
#define Malloc(type,n) (type *)malloc((n)*sizeof(type))
void exit_with_help()
{
printf(
"Usage: svm-tr
www.eeworm.com/read/130548/14187215
c svm-train.c
#include
#include
#include
#include
#include "svm.h"
#define Malloc(type,n) (type *)malloc((n)*sizeof(type))
void exit_with_help()
{
printf(
"Usage: svm-tr
www.eeworm.com/read/229185/14349986
c svm-train.c
#include
#include
#include
#include
#include "svm.h"
#define Malloc(type,n) (type *)malloc((n)*sizeof(type))
void exit_with_help()
{
printf(
"Usage: svm-tr
www.eeworm.com/read/125950/14453780
c svm-train.c
#include
#include
#include
#include
#include "svm.h"
#define Malloc(type,n) (type *)malloc((n)*sizeof(type))
void exit_with_help()
{
printf(
"Usage: svm-tr
www.eeworm.com/read/119678/14824517
h lssvmfile.h
#ifndef LSSVM_FILE_H
#define LSSVM_FILE_H
#include
#include
//#define ERRORMSG(T) printf(T)
//%#define MALLOC(X) malloc(X)
//#define FREE(X) free(X)
#include "cga.h"
#include
www.eeworm.com/read/209264/15224332
c svm-train.c
#include
#include
#include
#include
#include "svm.h"
#define Malloc(type,n) (type *)malloc((n)*sizeof(type))
void exit_with_help()
{
printf(
"Usage: svm-tr
www.eeworm.com/read/10216/183558
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/203086/5041928
c svm-train.c
#include
#include
#include
#include
#include "svm.h"
#define Malloc(type,n) (type *)malloc((n)*sizeof(type))
void exit_with_help()
{
printf(
"Usage: svm-tr
www.eeworm.com/read/340665/3270963
c realloc.c
#ifdef MALLOC_PROVIDED
int _dummy_calloc = 1;
#else
/* realloc.c -- a wrapper for realloc_r. */
#include
#include
#include
#include
#ifndef _REENT_ONLY
_P