代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/271217/11003170
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
using namespace std;
//----------------------------------
www.eeworm.com/read/271217/11003224
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
using namespace std;
//----------------------------------
www.eeworm.com/read/270452/11036386
cpp abook.cpp
#include
#include
#include
#include "ABook.h"
#include "Talk.h"
////////////////////////////////////////////////////////////////////////////////
// 通讯录处理函数
///
www.eeworm.com/read/470800/6908613
cpp binary.cpp
// binary.cpp -- binary file I/O
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
inline void eatline()
www.eeworm.com/read/470800/6908901
cpp binary.cpp
// binary.cpp -- binary file I/O
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
inline void eatline()
www.eeworm.com/read/469671/6925129
c 4.c
#include
#include
#include
#define TRUE 1
#define FALSE 0
#define Null 0
typedef struct LNode
{
int
www.eeworm.com/read/110990/6935525
c cmd.c
#include "handsfree_private.h"
#include "handsfree.h"
#include
#include
/*
hfCmdInd
This function is called if we ever receive an AT command from the
www.eeworm.com/read/468137/6994294
cpp fvsimage.cpp
// This file contains the implementation for FvsImage class
#ifndef __FVSIMAGE_IMPLEMENTATION__
#define __FVSIMAGE_IMPLEMENTATION__
#include
#include "fvsimage.h"
#include "vector.h"
//
www.eeworm.com/read/468329/6996637
cpp binary.cpp
// binary.cpp -- binary file I/O
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
inline void eatline()
www.eeworm.com/read/197608/7069646
c randtest.c
/*
* File: randtest.c
* ----------------
* This program tests the ANSI rand function.
*/
#include
#include
#include "genlib.h"
/*
* Constants
* ---------
* NTrials -- Num