累计查询 0.00 亿次

structured programming

  • 结构化编程:一种编程范式,强调将程序分解为简单、可理解的模块,通过控制结构(如顺序、选择和循环)组织这些模块。

双语例句

  1. Structured programming is an effective approach of program design.
    结构程序设计是一种有效的程序设计方法。
  2. I started programming as industry (and academia) were adopting structured programming.
    我开始做编程行业(及学术编程)时采用的是结构化编程模式。
  3. However, EVALUATE provides more, better options that encourage the use of structured programming.
    然而,EVALUATE提供了更多、更好的选项,鼓励使用结构化编程。

网络短语

  • jackson structured programming
    杰克逊结构化编程技术;杰克森结构程序设计
  • micro-computer structured programming
    微算机结构化规划;微处理器
  • structured programming document-ation
    结构化规划文件处理
  • structured programming language
    结构化编程语言;结构化程序设计语言
  • block structured programming language
    块结构程序语言;区块结构程序设计语言

英英释义

  • Structured programming is a programming paradigm aimed on improving the clarity, quality, and development time of a computer program by making extensive use of subroutines, block structures and for and while loops—in contrast to using simple tests and jumps such as the goto statement which could lead to "spaghetti code" which is both difficult to follow and to maintain.