- 1. Print graphics
- 2. MadLibs
- 3. Calculator
- 4. Applications
- 5. Numbers
- 6. Conjectures
- 7. StudentMIS
- 8. Tickets System
- 9. Sequence List Basic System
- 10. Sequence List Application System
- 11. Link List Basic System
- 12. Link List Application System
- 13. Complexity of Algorithms
- 14. Queue Application System
- 15. Stack Application System
- 16. Sparse Matrix System
- 17. Triangular Matrix System
- 18. Idioms Solitaire(成语接龙)
- 19. Binary Tree System
- 20. Huffman Tree System
- 21. Graph System
- 22. BitOperation
- 23. BigNumber
- More to be coming...
Welcome to C++ Program Design!
For academic exchanges, please add WeChat: 22995321
Projects of C++
C++ Programming and Object-Oriented Design
Project 21. Graph System
Click to Download the Executable Files.
Click to Download the Sources Files. (Password Needed)
Name: Graph System
Copyright: Seng Dewen
Author: Seng Dewen
Date: Nov. 10, 2020
Description: Graph System.
菜单(Press 0 for English Menu)
Menu(按0切换到中文菜单)
1. Create UG(创建无向图)
2. Create UN(创建无向网)
3. Create DG(创建有向图)
4. Create DN(创建有向网)
5. Show Matrix(显示存储矩阵)
6.BFS & DFS(图的遍历)
7. Insert Vertex(插入顶点)
8. Insert Edge(插入边)
9. Delete Vertex(删除顶点)
10. Delete Edge(删除边)
11.Min-Spanning Tree(最小生成树)
12. Topological Sorting(拓扑排序)
13. SPA_Dijkstra(最短路径)
14. SPA_Floyd(最短路径)
15. Choose Site(最优选址)
16. Exit(退出程序)
|