-
一个密钥盘生成程序
一个密钥盘生成程序-a key-generating program
- 2023-07-29 16:05:03下载
- 积分:1
-
山排序算法:基本思想:全序无序分离…
希尔排序算法:
基本思想:将整个无序序列分割成若干小的子序列分别进行插入排序。 序列分割方法:将相隔某个增量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
-
with BCB was a shell!
一个用BCB写的壳!-with BCB was a shell!
- 2023-04-12 01:50:03下载
- 积分:1
-
一个DES加密算法的实现
一个DES加密算法的实现-a DES encryption algorithm implementation
- 2022-07-14 07:49:37下载
- 积分:1
-
Super rabbit has a file encryption, file is encrypted then, open the file, back...
超级兔子有一个文件加密功能,文件被加密以后,打开该文件时,回转到控制面板,可是我们忘了密码怎么办呢?这里提供了一个简单方法-Super rabbit has a file encryption, file is encrypted then, open the file, back to the control panel, but we forget the password how to do? Here provides a simple way
- 2022-09-12 14:50:03下载
- 积分:1
-
128 bit AES Pipelined Cipher
The Advanced Encryption Standard (AES) specifies a FIPS- approved cryptographic algorithm that can be used to protect electronic data.
The AES-128 pipelined cipher module uses AES algorithm which is a symmetric block cipher to encrypt (encipher) information.
This module is optimized for speed as it pipeline hardware to perform repeated sequence called round
- 2022-01-25 21:48:15下载
- 积分:1
-
base64码转换程序,不够完善
base64码转换程序,不够完善-base64 code conversion, not perfect
- 2022-06-13 20:14:40下载
- 积分:1
-
C++编写,国际流行的免费加密软件,OPENSSL-ENGINE0.96源码
C++编写,国际流行的免费加密软件,OPENSSL-ENGINE0.96源码-C++, the international fashion free encryption software, OPENSSL- ENGINE0.96 FOSS
- 2022-01-26 18:25:07下载
- 积分:1
-
RC4伪随机流加密算法,VC++编写,调试通过。控制台界面。
RC4伪随机流加密算法,VC++编写,调试通过。控制台界面。-Pseudo-random RC4 stream encryption algorithm, VC++ development, debugging through. Console interface.
- 2022-04-28 09:18:24下载
- 积分:1
-
这是一个霍夫曼编码程序
这是一个霍夫曼编码程序-This is a Huffman code program
- 2022-02-16 05:22:56下载
- 积分:1