资源列表
排序选择:
[加密解密] AES
说明:AES是分组密钥,算法输入128位数据,密钥长度也是128位。-AES is a sub-key, 128-bit data input algorithm, key length is 128.<huhanzhong> 在 2025-07-01 上传 | 大小:714kb | 下载:0
[matlab例程] find_LUT_power_ranges
说明:基于LUT的数字预失真MATLAB代码 -LUT digital predistortion<applo> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[加密解密] DES
说明:DES是一个分组加密算法,他以64位为分组对数据加密。同时DES也是一个对称算法:加密和解密用的是同一个算法。它的密匙长度是56位(因为每个第8位都用作奇偶校验),密匙可以是任意的56位的数,而且可以任意时候改变。-DES is a block cipher algorithm, his 64-bit data encryption for the packet. At the same time, DES is a symmetric algorithm: encryption and dec<huhanzhong> 在 2025-07-01 上传 | 大小:484kb | 下载:0
[加密解密] MD5
说明:md5哈希算法源码,摘要信息、摘要消息的长度256,摘要为16-md5 hash algorithm source code<huhanzhong> 在 2025-07-01 上传 | 大小:2.36mb | 下载:0
[加密解密] RSA
说明:RSA简洁幽雅,但计算速度比较慢,通常加密中并不是直接使用RSA 来对所有的信息进行加密, 最常见的情况是随机产生一个对称加密的密钥,然后使用对称加密算法对信息加密,之后用 RSA对刚才的加密密钥进行加密。-RSA elegant simplicity, but the computing speed is relatively slow, usually not direct the use of encryption in the RSA to encrypt all the informa<huhanzhong> 在 2025-07-01 上传 | 大小:1.21mb | 下载:0
[编译器/词法分析] 3_grammar
说明:C写的一个语法分析器,输入可包含main,int,void,if,else,do,while几个关键字,算符可包括+,-,*,/,++,--,==,!=,<,>,<=,>=,输出求解过程-Write a C parser, type may include main, int, void, if, else, do, while a number of keywords, operators may include+,-,*,/,++,--,==, solving pro<李子超> 在 2025-07-01 上传 | 大小:12kb | 下载:0