代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/314610/13563778
c partition.c
#include "partition.h"
#include
#include
/**
* \addtogroup partition Partition table support
*
* Support for reading partition tables and access to partitions.
*
* @{
*/
www.eeworm.com/read/311844/13624923
c 58.c
#include
#include
int main()
{
FILE * sourcefile;
FILE * keyfile;
FILE * destfile;
char ch,keych;
int i;
puts("****************************************");
puts("* T
www.eeworm.com/read/311535/13629621
c 冒泡排序.c
# include "stdio.h"
# include "stdlib.h"
struct node{
int values;
struct node *next;
};
struct node *create(int [],int);
void sort (struct node **)
www.eeworm.com/read/311202/13633923
c test.c
#include "bitRingLib.h"
#include "stdLib.h"
#include "stdio.h"
static BIT_RNG_ID gTestBitRingId = NULL;
testInit( void )
{
if( gTestBitRingId == NULL )
{
gTestBitRin
www.eeworm.com/read/308753/13693362
txt 1009.txt
#include
#include
#include
using namespace std;
const int MAXRUNS = 1000;
// input data
long imageWidth;
long runLength[MAXRUNS + 2]; // runs with
www.eeworm.com/read/308157/13707144
c 冒泡排序.c
# include "stdio.h"
# include "stdlib.h"
struct node{
int values;
struct node *next;
};
struct node *create(int [],int);
void sort (struct node **)
www.eeworm.com/read/307179/13727088
cpp bn.cpp
/****************************************/
/*头函数*/
#include
#include
#include
#include
#define max 10000
char sum[max];
/**********************
www.eeworm.com/read/305018/13779792
txt 1文本文档.txt
#include
#include
#define HUNTHOU 10000
typedef struct node{ int data;
struct node *next;
}NODE;
NODE *insert_aft
www.eeworm.com/read/304062/13802158
cpp comh.cpp
/*
kkkkkk
*/
//#include
#include // printf
#include // open
#include // bzero
#include //
www.eeworm.com/read/238541/13876719
c coder_sm_o0.c
/*****
SigMap : send "significance map" then residual values
order zero version
--------
slightly better than plain order 0
******/
#include
#include
#include