资源列表
ReadDiskInfo
- 用vc实现读取磁盘信息的源代码,非常有实用价值
ODBC
- vc++操作access的实例。比较详细,适合初学者
dyeDynamicprogramming
- Dynamic programming. Break up a problem into a series of overlapping sub-problems, and build up solutions to larger and larger sub-problems
dye-Divide-and-conquer
- Divide: the problem into a number of subproblems that are themselves smaller instances of the same type of problem. Conquer: Recursively solving these subproblems. If the subproblems are small enough, solve them straightforward. Combine:
hidedctadv
- dct域的信息隐藏,里面调用hashreplacement和置乱等多个子函数
dye-local-search
- Local search. Algorithm that explores the space of possible solutions in sequential fashion, moving from a current solution to a \"nearby\" one. Neighbor relation. Let S S be a neighbor relation for the problem. Gradient descent. Le
extractdctadv
- 实现了DCT域对隐藏载体图像进行信息提取和复原,有良好的性能
main
- 实现在一副图像中嵌入多幅图像,实现了大容量的信息隐藏
PCI9054
- PCI9054设备驱动程序源代码。包括即插即用和电源管理。
hashreplacement
- 在图像加密中用到的md5算法,也就是哈希置换
yuanma
- (1)为了提高水印的安全性,在嵌入水印之前首先对水印信息利用Arnold变换进行置乱。 (2)为了提高传统相关性检测方法的准确率,嵌入水印时采用嵌入两个不相关伪随机序列的方法,大大提高了检测的准确率。 (3)低频部分集中图像的大部分能量,修改这里容易引起失真,所以本文采用修改中高频部分的方法进行嵌入。 (4)本文水印的检测方法为半盲检测,只需要原始水印的部分信息的参与,所以具有重要的现实意义。
binaryextract
- 二值图像的信息隐藏,用到md5加密和改进后的置乱算法
