摘要:
#include<string>#include<assert.h>#include<iostream>typedef int status;#define OK 1#define ERROR 0template<class type>class order_tream{ public: order 阅读全文
摘要:
head_LinkNode.h /*单链表类的头文件*/#include<assert.h>#include"compare.h"typedef int status;//整形的状态值#define OK 1;//status参数#define ERROR 0;//status参数template 阅读全文