结构化程序设计方法是按照模块划分原则以提高程序可读性和易维护性、可调性和可扩充性为目标的一种程序设计方法。在结构化的程序设计中,只允许三种基本的程序结构形式,它们是顺序结构、分支结构、(包括多分支结构) 和循环结构,这三种基本结构的共同特点是只允许有一个流动入口和一个出口,仅有这三种基本结构组成的程序称为结构化程序。结构化程序设计适用于程序规模较大的情况,对于规模较小程序也可采用非结构化程序设计方法。
C语言是一种支持面向过程程序设计方法和结构化程序设计方法的程序设计语言。
The language C is program design language, which supports process-oriented program design and structural program design.
软件设计采用结构化程序设计方法,完成了数据的输入、存储、处理、输出等功能。
The software's design uses modular method to accomplish the system's functions, including data input, storage, manage, output etc.
另一方面,传统的结构化程序设计方法造成制造自动化软件难以满足可扩展性、可重用性的要求。
On the other hand, traditional manufacturing automation software was developed oriented structure, which hardly satisfies the requirement of reuse and extension.
应用推荐