- 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 18. Idioms Solitaire(成语接龙)
Click to Download the Executable Files.
Click to Download the Sources Files. (Password Needed)
Name: Idioms Solitaire(成语接龙)
Copyright: Seng Dewen
Author: Seng Dewen
Date: Oct. 18, 2020
Description: Idioms Solitaire(成语接龙).
菜单
1. 成语接龙
2. 成语查询
3. 查某字开头的成语
4. 查某字结尾的成语
5. 查含某个字或词的成语
6. 查AABB型成语
7. 查AABC型成语
8. 查ABAB、ABBC、ABCA型成语
查出所有ABAB、ABBC、ABCA型的成语。
9. 查ABCC、ABCB型成语
查出所有ABCC、ABCB型的成语。
10. 查ABAC型成语
11. 藏头成语
12. 藏尾成语
13. 自动成语接龙(最短)
随机从一个成语开始,让成语接龙尽可能快地“收敛”,无法再接下去了。
14. 自动成语接龙(最长)
随机从一个成语开始,让成语接龙尽可能接得越长越好。
15. 最长接龙(8888)
目前算法,从随机一个成语开始,最终能够得到的最长接龙的成语。
16. Exit(退出)
|