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

搜索资源列表

  1. 声音

    0下载:
  2. 声音加密,把声音加密,解密,简单算法-voice encryption, voice encryption, decryption, a simple algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:249.18kb
    • 提供者:马林
  1. 维吉尼亚密码法

    0下载:
  2. 一个较为简单的维吉尼亚算法,供大家参考一下。-a relatively simple algorithm, Va., for your reference.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:21.45kb
    • 提供者:叶海鹏
  1. 就是我

    0下载:
  2. 简单的银行家算法 可是现五个进程对三个资源的需求.-simple algorithm But bankers are five to three process on the demand for resources.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:一水寒
  1. dct_2

    0下载:
  2. 图象水印的一种基于dct的简单算法例子 期望能对刚开始涉及数字水印的朋友有一点帮助-a watermark image based on a simple algorithm Extra examples can expect to start digital watermarking friends a little help
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:945byte
    • 提供者:李铎
  1. des986875

    0下载:
  2. des 算法的java简单实现 欢迎大家下载-des java simple algorithm to achieve welcome you download
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:3.28kb
    • 提供者:Shi Wenzhe
  1. simple--des

    1下载:
  2. JAVA实现SimpleDes算法,算法简单,很实用-JAVA SimpleDes algorithm, the algorithm is simple, very practical
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:103.33kb
    • 提供者:zhou_sa01
  1. zwj

    1下载:
  2. lr(0)分析器编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 - Translation principle LR (0) grammar analyzer input legitimate LR (0) the grammar, will output LR (0) the analytical table, and will be allowed to
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:61.23kb
    • 提供者:www
  1. Caesar_demo

    0下载:
  2. 本源码是一个实现Caesar算法的一个简单的控制台实现,是一个演示程序。-the source Caesar is a realization of a simple algorithm for the Console, is a demonstration program.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.99kb
    • 提供者:张华
  1. Hill_encpyt_decrypt_system

    0下载:
  2. 本源码是对Hill算法的简单实现,压缩包内包含crypt和decrypt两个目录,分别为加密和解密。-the source of Hill simple algorithm to achieve, Compression packet contains crypt and decrypt two catalogs, respectively encryption and decryption.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4.9kb
    • 提供者:张华
  1. Winzip_key

    0下载:
  2. Winzip 7.0 8.0 的注册机的源代码。简单的算法研究。-Winzip 7.0 8.0 RI source. Simple algorithm.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:38.19kb
    • 提供者:steavenku
  1. banker_

    0下载:
  2. 一个简单的银行家算法程序,需要的赶紧的!-a simple algorithm bankers procedures, the need to quickly!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9.14kb
    • 提供者:li
  1. BASE64JAVA.rar

    0下载:
  2. 简单的BASE算法,适合新手学习使用,没有什么专业限制,能够对明文进行加密,BASE simple algorithm, suitable for novices learning to use, no professional constraints, able to express encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:35.27kb
    • 提供者:朱利
  1. DES-encryption-algorithm

    0下载:
  2. DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:404.23kb
    • 提供者:xiaowei
  1. des

    0下载:
  2. 用c#实现的简单的des算法的小程序,输入明文加密成密文,输入密文解密成明文。-With c# Realized des simple algorithm applet, enter the explicit encryption into ciphertext, enter into explicit ciphertext decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:14.09kb
    • 提供者:stella
  1. c_rc4

    0下载:
  2. BLOCK加密,RC4算法,此算法简单实用, 供各网友免费学习和使用.-BLOCK encryption, RC4 algorithm, this algorithm is simple and practical for users to learn and use free of charge.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:1.6kb
    • 提供者:shenxinguo
  1. PACKET

    0下载:
  2. 简单的算法,适合新手学习使用,没有什么专业限制,能够对明文进行加密-Simple algorithm, suitable for novices learning to use, no professional constraints, able to express encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:96.95kb
    • 提供者:朱利
  1. RSA

    1下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:44.85kb
    • 提供者:dxh
  1. dcxf

    0下载:
  2. 该程序是优化的单纯刑法算法,可用于求解线形规划的问题-The program is optimized Penal simple algorithm that can be used to solve the problem of linear programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:1.78kb
    • 提供者:shennan
  1. simplex_searches

    0下载:
  2. 在linux下面实现的单纯性算法的源代码,已经调试通过,为毕业设计和课程论文的好东西。欢迎使用。-Linux achieved in the following simple algorithm source code has been adopted debugging for graduation thesis curriculum design and good things. Welcome.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:26.19kb
    • 提供者:liusaoyue1
  1. SHA12dll

    0下载:
  2. 摘要书法SHA1的实现,自己做的 比较简单 将算法的内容封装d-Abstract Calligraphy SHA1 implementation of their own will to do the relatively simple algorithm for the content of package dll
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2.14mb
    • 提供者:yushijun
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com