head.h
来自「无向图的实现和深度优先算法」· C头文件 代码 · 共 18 行
H
18 行
#include<string.h>
#include<ctype.h>
#include<malloc.h>
#include<limits.h> //INT_MAX等
#include<stdio.h>
#include<stdlib.h> //atoi()
#include<math.h>
#include<process.h> //exit
#include<iostream.h>
#define TRUE 1
#define FALSE 0
#define OK 1
#define ERROR 0
#define INFEASIBLE -1
#define OVERFLOW -2
typedef int Status;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?