搜索资源列表
LZ77conbined_with_KMP_algorithm
- LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。-LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corresponding realization source.
DesignPatternMiniManual
- 设计模式迷你手册,包含经典的设计模式说明及程序组织示例,是学习设计模式的极好帮助。-Design Pattern Mini Manual
GestureCracker
- Android屏幕解锁图案记录文件gesture.key的破解小程序-The Android screen unlock pattern recorded file gesture.key crack applet
Project
- pattern recognition project
anzhuotuansuopojie
- 可以实现安卓手机的图案锁破解,只要连接USB线即可,含有封装软件和源代码。-Android phones can break the pattern lock, as long as you can connect the USB cable, the package contains software and source code.
des_test_ecb_cbc.tar
- ECB模式,CBC模式DES加解密。 1.CBC模式与一般的不一样,当密文的数据发生错误时,解密后错误字节块和后续所有块的所有字节都是错误的。而一般模式只会影响当前块和后续块的相应字节。 2.可以加密任意长度的数据文件,最后的块数据不足8bytes,不是简单的补0。补0的缺陷是当明文块尾数据为0时,在解密时就不知如何处理了。 3.编译命令: 1. 编译测试程序 make test. 2. 编译动态库 make libdes.so 3. 编译静态库 make