Experience from the structured programming world had shown that one of the main ways to improve code was to break it down into smaller pieces.
结构化编程的经验显示,改进代码的一种主要方法即为将其分解为更小的片段。
For instance, pure functional programming forbids using side-effects; structured programming forbids using goto statements.
例如,纯粹的函数式编程不允许有副作用;结构化编程不允许使用goto。
SSADM is one particular implementation and builds on the work of different schools of structured analysis and development methods, such as Peter Checkland's soft systems methodology, Larry Constantine's structured design, Edward Yourdon's Yourdon Structured Method, Michael A. Jackson's Jackson Structured Programming, and Tom DeMarco's structured analysis.
結構化系統分析及設計方法是以許多結構化分析及結構化設計的研究為基礎,包括彼得·切克蘭德(英语:Peter Checkland)的軟體系統方法論(英语:Soft Systems Methodology)、賴瑞·康斯坦丁(英语:Larry Constantine)的結構化設計、愛德華·尤登的尤登結構化方法、邁克爾·安東尼·傑克遜(英语:Michael A. Jackson)的杰克逊结构化程序设计以及湯姆·狄馬克(英语:Tom DeMarco)的結構化分析等。
A high-level computer programming language designed to support structured programming and used in teaching, applications, and systems programming.
帕其卡语言一种高水平的计算机编程语言,用来支持结构化编程、应用于教学、应用和系统编程
Pascal is a structured programming language, meaning that the flow of control is structured into standard statements, usually without 'goto' commands.
Pascal是结构化编程 语言,意味着控制流被结构化成标准语句,理想地没有"go to "命令。
Some commenters point out that these labelled flow control statements break the single point-of-exit property of structured programming.
一些评论者指出这些标签化的流程控制打破了结构化编程的单退出点的特点. [ 3]
I was lucky to go to a key high middle school, and the computer course was the compulsory curriculum (characteristic of our school, and the other schools didn't have this), when I systematically learned Pascal and the basic knowledge structured programming.
高中时,很有幸在重点中学学习,计算机课程是学校的必修课程(也是学校的特色课程,其他学校没有),比较细致的学习了pascal语言以及结构化编程的基本知识。
Pascal is an imperative and procedural programming language, which Niklaus Wirth designed in 1968-69 and published in 1970, as a small, efficient language intended to encourage good programming practices using structured programming and data structuring.
Pascal是一个有影响的面向对象和面向过程编程语言,由尼克劳斯·维尔特在1968年9月设计,在1970年发行,作为一个小型的和高效的语言,意图鼓励使用结构化编程和数据结构进行良好的编程实践。
This section is a short introduction to OOP language concepts, using structured programming as a point of contrast.
本单元使用结构化编程作为对比基础,简要介绍 OOP 语言的概念和原理。
In 1972, Edsger Dijkstra used this problem to illustrate the power of what he called structured programming.
1972年,艾兹格·迪杰斯特拉用这个问题为例来说明他所谓结构化编程的能力。
In structured programming, it's common to copy a structure, give it a new name, and add or modify the attributes that make the new entity (such as an Account record) different from its original source.
在结构化编程中,常常会复制一个结构,为它提供一个新名称,然后添加或修改属性,使新实体(比如一个 Account 记录)不同于它的原始来源。
Wirth's intention was to create an efficient language (regarding both compilation speed and generated code) based on structured programming, a recently popularized concept that he promoted in his book Algorithms + Data Structures = Programs.
维尔特的意图是基于一个最近变得流行的概念,即所谓的结构化编程 ,创建一个高效(无论是编译速度还是生成代码)的运行速度。
And Rexx is certainly Turing-complete, enables modules and structured programming, and has libraries for tasks such as GUI interfaces, network programming, and database access.
并且,Rexx当然是完全Turing 的,支持模块和结构化编程,有面向专门任务的库,例如GUI接口、网络编程和数据库访问。