Skip to content

Commit

Permalink
Merge pull request #2477 from Ivan4xuyong/master
Browse files Browse the repository at this point in the history
# 556 #8 修改实验6+实验7
  • Loading branch information
zengsn authored Apr 17, 2020
2 parents 50cba7a + ae54f89 commit 5fa60e8
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 2 deletions.
4 changes: 2 additions & 2 deletions students/1714080902427/Lab06.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

## 四、实验结果

![添加书籍顺序图](./add06.jpg)
![添加书籍顺序图](./add06_x.jpg)

图1.添加书籍的顺序图

![删除书籍顺序图](./dele06.jpg)
![删除书籍顺序图](./dele06_x.jpg)

图2.删除书籍的顺序图

Expand Down
33 changes: 33 additions & 0 deletions students/1714080902427/Lab07.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 实验07

## 一、实验目标

- 掌握对象状态建模

## 二、实验内容

- 根据自己的issue找一个关键的对象
- 找出对象关键状态
- 理出状态之间的转换条件

## 三、实验步骤

- 找关键对象

1.书籍

- 找出关键状态

1.未添加的

2.已添加的

3.正在阅读的

- 理出状态转换条件

## 四、实验结果

![书籍状态图](./books_x.jpg)

图1.书籍状态图
Binary file removed students/1714080902427/add06.jpg
Binary file not shown.
Binary file added students/1714080902427/add06_x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added students/1714080902427/books.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added students/1714080902427/books_x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed students/1714080902427/dele06.jpg
Binary file not shown.
Binary file added students/1714080902427/dele06_x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5fa60e8

Please sign in to comment.