代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/407373/11420167

c jmemnobs.c

#define JPEG_INTERNALS #include "jinclude.h" #include "jpeglib.h" #include "jmemsys.h" /* import the system-dependent declarations */ #ifndef HAVE_STDLIB_H /* should declare malloc(
www.eeworm.com/read/407093/11429601

c~ sp_preorder.c~

/*! @file sp_preorder.c * \brief Permute and performs functions on columns of orginal matrix */ #include "slu_ddefs.h" /*! \brief * * * Purpose * ======= * * sp_preorder() permutes the
www.eeworm.com/read/407093/11429627

c sp_preorder.c

/*! @file sp_preorder.c * \brief Permute and performs functions on columns of orginal matrix */ #include "slu_ddefs.h" /*! \brief * * * Purpose * ======= * * sp_preorder() permutes the
www.eeworm.com/read/406932/11432449

c radtr.c

#include "pdc1.h" void calculate_Akm(); float Ki2(float), Ki1(float), zK1(float), IB1(float), omega(float), ei1m(float), GE0(float), J0(float); float aK1I0(float, float), bK0I1(float, float),
www.eeworm.com/read/406072/11450152

h mem.h

/* * copyright (c) 2006 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of t
www.eeworm.com/read/155098/11898872

c turbo_code_log_map.c

#include "turbo_code_Log_MAP.h" const double lookup_index_Log_MAP[16] = {0.0, 0.08824, 0.19587, 0.31026, 0.43275, 0.56508, 0.70963, 0.86972, 1.0502, 1.2587, 1.5078, 1.8212, 2.25
www.eeworm.com/read/257509/11922377

cpp tmndec.cpp

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/257509/11922653

cpp tmndec.cpp

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/152838/12079021

cpp gzj.cpp

#include #include void hardlim(float**, int*, float*); bool zero(int*, int*); void addwe(float**, int*, int*); void addbe(float*, int*); //输入向量P int P_DIMENSION,p_dimen
www.eeworm.com/read/152832/12079246

cpp lms.cpp

#include "stdio.h" #include "string.h" #include "malloc.h" #include "eigen.h" float **R_matr(float **, int , int ); void lms(int , int , float *, float *, float **); float stdy_rate =0;