清华严蔚敏《数据结构》的全部代码实现C语言.pdfVIP

  • 267
  • 0
  • 约6.81万字
  • 约 50页
  • 2021-08-01 发布于河北
  • 举报

清华严蔚敏《数据结构》的全部代码实现C语言.pdf

/* ( 程序名 ) */ #include #include #include /* malloc() 等 */ #include /* INT _MAX 等 */ #include /* EOF(=^Z 或 F6),NULL */ #include /* atoi() */ #include /* eof() */ #include /* floor(),ceil(),abs() */ #include /* exit() */ /* 函数结果状态代码 */ #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define INFEASIBLE -1 /* #define OVERFLOW -2 因为在中已定义 OVERFLOW 的值为 3,故去掉此行 */ typedef int Status; /* Status 是 函数的类型 ,其值是函数结果状态代码,如 OK 等 */ typed

文档评论(0)

1亿VIP精品文档

相关文档