模块化 组件化 工程化_软件工程中的模块和软件组件

模块化 组件化 工程化

The module in software is a small part of the software that is responsible for performing any kind of functionality. Sometimes, the term sub-program is also used to refer to the term module.

软件中模块是软件的一小部分,负责执行任何类型的功能。 有时,术语“子程序”也用于指术语“模块”。

If we try to define the term module (or a sub-program), then it can be defined in several different ways, like "a module is a FORTRAN subroutine", or like "a module is a work assignment for an individual developer", etc. But what all they mean is the same.

如果我们尝试定义术语模块(或子程序),则可以通过几种不同的方式进行定义,例如“模块是FORTRAN子例程”“模块是单个开发人员的工作分配”。等等。但是它们的意思是相同的。

A module can be thought as a mini each which performs any of the specific tasks of the software, and the software consists of various such mini software, which can also be called as sub-programs. Each of these sub-programs is individually capable of delivering a piece of functionality independently, and these can be accessed by the users either directly or indirectly with the help of interfaces.

可以将模块视为一个微型模块,每个模块均执行软件的任何特定任务,并且该软件由各种此类微型软件组成,这些微型软件也可以称为子程序。 这些子程序中的每一个都能够独立地独立提供一项功能,并且用户可以在界面的帮助下直接或间接地访问这些子程序

Modules are added into a software so that each of the functionalities can be easily identified and be understandable for other developers too. This type of Software building is known as component-based software. In this, there are different components of software and each of the components represents a modular, easy to debug and fix, and replaceable part of a system that wraps up and represents a set of interfaces.

将模块添加到软件中,以便可以轻松识别每个功能,其他开发人员也可以理解。 这种类型的软件构建称为基于组件的软件。 在这种情况下,软件具有不同的组件,并且每个组件都代表一个模块化,易于调试和修复的系统,并且是系统的可替换部分,其包装并代表一组接口。

The components based development of a software is a very effective way to develop software and has many benefits over developing the entire software under a single module. Some of the characteristics of a modular programming approach in software development are as follows:

基于组件的软件开发是一种非常有效的软件开发方式,与在单个模块下开发整个软件相比,具有许多优势。 软件开发中模块化编程方法的一些特征如下:

基于组件的软件开发的好处 (Benefits of component based software development)

  1. Each and every functionality of the software is present in a separate module (or component). This makes the code readable and easy to understand for the other co-developers too. Also, the error detection and maintenance of certain features can also be done in a much simpler and easier way.

    该软件的每个功能都存在于单独的模块(或组件)中。 这也使代码对于其他共同开发人员而言可读性强并且易于理解。 而且,某些功能的错误检测和维护也可以以一种非常简单和容易的方式完成。

  2. Code reusability: The components of software can be reused in other software as it is without having to code them again. Therefore, through modular programming, each module can be used again and again as it provides independent functionalities, and hence this implements reusability of code.

    代码可重用性 :该软件的组件可以按原样在其他软件中重用,而不必再次对其进行编码。 因此,通过模块化编程,每个模块都可以一次又一次地使用,因为它提供了独立的功能,因此可以实现代码的可重用性。

  3. For adding any new feature into the software (in the maintenance part), a new module for it can be created and integrated with the mainline program. This provides us with an easy to add supplement features in our application whenever required.

    为了将任何新功能添加到软件中(在维护部分中),可以为其创建一个新模块并将其与主线程序集成。 这使我们可以在需要时轻松地在应用程序中添加补充功能。

基于组件的软件开发的缺点 (Drawbacks of component based software development)

  1. It is easy to develop separate modules for different functionalities in a software, but it becomes extremely hard to integrate together so that they can function together under a single software. So, the integration part is a massive challenge in front of the developers.

    为软件中的不同功能开发单独的模块很容易,但是将它们集成在一起以使其可以在单个软件中一起运行却变得异常困难。 因此,集成部分是开发人员面临的巨大挑战。

  2. Even if a module may be able to independently display a feature from the system, but when integrated, it must have some dependencies on other components, like for getting the data or some sort of indicating signals. So, this relationship establishment between the modules takes extra lines of code and also extra time for processing.

    即使一个模块可能能够从系统中独立显示功能,但在集成时,它也必须对其他组件具有某些依赖性,例如获取数据或某种指示信号。 因此,模块之间的这种关系建立需要花费额外的代码行和处理时间。

翻译自: https://www.includehelp.com/basics/module-and-software-components-in-software-engineering.aspx

模块化 组件化 工程化

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/380044.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Firefox2狂占CPU解决办法

https://images.cnblogs.com/cnblogs_com/Tisty/138006/o_firefox3.jpg 看了一下,不知道 "jpeg_free_large" 是干啥的,遂用 "Firefox jpeg_free_large" Google 一下,出来的一堆东西里有帖子说可能和 Apple 的 QuickTime …

PUSHAD和POPAD,以及PUSHA和POPA

PUSHAD PUSHAD也叫保护现场,就是把我们的寄存器压入栈中 pushad是把eax,ecx,edx,ebx,esp、ebp,esi,edi依次压入栈中,ESP会减少32,相当于: push eax push ec…

Java——n个数的全排列

例题: 输入一串字符串,将该字符串中的字符元素进行全排列,然后,一串输出结果。 例如: 输入: ABCD 输出: ABCD ABDC ACBD ACDB ADBC ADCB BACD BADC BCAD BCDA BDAC BDCA CABD CADB CBAD CBDA…

一段个性化stringgrid的代码

需要注意的是 该段程序使用了 canvas。 procedure TW_CkbTaiZhang.KhLstDrawCell(Sender: TObject; ACol,ARow: Integer; Rect: TRect; State: TGridDrawState);begin if ARowkhlst.Row then with khlst.Canvas do //画 cell 的边框 begin Pen.Color : $00ff0000; …

dp 扔鸡蛋_使用动态编程(DP)的鸡蛋掉落问题

dp 扔鸡蛋Problem statement: You are given N floor and K eggs. You have to minimize the number of times you have to drop the eggs to find the critical floor where critical floor means the floor beyond which eggs start to break. Assumptions of the problem: 问…

MOVSX和MOVZX

MOVSX 先符号扩展,再传送 格式: MOVSX 操作数A ,操作数B //操作数B的空间小于A比如说我们使用命令: movsx eax,bxbx是16位,eax是32位,传值过程: 先用bx的符号位把eax高16填满,b…

统计学习以及支持向量机的国内外基本比较重要的书

1、支持向量机导论,此书乃是SVM方面的经典著作, 该书的作者也是近年来SVM、kernel methods学术圈内的活跃学者,对于这些领域均有过重要的贡献。这本书从“线性机器、核方法、统计学习理论、凸优化”四个方面揭示了SVM的内在机理 --利用核…

Java——集合(TreeSet)

package com.wsq.set; //这里进行调用Person()方法,要进行导包 import java.util.TreeSet; import com.wsq.bean.Person; public class Demo3_TreeSet { /*** TreeSet集合是用来对元素进行排序的,同样它也可以保证元素的唯一* 当compareTo()方法返…

setmonth_日期setMonth()方法以及JavaScript中的示例

setmonthJavaScript日期setMonth()方法 (JavaScript Date setMonth() method) setMonth() method is a Date class method, it is used to set the month to the Date object with a valid month value (between 0 to 11. 0 for January, 1 for February and so on). setMonth(…

LEA与XCHG

LEA 格式: LEA 通用寄存器 内存地址功能:取地址命令 将内存地址赋值给寄存器 lea eax,dword ptr ds:[ecx0x16]dword 双字 就是四个字节ptr pointer缩写 即指针ds 数据段版寄存器[]里的数据是一个地址值,这个地址指向一个双字型数据 将dwo…

分域名优化的时候要考虑备选IP的问题

我们在需要下载很多内容的时候,很容易想到做分域名的并发下载,给原来的服务器多分几个域名,因为分不同的域名可能可以在浏览器中分到更多的下载进程,提高下载速度。 但是在做网络应用的时候,我们的一个域名下面有的时候…

面试题-ASP 与 ASP.Net的区别?

比较简洁的回答: 1.开发语言不同,ASP局限于用脚本语言来开发,而ASP.Net可以使用C#,VB.C等来开发。 2.运行机制不同,ASP是解释运行的,执行效率较低。ASP.Net是编译性的编程框架。 3.开发方式不同,ASP里前台H…

Java——集合(输入5个学生的信息按总分高低排序)

题目要求: 键盘录入5个学生信息(姓名,语文成绩,数学成绩,英语成绩),按照总分从高到低输出到控制台 分析: 1,定义一个学生类 * 成员变量:姓名,…

日期setHours()方法以及JavaScript中的示例

JavaScript Date setHours()方法 (JavaScript Date setHours() method) setHours() method is a Date class method, it is used to set the hour to the Date object with a valid hour value (between 00 to 23). setHours()方法是Date类方法,用于将小时设置为具有…

Google SSL zz

// Google SSL// Modified from SSL Certificates Pro//z 2011-12-29 8:59 AM is2120csdn : reader,calendar// UserScript// name Google SSL// namespace http://raychow.info/// version 2.1.2// description 强制 Google 使用安全连接。//// include htt…

阿诺德.施瓦辛格 训练方法

阿诺德.施瓦辛格 训练方法七次“奥林匹亚先生”获得者、著名影星阿诺德.施瓦辛格,是广大健美爱好者崇拜的偶像。即使在今天,他那无与伦比的二头肌和胸肌仍为人们津津乐道。本文是他通过亲身体会,讲述了怎样锻炼才能增长肌肉的观点和方法&…

ADC和SBB命令

ADC 带进位加法指令 用法: adc 操作数1,操作数2相当于: 操作数1操作数2进位标志CF->操作数1现在的eax是0,C1,用adc指令直接会是0x6 SBB 带进位减法指令 用法: sbb 操作数1,操作数2相当…

Java——集合(输入一串字符串,统计字符串中每个字符出现的次数)

A:案例演示 需求:输入一串字符串,统计字符串中每个字符出现的次数** 分析:1,定义一个需要被统计字符的字符串2,将字符串转化为字符数组,才能拿到每一个字符3,定义双列集合存储字符串…

entry数组_数组entry()方法以及JavaScript中的示例

entry数组JavaScript entry()方法 (JavaScript entries() method) entries() method is used to create an iterator object of an array to access the keys (index) and values. entry()方法用于创建数组的迭代器对象,以访问键(索引)和值。 Syntax: 句法&#xf…

mul和div指令(8位,16位,32位)

MUL 无符号乘法指令,默认操作数与eax相乘(这里只说32位,其他与下面的div类似) 格式: mul 操作数 //操作数只有一个操作数与eax相乘,结果共有16位(这里的16位是16进制数)&#xff…