⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main5-5.cpp

📁 配合严蔚敏的数据结构的辅导书
💻 CPP
字号:
 // main5-5.cpp 检验bo5-6.cpp的主程序
 #include"c1.h"
 typedef char AtomType; // 定义原子类型为字符型
 #include"c5-5.h" // 定义广义表的扩展线性链表存储结构
 #include"bo5-6.cpp" // 广义表的扩展线性链表存储结构基本操作
 #define ElemType AtomType // 将func2-2.cpp中的ElemType类型定义为AtomType类型
 #include"func2-2.cpp" // 包括equal()、comp()、print()、print1()和print2()函数
 #define GList GList1 // 定义func5-4.cpp中的GList类型为GList1类型
 #include"func5-4.cpp" // 主函数

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -