CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - optimization algorithm

搜索资源列表

  1. 简易的矩陣加密編编码法

    0下载:
  2. 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2877
    • 提供者:刘亮
  1. AesCodec

    0下载:
  2. AES加密解密,的一个类,按照AES标准算法写的,做了小小优化。希望对学习AES的同学有用处,文件做了详细的注释说明。-AES encryption and decryption, in a category, in accordance with standard AES algorithm written, and done a little optimization. AES hope to the students learn useful, document a detailed ex
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4760
    • 提供者:谭先生
  1. FastFileCRC-ChecksumTagging

    0下载:
  2. 实现文件CRC加密的VB程序,运行速度快,算法优化占CPU很少。-CRC files encrypted VB program, run faster, algorithm optimization for the CPU rarely.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30894
    • 提供者:李大卫
  1. rc6优化算法

    0下载:
  2. RC6优化算法,是一个优化的加密算法,是AES候选算法之一-RC6 algorithm optimization, optimization is an encryption algorithm, AES is a candidate for one
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2178
    • 提供者:范 远
  1. twofish-cpy

    0下载:
  2. 最佳化過的twofish演算法,想學習twofish密碼的千萬不能錯過-optimization algorithm by twofish, twofish want to learn the passwords should not be missed
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:13209
    • 提供者:andyeric
  1. DES061207optkey

    0下载:
  2. 实现简单的DES算法,并对密钥转换进行了少量的优化-simple implementation of the DES algorithm, as well as key change for a small number of optimization
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:13959
    • 提供者:
  1. alongsoftRc4

    0下载:
  2. 优化过得RC4加密解密原代码,有向研究加密算法的朋友可以下载研究研究-optimization flies RC4 encryption and decryption of the original code, to study the encryption algorithm can be downloaded friends studies
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1992
    • 提供者:jjflsjdfs
  1. sha1_c51

    1下载:
  2. SHA1算法的MCS-51平台实现,原创代码,专门为8位机优化,C语言和汇编与语言混合编程。完整KeilC工程,有测试代码。 优化后速度:一次SHA1(64字节),66363个指令周期,对应16MHz DS80C320 16ms 代码空间:字节,C支持库148字节(可覆盖) 数据空间:xdata 320(0x140)字节(可覆盖),data 34字节(可覆盖) -SHA1 algorithm MCS-51 platform, original code, specificall
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:7717
    • 提供者:cinder
  1. Sor3

    0下载:
  2. 转载:TripleDes算法实现提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。有任何问题可以发mail给我。我的mail是:name_caesar@msn.com- Reprint: The TripleDes algorithm realization provides TripleDes may realize 3DES under two kind of patterns 2key/3key Canada, the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:1746655
    • 提供者:周磊
  1. 380001rsa

    0下载:
  2. VC++实现RSA算法 进行了部分优化,优化地方参考:程序中间的注释-VC++ to achieve some of RSA algorithm optimization, optimization of the local reference: the middle of the Notes program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:18923
    • 提供者:易守旺
  1. MD5_Calculate

    0下载:
  2. 用VB进行的MD5算法,主要对速度进行了优化,使用了VB指针技术加快算法-VB carried out using MD5 algorithm, mainly on the speed of optimization, the use of technology to speed up the algorithm pointer VB
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:12392
    • 提供者:wangwei
  1. idea_demo

    0下载:
  2. IDEA算法源码,经过优化,含有测试用例-IDEA algorithm source code, after optimization, containing the test case
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3909
    • 提供者:周辉
  1. Rijndael_demo

    0下载:
  2. Rijndael算法源代码,经过性能优化,含有测试用例-Rijndael algorithm source code, through the performance optimization, containing test cases
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2800
    • 提供者:周辉
  1. aes

    0下载:
  2. 针对16bit cpu优化过的aes算法,比优化前快1倍。-Optimized for the 16bit cpu' s aes algorithm, a times faster than before optimization.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:17675
    • 提供者:gao
  1. RSA

    1下载:
  2. 通过编写程序实现了公钥密码算法RSA的加密与解密功能,并进行了一定的优化,内含报告。-Achieved through the preparation process RSA public key cryptographic algorithm for encryption and decryption functions, and make a certain amount of optimization, containing the report.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:388905
    • 提供者:李莉
  1. ArkoReg(optimized)

    0下载:
  2. 一些经过优化后的VC++加密解密算法,生成加密类文件,然后可以调用,早两年的代码,但现在仍然很有用。-After optimization of the number of VC++ encryption and decryption algorithm to generate encrypted class files, then you can call the code two years ago, but still useful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:14440
    • 提供者:
  1. BASE64PUNBASE64

    0下载:
  2. base64编码算法及unbase64解码,算法优化,原创经典-Base64 coding algorithm and unbase64 decoding, algorithm optimization, original classic
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:5683
    • 提供者:杨峰云
  1. 0401-1

    0下载:
  2. 椭圆曲线密码体制的优化与设计,对研究加解密算法具有重要参考价值-Optimization and design of the elliptic curve cryptosystem of important reference value, the study of encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:1186857
    • 提供者:like_jin
  1. Ch27

    0下载:
  2. 蚁群算法、神经网络算法、粒子群算法-Ant colony algorithm, neural network algorithm, particle swarm optimization. . . .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-20
    • 文件大小:10742
    • 提供者:kevin
  1. Flow-chart

    0下载:
  2. 粒子群优化算法的详细算法流程,流程图的形式展现。-Particle swarm optimization algorithm with the algorithm process, to show the form of a flowchart.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-02
    • 文件大小:36149
    • 提供者:
搜珍网 www.dssz.com