Skip to content

Commit

Permalink
update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
F-ca7 committed Nov 12, 2019
1 parent f3b6f7c commit 89595e2
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,17 @@ set **γ**,Statistics **Xmax**, **Xmin**, Minimum member number **ξ**

Output: Data set **Si+Δi\***

if ( \|**Si**\|\<**ξ** ) then return **Si**
if ( **bi**==1 ) then
maximize( **Θγ(Si+Δi)** ) subject to **Gi**
insert Θγ**(Si+Δi\***) into **Xmax**

```
if ( |Si|\<ξ ) then return Si
if ( bi==1 ) then
maximize( Θγ(Si+Δi) ) subject to Gi
insert Θγ(Si+Δi) into Xmax
else
minimize( **Θγ(Si+Δi)** ) subject to **Gi**
insert Θγ**(Si+Δi\***) into **Xmin**
return **Si+Δi\***
minimize( Θγ(Si+Δi) ) subject to Gi
insert Θγ(Si+Δi) into Xmin
return Si+Δi
```

对于隐藏函数的选取,我们使用

Expand Down Expand Up @@ -162,3 +165,26 @@ for j from 0 to l-1
return Wd
```

## 软件界面截图

---------------

- 连接主数据库

![](https://s2.ax1x.com/2019/11/12/MlovYq.png)

- 数据表展示
![](https://s2.ax1x.com/2019/11/12/Mloxf0.png)

- 嵌入水印
![](https://s2.ax1x.com/2019/11/12/MlTplT.png)

- 嵌入结果展示
![](https://s2.ax1x.com/2019/11/12/MlTCXF.png)

- 提取水印
![](https://s2.ax1x.com/2019/11/12/MlTk79.png)

- 提取结果展示
![](https://s2.ax1x.com/2019/11/12/Ml7P8P.png)

0 comments on commit 89595e2

Please sign in to comment.