Requirements one, the design process
Homework (1)
1. Submission List
2. Design ideas (6 points)
(1) The main description of the problem algorithm (2 points). Can be described in literal terms (no pseudo-code is allowed), such as:
First step: # # #
Step two: # # #
......
(2) Flowchart (4 points)
Note: The calling function and the called function draw a flowchart, but the start and end of the function are changed into "main function call" and "return main function" respectively.
Note: The design idea is to describe the problem of the algorithm, you can use the text description can also be described with a flowchart, do not describe the process of doing the problem.
3. Experiment code (2 points)
Note: Paste the code here, you must use the way to insert code!! Do not paste the code directly on the blog, or the title is 0 points.
4. Problems encountered during commissioning and solutions (4 points)
The error message takes the following format
Error message 1: (can be represented)
Cause of Error:
Correction Method:
Error message 2:
Cause of Error:
Correction Method:
......
requirement Two, learning summary and Progress
1. What have you learned from the knowledge points learned in the two weeks? (The knowledge points that can be recorded for each job title) which have not been learned? (5 points)
2. Use Git to submit the source code of the PTA work to the hosting platform and ask for the upload success and your git address. Please note that the GIT address should be a string similar to "https://git.coding.net/Dawnfox/wf4_2.git" and a link that can be accessed directly by the visitor. (3 points)
3, Reviews 3 students of the week homework (in the homework to be reviewed the students blog link), and invited 3 students to review your homework, no reviews homework (your homework has not been 3 people reviews)/or did not reply to the classmate or teacher's reviews are inverted the title score. (4 points)
Recommend the way to use hamburgers to review the other students ' homework, only praise did not give substantive advice or correct the review, do not give points.
4. Please use the table and line chart to present the number of lines of code and time spent in this week (3/26 8:00~4/9 8:00), blog words and Time spent (3 points)
C-language second job (big-time)