代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/242732/4537046
c rot.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/msvcrt/stdlib/rot.c
* PURPOSE: Performs a bitwise rotation
* PROGRAMER
www.eeworm.com/read/242732/4537052
c itoa.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/msvcrt/stdlib/itoa.c
* PURPOSE: converts a integer to ascii
* PROGRAME
www.eeworm.com/read/237447/4628255
cpp flyingseatcalc.cpp
//---------------------------------------------------------------------------
#include
#include
#include "math.h"
#include "math.hpp"
#include
#pragma hdrstop
www.eeworm.com/read/233448/4692439
c pass1-frag.c
#include
#include
#include
int main ()
{
int foo [10];
foo[9] = 0;
return 0;
}
www.eeworm.com/read/233448/4692465
c pass4-frag.c
#include
#include
#include
int main ()
{
char foo[10];
strcpy (foo, "123456789");
return 0;
}
www.eeworm.com/read/229812/4733722
h sysspec.h
/********************
** INCLUDE FILES **
********************/
/*
** Standard includes
*/
#include
#include
#include
#include
#include "nmglob
www.eeworm.com/read/229812/4733743
c flops.c
#include
#include
#include "report.h"
#include "timer.h"
/*--------------------- Start flops.c source code ----------------------*/
/*****************************/
/*
www.eeworm.com/read/229812/4739195
c munge.c
#include
#include
struct tri_graph {
char tri;
char rep;
};
static struct tri_graph TriGraphs[] = {
{ '=', '#' },
{ '(', '[' },
{ '/', '\\'},
www.eeworm.com/read/229812/4739828
cpp calc_e.cpp
/*
converts the number 0.11111111111111111111111... in different bases
to base 10 and sums it, this duplicates the Taylor series for E
*/
#include
#include
#define
www.eeworm.com/read/229812/4743878
c bitmaps.c
#include
#include "life.h"
#include "bitmap.h"
static HBITMAP CellBitMap = NULL;
static HDC MemoryDC;
extern void InitBitMap()
/**********************