搜索资源列表

  1. Hill

    0下载:
  2. Hill加密算法的基本思想是将l个明文字母通过线性变换将它们转换为k个密文字母。脱密只要做一次逆变换就可以了。密钥就是变换矩阵本身。即 M=m1m2……ml Ek(M)=c1c2……cl 其中 c1=k11m1+k12m2+……+k1lml c2=k21m1+k22m2+……+k2lml …… cl=kl1m1+kl2m2+……+kllml 通常对于字母加解密,使用mod 26的方法。 以上线性方程可
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:143581
    • 提供者:wildkaede
  1. hill

    0下载:
  2. 对称密码学体制中hill密码加密解密算法实现。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:28382
    • 提供者:shine
  1. McGraw-Hill.Osborne.Oracle.Database.10g.SQL.eBook-

    0下载:
  2. McGraw-Hill.Osborne.Oracle.Database.10g.SQL.eBook-LiB
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:853424
    • 提供者:zhou
  1. hill

    0下载:
  2. HILL PROGRAMMING COURSE DESIGN FOR CRY-COURSE
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11523
    • 提供者:jill
  1. hill加密

    0下载:
  2. 自己编写的hill加密程序
  3. 所属分类:其他小程序

    • 发布日期:2009-03-10
    • 文件大小:474
    • 提供者:paopaomeng
  1. 希尔排序

    0下载:
  2. 希尔排序-Sort Hill
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:俞伟
  1. McGraw-Hill.Osborne.Oracle.Database.10g.SQL.eBook-

    0下载:
  2. McGraw-Hill.Osborne.Oracle.Database.10g.SQL.eBook-LiB
  3. 所属分类:Oracle数据库

    • 发布日期:2024-05-18
    • 文件大小:852992
    • 提供者:zhou
  1. ds_kcsj_cxc

    0下载:
  2. 《数据结构》排序演示系统。实现6种内部排序。包括直接插入排序,希尔排序,冒泡排序,直接选择排序,快速排序,堆排序。。这是我的数据结构课程设计!-"data structure" Sort demonstration system. Six species of achieving internal order. Including direct insertion sort, Hill, in order Bubbl
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:321536
    • 提供者:程相闯
  1. PathFinderRedux

    0下载:
  2. 包括Pheromones Algorythm、Memory Algorythm和Hill Climbing Algorythm I,II,III在内的多个人工智能算法的实现-including Pheromones Algorythm, Memory Algorythm and Hill Climbing Algorythm I, II, III from the number of artificial intelligence al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:117760
    • 提供者:冯枫
  1. 内部排序的主要算法及相关可实现程序

    0下载:
  2. 内部排序的所有算法,而且有相关可执行例子,包括插入排序,选择排序,希尔排序,快速排序,堆排序,归并排序等,很全,很孀。-sequencing of all internal algorithm, but is related to the executable examples, including insertion sort, select, in order of ranking Hill, the quick sort, hea
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:李雷
  1. 希尔

    0下载:
  2. 不错的希尔代码,希尔是一种经典的加密算法,加密可以通过一线形变换,脱密再做依次逆变换。密钥就是变换矩阵本身。-good code Hill, Hill is a classic encryption algorithms, encryption can transform line shape, followed again from close inverse transform. Key is the transformation
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:李军
  1. 10_01

    0下载:
  2. 分形算法C++ 程序:随机中点位移法生成山源代码-fractal algorithm C : random midpoint displacement method source code generated Hill
  3. 所属分类:分形几何

    • 发布日期:2024-05-18
    • 文件大小:22528
    • 提供者:齐松
  1. HillCodor

    0下载:
  2. 在VC环境下采用希尔密码体制加密、解密和破译。该软件实现了输入任意长度的密钥对文件进行加密和解密,解密密钥和密文保存在文件中。如果有完整的明文和对应的密文可是实现破译功能,即得出加密密钥。-in VC environment with Hill cryptosystem encryption, decryption and decoding. The software arbitrary length of the input to t
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:4512768
    • 提供者:
  1. 排序算法-java

    0下载:
  2. 用java实现的数据结构排序算法,包括:选择排序、插入排序、冒泡排序、希尔排序、快速排序、堆排序、归并排序。-used to achieve the ranking algorithm data structure, including : Select, in order of insertion sequence and Bubble Sort, Hill sequencing, rapid sequencing, heap sor
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:54272
    • 提供者:陈为
  1. hsdfhjshdj

    0下载:
  2. 对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、 最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述; 根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:1748992
    • 提供者:yao
  1. highsasptoolbox

    0下载:
  2. All M-files are copyrighted, 2000, by Dimitris G. Manolakis, Vinay K. Ingle, and Stephen M. Kogon for use with the book "Statistical and Adaptive Signal Processing" published by McGraw-Hill Higher Education, Co. -
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:34816
    • 提供者:redradar
  1. VHDL-Programming-by-Example

    0下载:
  2. VHDL Programming by Example(McGraw.Hill著 电子版)-VHDL Programming by Example (McGraw.Hill an electronic version )
  3. 所属分类:电子书籍

    • 发布日期:2024-05-18
    • 文件大小:1864704
    • 提供者:20032211
  1. cryptology

    0下载:
  2. 实现了三种古典密码学体制和DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还可以解密生成文件13.txt。vigenere,hill体制类似。DES体制包括加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序设计语言及密码学的在校本科生,水平很低,第一次上传只是为了试一下。可以考虑少给几点,呵呵。-achieve three classical cryptography
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:李栋
  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. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:张华
  1. hill

    1下载:
  2. 爬山算法 可以解决许多函数优化方面的问题,可以与其他算法,如蚂蚁算法,粒子群算法等融合使用,有其一定的研究意义-Climbing algorithm can solve many function optimization problems, with other algorithms, such as ant algorithms, particle swarm optimization, such as integration of
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:mawei
« 1 23 4 5 6 7 8 9 10 ... 46 »

源码中国 www.ymcn.org