代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/376118/9330261

h my-malloc.h

# include typedef long Align; /* for alignment to long boundary */ union header { /* block header: */ struct { union header *next; /* next block if on Free list */ unsigne
www.eeworm.com/read/179769/9339683

cpp cfmain.cpp

/***************************************************** 词法分析程序:以文件形式输入源程序,文件输出单词符号 ******************************************************/ #include #include #include
www.eeworm.com/read/178926/9382131

h ga.h

// GA.h: interface for the GA class. // ////////////////////////////////////////////////////////////////////// #include #include #include #include "global.h" #
www.eeworm.com/read/178375/9405781

c n_proc.c

#include #include /* $Id $ */ void proc_head (char *mes) { fprintf(stderr,"\n\ **************************************************************\n\ \n\ European digital cel
www.eeworm.com/read/178336/9407347

c munwrap.c

#include #include #include #include "msp.h" void munwrap(float phase[],int n) { /*---------------------------------------------------------------------- Routine
www.eeworm.com/read/373718/9441834

cpp hmmrand.cpp

//hmmrand.cpp // Purpose: To separate out the random number generator // functions so that the rest of the code can be // platform independent. #include /* ** hmmgetseed() ge
www.eeworm.com/read/176315/9504694

cpp hmmrand.cpp

//hmmrand.cpp // Purpose: To separate out the random number generator // functions so that the rest of the code can be // platform independent. #include /* ** hmmgetseed() ge
www.eeworm.com/read/175456/9547310

c munwrap.c

#include #include #include #include "msp.h" void munwrap(float phase[],int n) { /*---------------------------------------------------------------------- Routine
www.eeworm.com/read/175135/9558560

cpp random.cpp

// random.cpp -- random access to a binary file #include // not required by most systems #include #include #include // (or stdlib.h) for exit() c
www.eeworm.com/read/371106/9567395

cpp category.cpp

// // Category.cpp - // Component category demonstration program // // This program is not designed to be compiled for UNICODE. #include #include #include