the structured-programming
Mainly intended to do data processing, additionally, it supports structured programming and recursion. 在七十年代,结构化编程 语言例如C和Pascal占据了统治地位。 In the 1980's structured programming languages such as Pascal and C became popular. 我最初做行业编程(以及学术编程)时采用的是结构化编程 模式。 I started programming as industry(and academia) were adopting structured programming . 那是我第一次使用”结构化编程 “,是从一个朋友那里听来的。 It was the very first time that I used'structured programming ', a technique a friend of mine had shown to me.
例如,纯粹的函数式编程不允许有副作用;结构化编程 不允许使用goto。 For instance, pure functional programming forbids using side-effects; structured programming forbids using goto statements. 这是一种小巧而高效的语言,鼓励开发者采用结构化编程 以及数据结构良好的编程实践。 It is a small, efficient language intended to encourage good programming practices using structured programming and data structuring. . 它是一种过程式编程语言,旨在利用上数据结构化和结构化编程 的概念。 It is a procedural language that was developed to apply structured programming and data structuring. . 它不但包括对Fortran95/2003编程语言的讲解,还培养了读者结构化编程 技术和良好的编程实践。 It simultaneously teaches the Fortran 95/2003 programming language, structured programming techniques, and good programming practice. 学了Python中的数据类型,语句,接下来就来说一下Python中的函数,函数是结构化编程 的核心。 Learn the data types in Python, the statements, then the functions in Python, functions are the core of structured programming . DART- Structured web programming . Support for functional and structured programming methods as well as OOP. It supports functional and structured programming methods as well as Object Oriented Programming. . It supports functional and structured programming methods as well as OOP. Pascal是结构化编程 语言,意味着控制流被结构化成标准语句,理想地没有“goto”命令。 Pascal is a structured programming language, meaning that the flow of control is structured into standard statements, ideally without'go to' commands. 复杂的应用,在必须使用结构化编程 的时候(需要变量的类型检查,函数原型,等等)。 Complex applications, where structured programming is a necessity(need type-checking of variables, function prototypes, etc.). 另一方面,还没发现有谁进行结构化编程 实践(也许是我没在意)。 On the other hand, I don't see anyone practicing structured programming (but maybe I'm not looking hard enough). 必须使用结构化编程 的复杂应用(如变量类型检查、函数原型等). Complex applications, where structured programming is a necessity(need type-checking of variables, function prototypes, etc.). 结构化编程 的经验显示,改进代码的一种主要方法即为将其分解为更小的片段。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. C是一种结构化编程 语言,它允许将复杂程序分解为称为函数的简单程序。 C is a structured programming language which allows a complex program to be broken into simpler programs called functions.
Display more examples
Results: 418 ,
Time: 0.0176