代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/398759/7924248
cpp lr.cpp
#include "stdio.h"
#include "string.h"
#include "stdlib.h"
//----------------------Global Declarition---------------------------------
#define SIZE 20
#define sSIZE 12 //There are sSIZE s
www.eeworm.com/read/197495/7990702
h unit2.h
//**********************************************************
//Copyright(c)2004 Alexander Kadyrov
#include
#include
#include
#include //for memcpy
#incl
www.eeworm.com/read/398242/7997269
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/398242/7997581
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/296668/8083117
c main.c
//********************************
// 主程序
// 编译环境WinAVR GCC
// 2007-01-9
// hjxiang
//********************************
//标准C头文件
#include
#include
//
www.eeworm.com/read/196250/8109484
cpp main.cpp
#include"HuffmanTree.h"
#include
#include
//////////////////////////////////////////////////////////////////////////////
// 主函数
//参数返回值:无
int main()
{
HuffmanTree huft
www.eeworm.com/read/247333/12664338
c test.c
#include
#include
#include "test.h"
unsigned int AD_Mean[2] = {0};
/***************************************************************************
www.eeworm.com/read/333334/12686612
cpp binarytree.cpp
#include
#include
#include
typedef struct Binarytree
{ char data;
struct Binarytree *lchild,*rchild;
}BiTNode,*Bitree;
www.eeworm.com/read/333254/12693120
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/145525/12717113
c munwrap.c
#include
#include
#include
#include "msp.h"
void munwrap(float phase[],int n)
{
/*----------------------------------------------------------------------
Routine