forked from hzuapps/uml-modeling-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
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,23 @@ | ||
# 实验4、5 | ||
## 1.实验目标 | ||
- 掌握l类建模方法; | ||
- 了解MVC或你熟悉的设计模式 | ||
- 掌握类图的画法。(Class Diagram) | ||
|
||
## 2.实验内容 | ||
- 基于MVC模式设计类; | ||
- 设计类的关系; | ||
- 画出类图。 | ||
## 3.实验步骤 | ||
- 观看教学视频 | ||
- 根据自己的规约找到相应的类 | ||
- 查看实验要求 | ||
- 对照自己的规约着手画类图 | ||
|
||
|
||
## 4.实验结果 | ||
![图一](./lab04.jpg) | ||
图一 | ||
![图二](./lab402p.jpg) | ||
图二 | ||
|