CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - idea algorithm

搜索资源列表

  1. 基于JAVA的IDEA实现

    0下载:
  2. 本文介绍了在JAVA环境下如何实现IDEA对称加密算法。由于电子商务和电子政务的普及,安全加密技术在其中应用非常广泛,对安全加密技术的要求也很高。目前在JAVA环境下实现IDEA加密具有很多的优势,因为JAVA是基于面向对象的编程语言,并且由于它的平台无关性能被大量应用于Internet的开发。-This paper presents the Java environment IDEA how to achieve symmetric encryption algorithm. As e-com
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3212
    • 提供者:王广驰
  1. 资料.doc

    0下载:
  2. 这是加密算法的几个算法,有AES,DLL,IDEA算法,我觉得不错,同大家分享!-This is the encryption algorithm several algorithm, AES, DLL, IDEA algorithm, I think it's good to share with you!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:331125
    • 提供者:首首
  1. EasyCipher

    0下载:
  2. 我写的利用IDEA算法的加密程序,并含文件切割和合并功能。-I write using IDEA algorithm encryption procedures, and documents containing cutting and consolidation functions.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:44689
    • 提供者:杜鸿飞
  1. idea

    0下载:
  2. IDEA对称算法的软件实现-IDEA symmetric algorithm software
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11961
    • 提供者:高志权
  1. shu

    0下载:
  2. 1.[问题描述] 编写递归算法,计算二叉树中叶子结点的数目 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g . [输出] 按中序序列输出,输出的结果为;dbheaficg并计算出二叉树中叶子结点的数目为4 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,中序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点。根据左右子树的最后一个
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:8133
    • 提供者:Demonic
  1. Wavelet-algorithm-vc-realization

    0下载:
  2. Good idea, realization wavelet algorithm
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:181605
    • 提供者:yangfan
  1. IDEA

    0下载:
  2. IDEA算法 C实现 希望能给大家带来帮助。谢谢~-IDEA algorithm C to achieve We hope you help. Thank you ~
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1546
    • 提供者:曾添
  1. idea

    0下载:
  2. Realization of IDEA cryptographic algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:2369
    • 提供者:rafaella
  1. IDEA

    0下载:
  2. IDEA是数据加密的一种算法,实现的方法也有很多,在此,我用c++实现了此加密算法-Achieved the IDEA algorithm by c++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:3908
    • 提供者:乐小意
  1. IDEA

    1下载:
  2. 加密算法中的IDEA算法源代码,使用C语言实现-IDEA encryption algorithm in the algorithm source code, using C language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:32425
    • 提供者:童小武
  1. Crypt-IDEA-1.08.tar

    0下载:
  2. Crypt-IDEA algorithm realisation as a perl module
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:7045
    • 提供者:zoberg
  1. idea

    0下载:
  2. its a pdf of idea algorithm.Implementations of the International Data Encryption Algorithm (IDEA) • A bit-serial approach – Deeply pipelined – Minimal resource requirements – High clock rate • A bit-parallel approach – Deeply
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:134934
    • 提供者:heck
  1. idea

    0下载:
  2. idea算法实现,非常专业的分析,快速读懂该算法。-idea algorithm to achieve, that the the the a very professional analysis, rapid to read a the that the algorithm.
  3. 所属分类:CA program

    • 发布日期:2017-04-17
    • 文件大小:14881
    • 提供者:罗风
  1. IDEA

    0下载:
  2. 一篇介绍idea的文章,内含完整C语言代码,可用VC6编译运行-One article introducing the IDEA algorithm contains a complete C language code, and VC6 can compile and run it.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:297514
    • 提供者:jt
  1. simplified-IDEA-algorithm.pdf.tar

    0下载:
  2. IDEA...The International Data Encryption Algorithm (IDEA) is a symmetric-key, block CIPHER... SIMPLIFIED ABSTRACT
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-02
    • 文件大小:382056
    • 提供者:riddhiman
  1. IDEA

    0下载:
  2. IDEA加解密算法,java版,做了小小改动,补码可支持自定义,内含使用实例-idea algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1980
    • 提供者:nick
  1. IDEA-decryption-HDL-code

    0下载:
  2. Decryption code for IDEA algorithm in VHDL
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:25000
    • 提供者:peter pablo
  1. IDEA

    0下载:
  2. IDEA算法硬件实现,可以在ise系统上实现-IDEA algorithm implementation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3126408
    • 提供者:曹宇
  1. xilinx-idea-vhdl-master

    1下载:
  2. here I send VHDL code for IDEA algorithm
  3. 所属分类:Software Testing

    • 发布日期:2016-06-07
    • 文件大小:54272
    • 提供者:qutaiba
  1. idea

    0下载:
  2. 很好的idea加密算法,可以实现加密解密(A good idea encryption algorithm, which can be encrypted and decrypted)
  3. 所属分类:加密解密

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:whe23
« 1 23 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com