-
山排序算法:基本思想:全序无序分离…
希尔排序算法:
基本思想:将整个无序序列分割成若干小的子序列分别进行插入排序。 序列分割方法:将相隔某个增量h的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:ht=2t-1,1≤t≤[log2n],其中n为待排序序列的长度。-Hill sorting algorithm: the basic idea: the whole sequence disorder is separated into a number of small sub-sequences respectively Insertion Sort. Sequence segmentation method: h will be separated by an incremental elements constitute a subset of sequences. In the sort process, the successive decrease of the increment, and finally reduced to one when h when an insertion sort, sort completed. Incremental sequence generally use: ht = 2t-1, 1 ≤ t ≤ [log2n], in which n is the length of sequence to be sorted.
- 2022-02-06 21:23:34下载
- 积分:1
-
详细的介绍了RSA的实现过程,以及它的优化
详细的介绍了RSA的实现过程,以及它的优化-Detail the realization of the RSA process, as well as its optimization
- 2022-04-09 01:34:38下载
- 积分:1
-
DES与RSA算法的解析与推演。不是单纯理论的讲解,带着一些应用的角度让对密码学有兴趣的人能很容易理解略显深奥的密码算法。...
DES与RSA算法的解析与推演。不是单纯理论的讲解,带着一些应用的角度让对密码学有兴趣的人能很容易理解略显深奥的密码算法。-DES and RSA algorithms with analytic deduction. Not purely theoretical explanations, with the perspective of some applications of cryptography to allow those who are interested can easily understand the slightly esoteric cipher.
- 2022-02-02 05:23:43下载
- 积分:1
-
对音频信号分帧加窗,对每帧进行三阶小波变换,取其逼近系数平均值(一般为零).在此嵌入二值图像 并有对潜入水印信号进行盲检,恢复其嵌入水印...
对音频信号分帧加窗,对每帧进行三阶小波变换,取其逼近系数平均值(一般为零).在此嵌入二值图像 并有对潜入水印信号进行盲检,恢复其嵌入水印-Sub-frame of the audio signal increases the Hamming window for each frame impletment third-order wavelet transform, whichever is close to the average coefficient (usually zero). according to this embedding binary image and resume its embedded watermark from the watermark signal by the Blind detection
- 2022-02-06 17:36:19下载
- 积分:1
-
RC5算法的C++实现
RC5算法的C++实现-RC5 algorithm to achieve C
- 2022-10-05 00:40:04下载
- 积分:1
-
用C写的DES加密的一个算法。是很不错的。
用C写的DES加密的一个算法。是很不错的。-Using C written by a DES encryption algorithm. Is very good.
- 2022-02-15 16:28:55下载
- 积分:1
-
绝好的文件分割器.
绝好的文件分割器.-excellent paper dividers.
- 2022-03-25 05:13:46下载
- 积分:1
-
用ansi C编写的DES加密实现,适合数字密码的加密。
用ansi C编写的DES加密实现,适合数字密码的加密。-prepared using the DES encryption and password for the encryption.
- 2022-04-16 00:34:31下载
- 积分:1
-
RC5和加密和decryption
rc5 and des encryption and decryption
- 2022-02-01 04:02:07下载
- 积分:1
-
这个源程序向你介绍了怎样摆脱密码束缚的问题
这个源程序向你介绍了怎样摆脱密码束缚的问题-the source to tell you how to shake off the shackles of password problems
- 2022-03-24 07:42:23下载
- 积分:1