285
社区成员




The Link Your Class | https://bbs.csdn.net/forums/MUEE308FZU202201?category=0 |
---|---|
The Link of Requirement of This Assignment | https://bbs.csdn.net/topics/608734907 |
The Aim of This Assignment | Lab1_2_solution |
MU STU ID and FZU STU ID | 20124643_832001218 |
Personal Software Process Stages | Estimated time (minutes) | real time (minutes) |
---|---|---|
Planning | 20 | 30 |
Estimate | 40 | 50 |
Development | 60 | 80 |
Analysis | 75 | 65 |
Design Spec | 40 | 50 |
Design Review | 10 | 20 |
Coding Standard | 25 | 30 |
Design | 30 | 40 |
Coding | 80 | 70 |
Code Review | 10 | 15 |
Test and debug | 10 | 30 |
Reporting | 50 | 40 |
Size Measurement | 10 | 10 |
Postmortem & Process Improvement Plan | 20 | 30 |
Total | 620 | 650 |
https://github.com/Xyk56565656/Xyk/commit/750018f7b95fee2f885a61765c5ee0427b9c8da8
Choice of language : C++
the reason:
1. C++ has realized the object-oriented programming. Among high-level languages, the processing speed is the fastest, and most game software and systems are written by C++.
2. C++ language is very flexible and powerful. If the advantage of C language is pointer, then the advantage of C++ is the design of performance and class hierarchy
3. C++ is very rigorous, precise and mathematical, and the standard definition is very detailed.
4. The grammatical ideas of C++ language are distinct and echo each other; The structure is explicit and explicit. Of course, this is only part of the advantages of C++. In the process of application, we will gradually discover the beauty of C++.
In this practice, through the flow chart, we can clearly follow our thinking to program, which is as helpful as mind map. At the same time, I used the GitHub knowledge base for the first time. This website is of great significance to the improvement of our future programming ability and the expansion of programming knowledge.