- 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 9. Sequence List Basic System
Click to Download the Executable Files.
Click to Download the Sources Files. (Password Needed)
Name: Sequence List Basic System
Copyright: Seng Dewen
Author: Seng Dewen
Date: Sept. 18, 2020
Description: Sequence List Basic System for Sequence List class.
菜单(Press 0 for English Menu)
Menu(按0切换到中文菜单)
1. Create List(创建顺序表)
2. Show List(显示顺序表)
3. Clear List(清空顺序表)
4.Sort List(顺序表排序)
5. Search by Location(通过位置查找元素)
6. Search by Value(通过值查找元素)
7. Insert by Location(指定位置插入元素)
8. Delete by Location(删除指定位置元素)
9. Delete by Value(删除指定值元素)
10. Delete Duplicate(删除重复元素)
11. Reverse List(置逆顺序表)
12. Partition List(划分顺序表)
13. Import from File(从文件中导入)
14. Export to File(导出到文件)
15. Max Platform(求最大平台)
16. Exit(退出程序)
|