文件名称:complex
介绍说明--下载内容均来自于网络,请自行研究使用
简单的排序信息隐藏算法
首先将信息序列排序
对于待隐藏的一位信息,如果信息是‘0’,那么使用偶数位置的数来隐藏信息,否则使用奇数位置的数来隐藏信息。
一旦奇数位置(或者偶数位置)用完,则把剩下的偶数位置(或者奇数位置)重新分配奇偶位置。然后执行第2步。
最后会剩下一个数,这个数不能够隐藏信息,但是需要将这个数放到最后。
-Information Hiding in a simple sorting sequence of the first sort of information to be hidden for a message, if the information is ' 0 ' , then use an even number of locations to hide information, or using odd number of locations to hide information. Once the odd position (or even location) run out, put the location of the rest of the even (or odd location) re-allocation of parity position. Then perform Step 2. Eventually leaving a number, this number can not hide information, but this number needs to be put last.
首先将信息序列排序
对于待隐藏的一位信息,如果信息是‘0’,那么使用偶数位置的数来隐藏信息,否则使用奇数位置的数来隐藏信息。
一旦奇数位置(或者偶数位置)用完,则把剩下的偶数位置(或者奇数位置)重新分配奇偶位置。然后执行第2步。
最后会剩下一个数,这个数不能够隐藏信息,但是需要将这个数放到最后。
-Information Hiding in a simple sorting sequence of the first sort of information to be hidden for a message, if the information is ' 0 ' , then use an even number of locations to hide information, or using odd number of locations to hide information. Once the odd position (or even location) run out, put the location of the rest of the even (or odd location) re-allocation of parity position. Then perform Step 2. Eventually leaving a number, this number can not hide information, but this number needs to be put last.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
complex.cpp