摘要
对于任何一种计算机程序设计语言来说,程序设计的基本结构不外乎三种,即顺序结构、选择结构、循环结构。循环结构是算法语言中应用最普遍也是最重要的程序设计结构,本文通过具体的实例阐述《C语言》程序设计中循环结构在算式求和、几何图形的输出和数组中应用的教学设计。
For any kind of computer programming language,programming nothing more than the basic structure of three types,namely sequence structure,selection structure,loop structure.Loop structure is the algorithm language among the most important program design structures,this article through specific examples explain the C language programming,the instructional design of loop structure in the formula of sum,the output of geometry and applications of the array.
出处
《计算机光盘软件与应用》
2010年第8期145-145,共1页
Computer CD Software and Application
关键词
C语言
循环结构
C language
Loop structure