-
山排序算法:基本思想:全序无序分离…
希尔排序算法:
基本思想:将整个无序序列分割成若干小的子序列分别进行插入排序。 序列分割方法:将相隔某个增量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
-
主要用于数据文字的加密
主要用于数据文字的加密-characters are used mainly for data encryption
- 2023-08-10 12:40:03下载
- 积分:1
-
的算法的源代码
DES算法源代码-DES algorithm source code
- 2023-03-06 03:30:04下载
- 积分:1
-
BASE64译码
BASE64译码-BASE64 Decoding
- 2022-04-15 11:57:32下载
- 积分:1
-
MD4的源代码。该算法来源于应用密码学的随书附带光盘。已通过调试...
MD4的源代码。该算法来源于应用密码学的随书附带光盘。已通过调试-MD4 source. The algorithm derived from the application of cryptography book with CD-ROM attached. Through debug
- 2022-05-21 08:15:41下载
- 积分:1
-
rsa encryption which ask a user input must me be uppercase letter
rsa encryption which ask a user input must me be uppercase letter-rsa encryption which ask a user input must me be uppercase letter..
- 2022-01-25 22:54:08下载
- 积分:1
-
这是一个用VC.net实现的AES的S
这是一个用VC.net实现的AES的S-box的实现代码,包括求逆和s盒的实现代码-This is a realization of the use VC.net AES S-box realization of the code, including inversion and the realization s box code
- 2022-06-20 00:21:57下载
- 积分:1
-
一个利用C语言来实现加密算法之DES算法的源码。
一个利用C语言来实现加密算法之DES算法的源码。-A source program of DES arithmetic using C .
- 2022-09-07 03:55:03下载
- 积分:1
-
软件有限次加密,对软件的使用次数进行限制
软件有限次加密,对软件的使用次数进行限制-finite encryption software, software usage restrictions
- 2022-02-05 01:20:01下载
- 积分:1
-
最快速的可满足性分析工具软件,曾经获得比赛的冠军,能够让学习者,学很多的编程技巧...
最快速的可满足性分析工具软件,曾经获得比赛的冠军,能够让学习者,学很多的编程技巧-The fastest satisfiability analysis tool software, has won the championship, will allow learners, learning a lot of programming skills
- 2022-08-11 13:19:53下载
- 积分:1