论文部分内容阅读
顺序结构是最基本、最简单的一种结构,表示若干个依次执行的处理步骤。表现形式就是线性结构,一个方向走下去,不拐弯。能够实现算法中语句与语句之间简单的线性联系,是任何一个算法都离不开的基本结构.
The sequence structure is the most basic and simplest structure and represents a number of processing steps executed in sequence. The form of expression is a linear structure, one direction goes without turning. The simple linear relationship between statements and statements in an algorithm is a basic structure that cannot be separated by any algorithm.