Download the app
educalingo
Search

Meaning of "模块程序设计" in the Chinese dictionary

Dictionary
DICTIONARY
section

PRONUNCIATION OF 模块程序设计 IN CHINESE

kuàichéngshè
play
facebooktwitterpinterestwhatsapp

WHAT DOES 模块程序设计 MEAN IN CHINESE?

Click to see the original definition of «模块程序设计» in the Chinese dictionary.
Click to see the automatic translation of the definition in English.

Definition of 模块程序设计 in the Chinese dictionary

Modular Programming A method of large-scale programming. A large program to be designed, according to its function is divided into many relatively independent modules. Each module has its own information entry and exit, the connection between the modules is simple and convenient. This program designed to read, easy to change, easy to debug, easy to maintain. 模块程序设计 进行大型程序设计的一种方法。将一个待设计的大型程序,按其功能划分为许多相对独立的模块。每一模块有自己的信息入口和出口,模块间的连接简单而方便。这样设计出的程序易读、易改、易调试、易维护。

Click to see the original definition of «模块程序设计» in the Chinese dictionary.
Click to see the automatic translation of the definition in English.

CHINESE WORDS THAT RHYME WITH 模块程序设计


程序设计
cheng xu she ji
结构化程序设计
jie gou hua cheng xu she ji

CHINESE WORDS THAT BEGIN LIKE 模块程序设计

仿说
模块
棱两端
棱两可
棱手
棱首
模糊糊
拟方法

CHINESE WORDS THAT END LIKE 模块程序设计

不可胜
便
可靠性设计
安培
施谋设计
毕业设计
百全
百年大
百谋千
自底向上设计
自顶向下设计
计算机辅助设计
设计

Synonyms and antonyms of 模块程序设计 in the Chinese dictionary of synonyms

SYNONYMS

Translation of «模块程序设计» into 25 languages

TRANSLATOR
online translator

TRANSLATION OF 模块程序设计

Find out the translation of 模块程序设计 to 25 languages with our Chinese multilingual translator.
The translations of 模块程序设计 from Chinese to other languages presented in this section have been obtained through automatic statistical translation; where the essential translation unit is the word «模块程序设计» in Chinese.

Chinese

模块程序设计
1,325 millions of speakers

Translator Chinese - Spanish

Módulo de programación
570 millions of speakers

Translator Chinese - English

Module Programming
510 millions of speakers

Translator Chinese - Hindi

मॉड्यूल प्रोग्रामिंग
380 millions of speakers
ar

Translator Chinese - Arabic

وحدة البرمجة
280 millions of speakers

Translator Chinese - Russian

Модуль программирования
278 millions of speakers

Translator Chinese - Portuguese

Programação do Módulo
270 millions of speakers

Translator Chinese - Bengali

মডিউল প্রোগ্রামিং
260 millions of speakers

Translator Chinese - French

Programmation du module
220 millions of speakers

Translator Chinese - Malay

modul Pengaturcaraan
190 millions of speakers

Translator Chinese - German

Modul Programmierung
180 millions of speakers

Translator Chinese - Japanese

モジュールのプログラミング
130 millions of speakers

Translator Chinese - Korean

모듈 프로그래밍
85 millions of speakers

Translator Chinese - Javanese

modul Program
85 millions of speakers
vi

Translator Chinese - Vietnamese

Module Lập trình
80 millions of speakers

Translator Chinese - Tamil

தொகுதி நிரலாக்க
75 millions of speakers

Translator Chinese - Marathi

मॉड्यूल प्रोग्रामिंग
75 millions of speakers

Translator Chinese - Turkish

Modül Programlama
70 millions of speakers

Translator Chinese - Italian

Modulo di programmazione
65 millions of speakers

Translator Chinese - Polish

Moduł Programowanie
50 millions of speakers

Translator Chinese - Ukrainian

Модуль програмування
40 millions of speakers

Translator Chinese - Romanian

Modul de programare
30 millions of speakers
el

Translator Chinese - Greek

Ενότητα Προγραμματισμός
15 millions of speakers
af

Translator Chinese - Afrikaans

Module Programmering
14 millions of speakers
sv

Translator Chinese - Swedish

Modul Programmering
10 millions of speakers
no

Translator Chinese - Norwegian

Module Programming
5 millions of speakers

Trends of use of 模块程序设计

TRENDS

TENDENCIES OF USE OF THE TERM «模块程序设计»

0
100%
The map shown above gives the frequency of use of the term «模块程序设计» in the different countries.

FREQUENCY OF USE OF THE TERM «模块程序设计» OVER TIME

The graph expresses the annual evolution of the frequency of use of the word «模块程序设计» during the past 500 years. Its implementation is based on analysing how often the term «模块程序设计» appears in digitalised printed sources in Chinese between the year 1500 and the present day.

Examples of use in the Chinese literature, quotes and news about 模块程序设计

EXAMPLES

10 CHINESE BOOKS RELATING TO «模块程序设计»

Discover the use of 模块程序设计 in the following bibliographical selection. Books relating to 模块程序设计 and brief extracts from same to provide context of its use in Chinese literature.
1
DOS/Windows汇编语言程序设计教程 - 第 198 页
起生成可执行程序。 3 · 8.1 模块化的特点兑·模块划分与设计的一般原则暼 e 如果程序段的利用率差别很大,则应分属于两个模块。 e 如果两个程序段处理的数据是公用的,则这些程序段应放在一个模块中。 e 模块大小设计适中,保证模块的通用性及在 ...
赵树升, ‎杨建军, 2005
2
程序设计/: 考点解析及模拟训练 - 第 185 页
输入数据校验模块。该模块对己经输入到计算机中的数据进行校验,以保证原始数据的正确性。校验的方法通常有重复输入校验和程序校验两种。·输出模块。输出模块用来将计算机的运行结果通过屏幕、打印机或磁盘、磁带等设备输出给用户。在信息 ...
鲁强, ‎屈红刚, 2005
3
C++面向对象程序设计
Display"Good” Display"OK”图 0-20 0.4 模块化编程思想 0.4.1 模块程序员很少用很长的代码去编写一个程序,相反,会将这个过程分解成合理的单元,然后再组合成一个完整的程序。这些合理的单元称作模块,有时也称子程序、过程、函数或者方法。
吴绍根, ‎陈建潮, ‎张婵, 2005
4
程序设计教程(C/C++版) - 第 9 页
面向过程的设计方法就是结构化程序设计。其主要特点是,按照功能将整个问题中相对独立的部分抽象出来,组成一个个相对独立的程序模块。如果发现某个模块仍然比较大,比较复杂,就继续把这个模块分解成多个更小的模块,以此类推。以这种方式编写 ...
彭旭东, ‎王成霞, ‎万红, 2005
5
Access 2003数据库程序设计基础教程与上机指导 - 第 253 页
( 1 )建立实际数据库结构根据性能要求,编写描述逻辑设计和物理设计结果的程序,建立数据库逻辑模型,生成数据库。 ... 13 · 4 应用程序设计应用程序设计即代码编写,是利用一种或多种程序开发语言或开发工具表达上一阶段确定的各模块控制流程。
文龙, ‎李东晖, ‎张阳戬, 2006
6
C++面向对象程序设计 - 第 219 页
9.3.4 结构化程序设计结构化程序设计诞生于 20 世纪 60 年代,盛行于 20 世纪 70 至 80 年代,它的产生和发展形成了现代软件工程的基础。结构化程序设计的设计思路是:自顶向下、逐步求精。所设计出来的程序结构按功能划分成若干个基本模块,每个 ...
王萍, ‎冯建华, 2006
7
Visual Basic程序设计应试辅导(二级)/全国计算机等级考试名师名导:
( D )各模块应包括尽量多的输入输出操作解:模块设计是指把一个大程序按人们能理解的大小规模进行分解。划分模块的基本原则是使每个模块都易于理解。按照人类思维的特点,按功能来划分模块最为自然。在按功能划分模块时,要求各模块的功能 ...
陈志泊, 2005
8
Visual FoxPro数据库程序设计应试辅导(二级) - 第 197 页
A )可以在该程序的任何模块中使用 B )只能在定义该变量的模块中使用 C )只能在定义该变量的模块中及其上层模块中使用 D )只能在定义该变量的模块中及其下层模块中使用答案: D 。解析: P 皿 VATE 命令并不建立内存变量,它只是隐藏指定的在上层 ...
王晓波, ‎崔岩, 2006
9
Access数据库程序设计教程 - 第 124 页
第 5 章模块对象和 VBA 程序设计在 Access 中,简单的数据库应用可以在向导帮助下自动生成,复杂的应用就需要用"手工"编写程序代码实现。作为一个数据库开发人员和高级用户。必须掌握 VBA 的编程方法和技巧,以适应各类特定开发项目的要求。
刘钢, ‎程克明, 2005
10
C程序设计 - 第 35 页
检查时也是由上而下逐层检查,这样做,思路清楚,有条不素地一步一步地进行,既严谨又方便。在程序设计中常采用模块设计的方法,尤其当程序比较复杂时,更有必要。在拿到一个程序模块(实际上是程序模块的任务书)以后,根据程序模块的功能将它划分为 ...
谭浩强, 2005

REFERENCE
« EDUCALINGO. 模块程序设计 [online]. Available <https://educalingo.com/en/dic-zh/mo-kuai-cheng-xu-she-ji>. Nov 2024 ».
Download the educalingo app
zh
Chinese dictionary
Discover all that is hidden in the words on