搜索资源列表
Nod32_AutoUP
- NOD32 自动检测升级ID有效性 自动获取升级ID并更新 E语言源代码,测试NOD32 2.7以上版本均可自动更新。-NOD32 automatically detect the update ID to upgrade the effectiveness of automatic acquisition of ID and to update the E-language source code, testing, NOD32 2.7 or above versions can
DES
- 实现对文件读取,并对其进行DES加密。此外,自动生成8位密钥并进行大量测试。-Generate the keys and have the DES descyrtion.
shanks
- 求离散对数的shanks算法,要求如下: 实现计算 Zp 中计算离散对数的 Shanks 算法,基本要求如下: 1)p 是一个小素数( 小于 32 bit ),a 是一个本原元。程序的输入为(p, a, b), 输出为 logab ( mod p) (可以用 log3525 (mod 809)等作为测试); 2)采用快速模指数算法求幂(如am),采用扩展欧几里得算法求逆( 如a-i (mod p) ); 3)采用一种好的排序算法对 L1、L2 排序; 4)采用概率算