群发资讯网

返回主页
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提供了更多、更好的选项,鼓励使用结构化编程。
  • 4·It is applicable to generate any program writien in C, PASCAL and other structured programming languages.
    它可适用于C、PASCAL或其它结构化程序设计语言的程序生成。
  • 5·That is why there is research in software design, programming methods, structured programming and related topics.
    这就是为什么存在对软件设计,编程方法,结构编程和相关话题的研究。
  • 6·This paper introduces that how to use the tool of programming trace debugging as a tool of study in structured programming.
    介绍如何把程序跟踪调试工具作为结构程序设计的学习研究工具,给出了应用范例。
  • 7·The software was designed following the principle of modularization and structured programming and using assembly as the programme languages.
    在软件方面利用汇编语言,采用模块化编程和结构化编程。
  • 8·The next step would be to support more structured programming concepts like loops, ie. translate them to this continuation passing style using macros.
    接下来将会支持更多的结构化程序设计概念,如循环,使用宏将其转换为这种连续的传递形式。
  • 9·Object - oriented programming design and structured programming design have different characteristics, which are compared and analyzed in this paper.
    面向对象程序设计与结构化程序设计具有不同的特征,我们将对这些不同特征进行比较和分析。
  • 10·The OCaml language is a quite high-level language, capable of object-oriented programming, functional programming (like Lisp or Erlang), or traditional structured programming.
    OCaml语言是一种很高级的语言,支持面向对象程序设计、函数式程序设计(如lisp或erlang)或传统的结构化程序设计。