this progam written in java language and describe the des algorithm that allow us to encrypt and de
this progam written in java language and describe the des algorithm that allow us to encrypt and decrypt the informatio...
LZ77+Algorithm技术资料下载专区,收录914份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
this progam written in java language and describe the des algorithm that allow us to encrypt and decrypt the informatio...
This progamram desrible how put N queens on the board have size N*N Using algorithm back tracking
This source code show you how to implement the FFT algorithm in c.details please referent my fft.c file.
A modified version of PSO algorithm which can be used to search the minimum value inside a specified range. Using f1s.m ...
load flow algorithm, with entering bus data and line data it solves the load flow with newton method.
The algorithm ID3 (Quinlan) uses the method top-down induction of decision trees. Given a set of classified examples a d...
lz77压缩解压缩完整代码.可以学习到字典压缩的基本理论和实际操作,是很好的学习材料.
压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态...