Current location - Education and Training Encyclopedia - Graduation thesis - How to write the simulation part of the paper?
How to write the simulation part of the paper?
The simulation part of the paper is written like this:

1, the simulation test paper generally includes five parts: introduction, algorithm principle and specific description, case analysis, conclusion and reference.

2. In the introduction, in addition to introducing the research background and significance, that is, why we study this topic, we need to analyze the advantages and disadvantages of previous work in recent years and make an objective evaluation of previous work, rather than just describing it without commenting. Then analyze the shortcomings of existing research, roughly explain what you have done in this article, and highlight the innovation of the article. For English papers, it is generally necessary to briefly introduce the structure of the article. The introduction should not be too long to avoid charts.

3. In the part of algorithm principle, firstly, we need to give a description of the problem, that is, the research object of the article and the problem to be solved. Then it introduces the solutions used in the article, usually using schematic diagram, formula derivation, tables and other auxiliary analysis. In the description part of the algorithm, it is necessary to list the implementation steps and details in detail, which can usually be described by the text description and flow chart of the steps.

4. If the algorithm is huge, that is, each step contains many small steps, it is best to list a main algorithm and several sub-algorithms, and describe them separately, which is also beneficial to programming implementation. If the flow chart has been used in the description of the main algorithm, then the sub-algorithm can be described in the form of pseudo-code, and correspondingly, it can only roughly explain the function and significance of a certain line or lines of pseudo-code.