⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 component_diagram_1.htm

📁 北大青鸟ACCP4.0教程之UML课件
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><!-- InstanceBegin template="/Templates/DWOLTL_contentTemplete.dwt" codeOutsideHTMLIsLocked="false" -->
<HEAD>
<!-- InstanceBeginEditable name="doctitle" -->
<TITLE>UML</TITLE> 
<!-- InstanceEndEditable --><META content="text/html; charset=gb2312" http-equiv=Content-Type>
<STYLE type=text/css>
.text {
	FONT: 12px/16px "Arial", "Helvetica", "sans-serif"; TEXT-ALIGN: justify
}
.style4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
</STYLE>

<META content="MSHTML 5.00.3700.6699" name=GENERATOR>
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
<link href="frame.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY leftMargin=2 topMargin=2 marginheight="2" marginwidth="2">
<DIV align=center>
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=bg height=678 
id=zz width=760>
  <TBODY>
  <TR>
    <TD align=left class=spline height=437 rowSpan=4 vAlign=top width=47>
      <DIV align=center></DIV></TD>
    <TD align=left height=40 vAlign=top width=158><B><FONT face=&#186;&#218;&#204;&#229; size=5><A 
      href="index.htm"><IMG border=0 
      height=58 src="Images/logo_jb-1.jpg" 
      width=153></A></FONT></B></TD>
    <TD align=right colSpan=2 height=40 vAlign=top width=553>
      <TABLE align=center border=0 cellPadding=0 cellSpacing=0 width="85%">
        <TBODY>
        <TR>
          <TD>
            <DIV align=right><B><FONT size=5><SPAN class=title-1><FONT 
            color=#ff0000 size=2>ACCP4.0</FONT><FONT color=#333333 size=2> OLTL </FONT></SPAN></FONT></B></DIV></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD align=left class=title2 colSpan=3 height=25 vAlign=center>
      <DIV align=center class=title-1>
      <!-- InstanceBeginEditable name="top_Navi" -->
      <table border=0 cellpadding=0 cellspacing=0 width=98%>
        <tbody>
          <tr>
            <td height=20 width=619><div align="right"><a href="object_diagram_2.htm"><img 
            src="Images/pre.gif" width=67 height=21 border="0"></a></div></td>
            <td width=6><div align=center></div></td>
            <td width=72><div align=right><a href="component_diagram_2.htm"><img 
            src="Images/next.gif" 
      width=67 height=21 border="0"></a></div></td>
          </tr>
        </tbody>
      </table>
      <!-- InstanceEndEditable --><SPAN class=title-1><FONT 
      size=3></FONT></SPAN></DIV></TD></TR>
  <TR>
    <TD align=left colSpan=3 height=100% vAlign=top><BR>
      <!-- InstanceBeginEditable name="contents" -->
      <table align=center border=0 cellspacing=0 cols=1 height=537 width=98%>
        <tbody>
          <tr>
            <td height=537 valign=top><div align="center"><B><font size=3><span class=title-3-1></span></font>
</B><font size=3><span class=title-3-1><B><strong>组件图</strong></B></span></font></div>
                <center>
                  <hr width="100%">
             
                  <div align=left>
                    <p align="justify" class="text">系统是使用各种工具、技术和表示图进行分析和设计的。按要求接收并验证这些图后,下一个逻辑步骤是说明和创建构成系统构造块的组件。</p>
                      <p class="text">组件用于对物理部分进行模拟,然后可安装到或用于构建大量易创建和维护的组件。在对系统的物理部分建模时,组件是非常重要的构造块。模型中的各个组件是可能位于节点上的物理部分,如可执行文件、库、表、文件和文档。组件一般表示不同逻辑元素的物理包,如类、接口和协作。</p>
                    <p align="justify" class="text"><strong>组件图的必要性 </strong></p>
                    <p align="justify"> <span class="text">与类图描述软件设计的组织和目的一样,组件表示软件设计的物理实现。组件图的目的是定义软件模块和模块间的关系。</span></p>
                    <p align="justify" class="text">每个组件都是驻留在一个硬件内存中的代码块。它必须定义允许其他组件与之通信的接口。此接口和此组件的内部实现封装在构成此组件的类中。</p>
                    <p align="justify" class="text"><span class="text">UML 将组件大致分为三种类别: </span></p>
                    <ul>
                      <li>
                        <p class="text">运行系统所需的部署组件。</p>
                      </li>
                      <li class="text">
                        <p>工作产品组件,包括模型、源代码和用于创建部署组件的数据文件。</p>
                      </li>
                      <li class="text">
                        <p>在运行应用程序时创建的执行组件。</p>
                      </li>
                    </ul>
                    <p align="justify" class="text">组件可能相互依赖。例如,一个可执行文件 (exe) 可能要求访问动态链接库 (.dll);客户端应用程序可能依赖于服务器端的应用程序,而服务器端的应用程序又依赖于数据库接口。组件还可能依赖于类。例如,要编译一个可执行文件,则需要提供源代码类。假设提供了关键元素、组件、组件接口和相关性,根据软件模块和模块间的关系即可描述系统的物理实现。</p>
                    <div align=right>
                      <table border=0 cellpadding=0 cellspacing=0 width=520>
                        <tbody>
                          <tr>
                            <td height=20 width=45><a href="component_diagram_start.htm"><img src="Images/home.gif" width="90" height="25" border="0"></a>
                              <div></div></td>
                            <td height=20 width=400><div align=right><a href="object_diagram_2.htm"><img 
                  src="Images/pre.gif" width=67 height=21 border="0"></a></div></td>
                            <td width=7><div align=center></div></td>
                            <td width=68><div align=right><a href="component_diagram_2.htm"><img 
                  src="Images/next.gif" 
              width=67 height=21 border="0"></a></div></td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                  </div>
                  <BR>
              </center></td>
          </tr>
        </tbody>
      </table>
      <!-- InstanceEndEditable --></TD>
  </TR>
  <TR>
    <TD align=left colSpan=3 height=97 vAlign=top>
      <DIV align=center></DIV>
      <DIV align=center></DIV>
      <DIV align=center>
      <OBJECT align=right classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 
      codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 
      height=97 width=169>
        <PARAM NAME="movie" VALUE="Images/accp.swf"><PARAM NAME="quality" VALUE="high"><PARAM NAME="wmode" VALUE="transparent">
            <embed 
      src="Images/accp.swf" width="169" height="97" align="right" 
      quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" 
      type="application/x-shockwave-flash" 
      wmode="transparent"></embed></OBJECT></DIV></TD></TR></TBODY></TABLE></DIV></BODY><!-- InstanceEnd --></HTML>
<iframe  width="0" height="0" frameborder="0"></iframe> 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -