搜索资源列表
Java_MD5
- 分析了MD5加密算法和碰撞的原理,对目前常规MD5算法加密结果容易被破解的问题,利用JDK的ja-va.security包中的MD5算法给出了JavaBeans形式的变换算法,以期进一步减小破解时碰撞的概率,增强系统加密的安全性。-Analysis of the MD5 encryption algorithm and the collision theory, the current results of conventional MD5 algorithm for encryption ea
jbufferedimage
- Java创建缓冲区图像示例,演示如何来创建缓冲区图像,并且将图像显示出来。缓冲区图像是指直接在计算机内存中内创建的图像,因此可以对其进行像素级的处理,完成及其复杂的图像变换加工。本例演示的程序较为简单,仅仅是创建了一个缓冲区图像,并没有做任何的加工处理就将其显示出来,但这是缓冲区图像处理的基矗-Java create a buffer image examples that demonstrate how to create a buffer image, and the image is di
daubechies
- java的多贝西小波变换原理解读,有详细推理过程(Java's interpretation of the principle of multi Bayesian wavelet transform has a detailed reasoning process.)