Friday, 2024-04-26, 3:07 AM
Logged in as Guest | Group "Guests"Welcome Guest | RSS

Love Makes The World Go Round

Site Menu
Tag Board
Site Working Days

Blog

Main » 2011 » September » 21 » 【数据结构】绪论 c1.h
11:38 PM
【数据结构】绪论 c1.h
/*
* Copyright TES@NPU
* All rights reserved.
*
* FileName: c1.h
* Version: 1.0
* Finished @ Sep. 21st 2011
 */
#include <string.h>
#include <ctype.h>
#include <malloc.h>  //mallc() and so on
#include <limits.h>  //INT_MAX and so on
#include <stdio.h>  //EOF(=^Z or F6), NULL
#include <stdlib.h>  //atoi()
#include <io.h>  //eof()
#include <math.h>  //floor(), ceil(), abs()
#include <process.h>  //exit()
#include <iostream.h>  //cout, cin

// Codes for the result of functions
#define TRUE 1
#define FALSE 0
#define OK 1
#define ERROR 0
#define INFEASIBLE -1
// #define OVERFLOW -2 for there was the definition in file "math.h" so it could be omitted

typedef int Status;  //Status是函数类型, 其值是函数结果状态代码,如OK等
typedef int Boolean;  //Boolean是布尔类型,其值是TRUE或FALSE



Category: 独自歌唱 | Views: 1145 | Added by: tes1991 | Rating: 0.0/0
Total comments: 0
Name *:
Email *:
Code *:
Tags...
Tencent
Statistics

Total online: 1
Guests: 1
Users: 0

Copyright MyCorp © 2024