-
关于数组排序的经典程序。
关于数组排序的经典程序。-Sorting an array of classical procedures.
- 2023-09-02 20:55:02下载
- 积分:1
-
基于unix下的RSA加密实例分析
基于unix下的RSA加密实例分析-under the RSA encryption Case Analysis
- 2022-11-04 12:35:03下载
- 积分:1
-
大整数运算的实现
大整数运算的实现-large integer arithmetic Implementation
- 2022-05-07 09:02:08下载
- 积分:1
-
小小的二级文件管理系统,应用了简单的加密,用它写日记,很好的。...
小小的二级文件管理系统,应用了简单的加密,用它写日记,很好的。-small two-level file management system,apply the simple encryption,it s great to keep a diary with it .
- 2022-02-25 19:24:17下载
- 积分:1
-
EAQUAL 1.03
What is EAQUAL?
The intention of EAQUAL is to provide a objective quality measure for coded/ decoded audio
files. Currently the code is based on the ITU-R recommendation BS.1387.
EAQUAL will not supersede listening tests, but can be a useful tool to support listening tests,
categorize different coding algorithms and find bugs in algorithms. The more input files are
taken for the analysis, the better the results of EAQUAL will fit the reality.
- 2023-03-21 06:25:04下载
- 积分:1
-
Base64 加密算法(Author 蒋柏良 Jerry Jiang)
Base64 加密算法(Author 蒋柏良 Jerry Jiang)-*
* DESCRIPTION
* Base64 processes input in 24bit chunks by converting each chunk into 4
* bytes of output. It does so by splitting input into four 6bit groups and
* using these as indexes in the following substitution table-
* const char base64_map[] =
* "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
* "abcdefghijklmnopqrstuvwxyz"
* "0123456789+/"
* If an input is not a multiple of 3 bytes, it s padded with zeros. In
* this case the output bytes that consist entirely of the pad data are
* replaced with = .
*
* Example
* An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010
* bit sequence, which s then split into 000000 000100 010111 110010
* and these are substituted to produce the following base64 encoding
* A E X y
*
* RETURN VALUE
* b64_length() should return output length for the input of len bytes.
* b64_encode() should encode len bytes from src int
- 2022-07-18 16:55:26下载
- 积分:1
-
rsa加密算法实例
rsa加密算法实例-rsa encryption algorithm examples
- 2022-11-16 00:45:03下载
- 积分:1
-
这个是RSA加密算法C源程序,希望对需要的朋友有所帮助
这个是RSA加密算法C源程序,希望对需要的朋友有所帮助-This is the RSA encryption algorithm C source code, and they hope to help a friend in need
- 2022-03-02 11:33:57下载
- 积分:1
-
沙
SHA-1Hash函数源码,可以对任何文件做Hash,得到的Hash值为160位。具有抗强碰撞,弱碰撞等能力。虽然王小云已经找到了个别碰撞。但在新的好的hash函数出来之前仍将被广泛使用。-SHA-1Hash function source, any document can be done right hash, the hash value of 160. Anti-collision, the weak capabilities of the collision. Although Bruce Schneier, had found individual collisions. But the new good hash function will be out before widespread use.
- 2023-06-21 07:50:03下载
- 积分:1
-
Data encryption algorithm, a very good Dongdong, a try to know.
数据加密算法,很好的东东,下了试试看就知道了。-Data encryption algorithm, a very good Dongdong, a try to know.
- 2023-01-12 07:25:04下载
- 积分:1