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

搜索资源列表

  1. 多种加密算法源码

    0下载:
  2. 多种加密的算法的集合,有DES,RSA等等,有的是用C写的,也用是用VC++写的。很实用!-variety of encryption algorithms to assemble, DES, RSA, etc., some written in C, is also used to write the VC. Very practical!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:388055
    • 提供者:森林
  1. DES算法加密

    0下载:
  2. 一种国际上通用的加密算法—DES算法的原理-a common encryption algorithms-DES algorithm Principle
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:38668
    • 提供者:
  1. 加解密函数(123算法)

    1下载:
  2. 一个简单实用的加解密算法,附件是一个完整的源程序包含测试程序。-a simple and practical encryption and decryption algorithms, the annex is a complete source code contains the test.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2528
    • 提供者:邱益亮
  1. RSA加密算法在VB中的实现

    1下载:
  2. RSA加密算法在VB中的实现.可以更好的了解RSA加密算法.-RSA encryption algorithm in VB realized. To better understand the RSA encryption algorithm.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1929
    • 提供者:
  1. RSA解密和加密算法的实现和应用

    0下载:
  2. RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1393
    • 提供者:胡康康
  1. 四种加密解密算法的源代码

    1下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:发就
  1. des加密算法

    1下载:
  2. 一款和不错的用VC实现的DES算法,希望对大家对提意见,-section and a good VC with the DES algorithm, we hope that the right to say,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4333
    • 提供者:周银春
  1. des算法的C实现

    0下载:
  2. 一个利用C语言来实现加密算法之DES算法的源码。-A source program of DES arithmetic using C .
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5928
    • 提供者:彭晓明
  1. DES 加解密算法

    0下载:
  2. 此加解密算法DES使用56位密钥对64位的数据块进行加密,并对64位的数据块进行16轮编码。-DES encryption and decryption algorithms use 56 to 64 key pieces of data encryption, as well as 64 pieces of data for 16 coding.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1913572
    • 提供者:田书贤
  1. Serpent算法

    0下载:
  2. Serpent算法,想必搞相关行业的朋友看到压缩文件名字就知道是什么了!-Serpent algorithm, must engage the relevant industry friends to see compressed file name know what it is!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:985282
    • 提供者:刘磊
  1. MD5算法ASP实现

    0下载:
  2. 一个由asp语言编写的MD5加密算法的实现.-an asp language from the MD5 encryption algorithm achieved.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2895
    • 提供者:王建超
  1. 算法

    0下载:
  2. 维吉尼亚(Vigenere)密码为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文,具体过程如下: 设密钥 ,明文 , 加密变换 其中 例如,M=da
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1274
    • 提供者:god
  1. 加密算法

    0下载:
  2. 详细介绍了DES和RSA2算法描述,以及他们的实现的有关代码和他们的区别-detail and the DES algorithm RSA2 described, as well as their realization of the code and the difference between them
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1824119
    • 提供者:撒嗯
  1. 栏栅加密算法

    0下载:
  2. 栏栅加密算法源程序!主要实现栏栅加密和解密等功能~主要用VC实现-fencing encryption algorithm source! Main barriers such as encryption and decryption functions to the main VC
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:32863
    • 提供者:马愉兴
  1. 时间片轮转算法

    0下载:
  2. 这是一个简单的操作系统中进程调度的 时间片轮转算法-This is a simple operating system process-time scheduling algorithm Web
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1679
    • 提供者:ytcrjxj
  1. md5算法的实现

    1下载:
  2. MD5算法的ASP实现. 它在MD4的基础上增加了\"安全-带子\"(Safety-Belts)的概念。虽然MD5比MD4稍微慢一些,但却更为安全。MD5也为一种非常优秀的中间技术。-MD5 algorithm ASP. It MD4 increase on the basis of "safety-belt" (Safety-Belts) concept. Although MD5 than MD4 slightly slower, but more secure. MD5
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6574
    • 提供者:汪钰红
  1. 课程设计

    0下载:
  2. 数据结构课程设计程序。包括6种排序算法以及最短路径的源程序。值得一下。
  3. 所属分类:系统编程

    • 发布日期:2009-05-01
    • 文件大小:90433
    • 提供者:brooklyn
  1. 银行家算法 C

    0下载:
  2. 银行家算法
  3. 所属分类:Linux/Unix编程

    • 发布日期:2009-06-23
    • 文件大小:8853
    • 提供者:conglins
  1. C++排序算法优化大全

    0下载:
  2. 两篇编程指导文档汇总。 专门讲述排序算法和优化。
  3. 所属分类:系统编程

    • 发布日期:2009-09-22
    • 文件大小:4244
    • 提供者:jj410@163.com
  1. 常见C#算法,示例程序

    0下载:
  2. 常见C#算法,示例程序,泄及界面的各方面示例代码!
  3. 所属分类:系统编程

    • 发布日期:2008-12-10
    • 文件大小:7128239
    • 提供者:vitaminer
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com