-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path数据流图(加工).html
20 lines (19 loc) · 1.65 KB
/
数据流图(加工).html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>数据流图(加工)</title>
<basefont face="微软雅黑" size="2" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="exporter-version" content="Evernote Windows/307425 (zh-CN, DDL); Windows/10.0.0 (Win64);"/>
<style>
body, td {
font-family: 微软雅黑;
font-size: 10pt;
}
</style>
</head>
<body>
<a name="442"/>
<h1>数据流图(加工)</h1>
<div>
<span><div><div><font style="font-size: 11pt;">对基本加工的说明有三种描述方式:结构化语言、判定表、判定树。基本加工逻辑描述的基本原则:</font></div><ul><li><div><font style="font-size: 11pt;"> 对数据流图的每一个基本加工,<font style="color: rgb(255, 0, 0);">必须</font><font>有一个基本</font><font style="color: rgb(255, 0, 0);">加工逻辑说明</font>。</font></div></li><li><div><font style="font-size: 11pt;"> 基本加工逻辑说明<font style="color: rgb(255, 0, 0);">必须</font>描述基本加工如何把输<font style="color: rgb(255, 0, 0);">入数据流变换为输出数据流</font>的加工规则</font></div></li><li><div><font style="font-size: 11pt;"> 加工逻辑说明<font style="color: rgb(255, 0, 0);">必须</font>描述实现加工的<font style="color: rgb(255, 0, 0);">策略</font>而<font style="color: rgb(255, 0, 0);">不是</font>实现加工的<font style="color: rgb(255, 0, 0);">细节</font></font></div></li><li><div><font style="font-size: 11pt;"> 加工逻辑说明中包含的<u>信息应是充足的,完备的,有用的,无冗余的</u></font></div></li></ul><div><br/></div></div></span>
</div></body></html>