代码搜索:stdlib
找到约 10,000 项符合「stdlib」的源代码
代码结果 10,000
www.eeworm.com/read/404076/11491971
h redblack.h
#include
#include "fatal.h"
typedef int ElementType;
#define NegInfinity (-10000)
#ifndef _RedBlack_H
#define _RedBlack_H
struct R
www.eeworm.com/read/404076/11491973
h splay.h
#include
#include "fatal.h"
typedef int ElementType;
#define Infinity 30000
#define NegInfinity (-30000)
/* START: fig12_5.txt */
#ifndef _
www.eeworm.com/read/404076/11491977
h dsl.h
#include
#include "fatal.h"
typedef int ElementType;
#define Infinity (10000)
#ifndef _SkipList_H
#define _SkipList_H
struct SkipN
www.eeworm.com/read/404076/11492038
h treap.h
#include
#include "fatal.h"
typedef int ElementType;
#define Infinity 32767
#ifndef _Treap_H
#define _Treap_H
struct TreapNode;
www.eeworm.com/read/403011/11524409
cpp count.cpp
// count.cpp -- counting characters in a list of files
#include
#include
#include // or stdlib.h
// #include // for Macintosh
int main(int
www.eeworm.com/read/403011/11524429
cpp append.cpp
// append.cpp -- appending information to a file
#include
#include
#include
#include // (or stdlib.h) for exit()
const char * file = "guests.txt";
www.eeworm.com/read/403009/11524714
cpp count.cpp
// count.cpp -- counting characters in a list of files
#include
#include
#include // or stdlib.h
// #include // for Macintosh
int main(int
www.eeworm.com/read/403009/11524734
cpp append.cpp
// append.cpp -- appending information to a file
#include
#include
#include
#include // (or stdlib.h) for exit()
const char * file = "guests.txt";
www.eeworm.com/read/402583/11533159
txt huffuman_encoding.txt
/////////////////////////////////////////////
#include
#include
short father[512];
unsigned short code[256], heap_length;
unsigned long compress_charcount, f
www.eeworm.com/read/347982/11620414
c 58.c
#include
#include
int main()
{
FILE * sourcefile;
FILE * keyfile;
FILE * destfile;
char ch,keych;
int i;
puts("****************************************");
puts("* T