代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/188503/8535489
cpp decodebufmodel.cpp
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "decodebufmodel.hpp"
#include
using std::deque;
/******************************************************************
* Remove ent
www.eeworm.com/read/388617/8595453
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/388617/8596508
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/388460/8607405
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/388460/8607530
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/288415/8634255
c cs8900a_sim32.c
////////////////////////////////////////////////////////////////////////////////
// CS8900A_Sim32.c
//
#include
#include "packet.h"
#include
#include
#include
www.eeworm.com/read/187486/8636246
cpp fft_grids.cpp
// fft_grids.cpp: implementation of the fft_grids class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "fft_grids.h"
#include
www.eeworm.com/read/431312/8689459
c munwrap.c
#include
#include
#include
#include "msp.h"
void munwrap(float phase[],int n)
{
/*----------------------------------------------------------------------
Routine
www.eeworm.com/read/430255/8758936
c usb.c
/*
* Main API entry point
*
* Written by:
* Copyright 2000, Johannes Erdfelt
*
* This library is covered by the LGPL.
*/
#include /* getenv */
#incl
www.eeworm.com/read/386014/8771749
cpp local_new.cpp
#include
#include
/** \file
This file contains overrides for the global new and delete
operators. These exist to assure that only the pool allocation
functions a