- 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 16. Sparse Matrix System
Click to Download the Executable Files.
Click to Download the Sources Files. (Password Needed)
Name: Sparse Matrix System
Copyright: Seng Dewen
Author: Seng Dewen
Date: Oct. 10, 2020
Description: Sparse Matrix System.
菜单(Press 0 for English Menu)
Menu(按0切换到中文菜单)
1. Create Sparse Matrix(创建稀疏矩阵)
2. Show Matrix Status(显示稀疏矩阵)
3. Show None Zero Triples(显示非零三元组表)
4. Clear Matrix(置空稀疏矩阵)
5. Clear None Zero Elements(清空非零值)
6. Set Random Values(设置非零随机值)
7. Get Element(获取矩阵元素值)
8. Set Element(设置矩阵元素值)
9. Transpose of Matrix(矩阵转置)
10. Exit(退出程序)
|