- 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 4. Applications of C++ programming
Click to Download the Executable Files.
Click to Download the Sources Files. (Password Needed)
Name: Applications of C++
Copyright: Seng Dewen
Author: Seng Dewen
Date: Sept. 16, 2020
Description: Applications of C++ programming.
Menu
1. Hundred Dollars & Hundred Chickens(百鸡百钱问题)
Zhang Qiujian, an ancient Chinese mathematician, once put forward the famous problem of "a hundred dollars buys a hundred chickens": A rooster's price is 5 dollars; a hen's price is 3 dollars; three chicks' price is one dollar. Question: To buy 100 chickens with 100 dollars, how many are each of the roosters, hens and chickens?
2. Five Books to Three Children(借书方案)
There are five books to lend to A, B and C. If everyone could borrow only one book, how many different ways could they borrow the books?
3. Criminal's Car Plate(逃犯的车牌)
A car hit a man and ran away. No one remembers the car plate number, only some characteristics of it.
A said: the first two Numbers of the licence are the same.
B said: the last two Numbers of the licence are the same, but different from the first two.
C is a mathematician, and he said: the four-digit car number is exactly the square of an integer.
What is the car plate number?
4. Times Table 9x9(打印99乘法表)
5. Chess Board(国际象棋棋盘)
6. Factorization(分解质因数)
7.Character Analysis(字符统计)
8.Exit
|