-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1746 from 15916989963/master
- Loading branch information
Showing
11 changed files
with
56 additions
and
25 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 实验四:类建模 | ||
# 实验五:高级类建模 | ||
|
||
## 一、实验目标 | ||
1. 掌握类的概念和构成 | ||
2. 掌握类建模方法 | ||
3. 了解MVC设计模式 | ||
4. 理解类的5种关系 | ||
5. 掌握类之间关系的画法 | ||
|
||
## 二、实验内容 | ||
- 根据用例规约绘制相应的类图。 | ||
|
||
1.填写出行信息类图 | ||
|
||
2.录入个人信息类图 | ||
|
||
3.结账类图 | ||
|
||
## 三、实验步骤 | ||
1.在例规约中利用MVC模式寻找类 | ||
2.确定类与类之间的关系 | ||
3.在StarUML中画出类图 | ||
|
||
## 四、实验结果 | ||
![填写出行信息类图](./Travel_Information.jpg) | ||
图一填写出行信息类图 | ||
|
||
![录入个人信息类图](./personal_information.jpg) | ||
图二录入个人信息类图 | ||
|
||
![结账类图](./Pay.jpg) | ||
图三结账类图 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.