structured programming是什么意思,structured programming的意思翻译、用法、同义词、例句
常用词典
[计] 结构化程序设计
例句
However, EVALUATE provides more, better options that encourage the use of structured programming.
然而,EVALUATE 提供了更多、更好的选项,鼓励使用结构化编程。
According to structured programming, the software of the lower machine is composed by the main program, the subroutine and interrupt service routine.
按照结构化编程思想,将下位机软件划分为主程序、子程序和中断程序三部分分别进行设计。
That is why there is research in software design, programming methods, structured programming and related topics.
这就是为什么存在对软件设计,编程方法,结构编程和相关话题的研究。
The C programming language is a general-purpose programming language that provides code efficiency, elements of structured programming, and a rich set of operators.
语言是一种通用编程语言,代码效率较高,并提供了结构化编程元素和一组丰富的操作符。
It is a kind of structured programming language with structured control statements.
结构化语言,提供结构化控制语句。
They create abstract concepts using very structured programming languages (like PHP or Java).
他们使用一种非常结构化的语言,却实现了很抽象的概念。
In the software design, it follows the principle of modularization and structured programming, uses C and inline assembly as the programme languages.
软件设计采用模块化编程和结构化编程的思想、C语言和汇编语言嵌套编程的方式。
This advance, carried out under the banner of structured programming, has led to programs that are more reliable and easier to comprehend;
这个进步是在“结构化编程”的大旗下发展起来的,尽管结果并非完美,但它让程序变得更可靠也更易读。
The software was designed following the principle of modularization and structured programming and using assembly as the programme languages.
在软件方面利用汇编语言,采用模块化编程和结构化编程。
I started programming as industry (and academia) were adopting structured programming.
我开始做编程行业(及学术编程)时采用的是结构化编程模式。
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接口、网络编程和数据库访问。
The paper deals with the principle and structured programming of a microcomputer numerical control (MNC) system that is used on NC machining the turbine impeller with 5-dimension interpolation.
五维插补数控加工透平叶轮的微机数控(MNC)系统主要论述数控加工整体透平叶轮的微机数控系统的结构、工作原理和多维插补法。
The software of system is programmed. The Modular Structured Programming makes the program readable and modifiable.
在控制软件设计中采用模块化编程,增强了程序的通用性和可读性。
This is the writer's version of structured programming and the DRY principle (Don't Repeat Yourself).
具体的方法取决于撰写者对结构化编程和DRY(Don'tRepeatYourself,不要重复自己)原则的认识。
In this way we can solute ill-structured goal programming problem and think about priority class and the constraint values that are changing with the environment.
这样就可以解决目标规划中的结构不良的问题和考虑目标函数中的优先等级及右端值等随环境变化的情况。
This course is an introduction to structured computer programming.
该课程主要介绍结构性计算机编程。
网络扩展资料
结构化编程是指一种编程方法,它强调程序必须使用清晰、简洁的代码结构和逻辑流程,以便于程序的阅读、维护和修改。以下是该单词的详细解释:
- 例句:
- Structured programming is a programming paradigm aimed at improving the clarity, quality, and development time of a computer program by making extensive use of the structured control flow constructs of selection (if/then/else) and repetition (while and for).(结构化编程是一种编程范式,旨在通过广泛使用选择(if/then/else)和重复(while和for)的结构化控制流构造来改善计算机程序的清晰度、质量和开发时间。)
- 结构化编程要求程序员按照结构良好的方式编写程序,以便于其他程序员理解和修改。
- 用法:结构化编程强调使用结构化控制流来编写程序,避免使用无限制的GOTO语句和递归调用,以便于程序的理解和维护。在结构化编程中,程序员通常使用if/then/else语句、while/for循环等结构化控制流语句来编写程序。
- 解释:结构化编程是一种编程方法,它强调程序必须使用清晰、简洁的代码结构和逻辑流程来编写程序,以便于程序的阅读、维护和修改。结构化编程的主要思想是将程序划分为较小的、独立的模块,每个模块都有一个明确定义的输入和输出,以便于程序的组织和管理。
- 近义词:模块化编程、过程化编程、面向过程编程。
- 反义词:非结构化编程、面向对象编程。
英语单词大全 请记住链接:https://danci.yuesha.com/structured+programming.html