代码搜索:stdlib

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

代码结果 10,000
www.eeworm.com/read/127036/14387712

c munwrap.c

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

c 74.c

#include/*for function of printf()*/ #include/*for function of exit()*/ #include/*for function of strcmp()*/ void loadmous(void); main() { loadmous();
www.eeworm.com/read/126510/14418184

c 1-4.c

/*1-4.c*/ #include "stdlib.h" #include "graphics.h" main() { int gdriver=DETECT, gmode, i; initgraph(&gdriver, &gmode, ""); setbkcolor(RED);
www.eeworm.com/read/125377/14496093

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/124802/14543204

h unit2.h

//********************************************************** //Copyright(c)2004 Alexander Kadyrov #include #include #include #include //for memcpy #incl
www.eeworm.com/read/123143/14645528

h fis.h

#ifndef __FIS__ #define __FIS__ #include #include #include #include /*********************************************************************** Macros
www.eeworm.com/read/123090/14649236

cpp unitsga.cpp

/*************************************** * Simple Genetic Algorithm * * 韩荣苍 于电子科技大学 2004.12 * ***************************************/ #include #include
www.eeworm.com/read/123072/14649611

cpp lsys4.cpp

/*************************************************************************** * Lin Timer */ #include #include #include #include #include #defi
www.eeworm.com/read/223007/14664797

c insert2.c

/* ** Insert into an ordered, singly linked list. The arguments are ** a pointer to the root pointer for the list, and the value to ** insert. */ #include #include #includ
www.eeworm.com/read/223007/14664809

c insert3.c

/* ** Insert into an ordered, singly linked list. The arguments are ** a pointer to the first node in the list, and the value to ** insert. */ #include #include #include "