-
MD5加密,已经封装成一个C++类,只要调用该类就可方便使用
MD5加密,已经封装成一个C++类,只要调用该类就可方便使用-This C++ class serves as a wrapper for the Message Digest 5 code described in the Internet RFC 1321.
- 2022-09-22 09:15:03下载
- 积分:1
-
C编程WPS获得密码文件
用C编程获取WPS的文件密码-C programming WPS access to the password file
- 2022-04-25 06:03:50下载
- 积分:1
-
AES加密软件,用于加密当前文本框中的内容。使用的是美国国家标准(也被ISO所采纳)最新加密算法AES。...
AES加密软件,用于加密当前文本框中的内容。使用的是美国国家标准(也被ISO所采纳)最新加密算法AES。-AES encryption software, encryption for the current contents of the text box. The use of the American National Standards (also adopted by the ISO) the latest encryption algorithm AES.
- 2023-07-26 22:55:02下载
- 积分:1
-
CRC校验程序,使用了CRC
CRC校验程序,使用了CRC-16和CRC-CCITT方法 -CRC inspection program, which use crc-16 and crc-ccitt method
- 2022-01-26 01:05:36下载
- 积分:1
-
数字电视中的加密
数字电视中的加密-Encryption of digital TV
- 2022-06-20 08:15:12下载
- 积分:1
-
Ge 90
这是ge 90-30的versapro这软体,的使用教学手册。-Ge 90-30 This is the versapro this software, the use of teaching manuals.
- 2023-01-26 06:35:03下载
- 积分:1
-
ldpc编码和译码程序
LDPC的编码和译码程序,运行可靠,主要是用于4G的编码使用。matlab编程使用,核心代码简单可靠
- 2022-03-11 07:09:38下载
- 积分:1
-
一个非常好用而且实用的非对称加密算法,里面有实例,完整的源码。...
一个非常好用而且实用的非对称加密算法,里面有实例,完整的源码。-a very handy and practical non-symmetric encryption algorithm, there are examples, complete source code.
- 2022-05-22 09:11:37下载
- 积分:1
-
twofish的加密算法
twofish的加密算法-twofish encryption algorithm
- 2022-08-07 22:08:39下载
- 积分: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