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

搜索资源列表

  1. chap2_c

    0下载:
  2. 模拟离散事件,银行的排队系统,模拟系统的执行过程。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:18144
    • 提供者:yxr
  1. dctmatlab

    0下载:
  2. 提取图像的边缘信息 采用小波离散变换进行水印的嵌入
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1260
    • 提供者:奚溪
  1. DSA

    0下载:
  2. Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x
  3. 所属分类:加密解密

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

    0下载:
  2. 信息隐藏 给予二维离散小波变换的图象水印嵌入
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:91241
    • 提供者:林西
  1. BuildTin

    0下载:
  2. 通过离散的点构建Delaunay三角网,该代码用ATL的方式编写,编译成DLL直接调用。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1610688
    • 提供者:liupc
  1. DWThundunjiami

    1下载:
  2. 文中提出了一种基于离散小波变换和混沌加密的数字水印新算法,采用二维混沌变换对水印图像加密 对载体图像进行多分辨离散小波变换,应用小波系数判断载体图像的纹理复杂程度后,依据人眼的视觉系统(HVS)特性,将水印信号嵌入到图像的低频部分,对图像的不 同分解层分别选取不同的纹理阈值和水印嵌入强度,将数字水印嵌入到相同分辨层的原始图像中,提高了水印算法的鲁棒性。在检测和提取水印时,通过水印相似度(NC)和峰值信噪比( PNSR)评价水印质量,实验结果表明提出的算法可以抵抗剪裁、JPEG压缩、滤波等几何
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:440304
    • 提供者:王娜
  1. DiscreteEncrypt

    0下载:
  2. 同余幂离散取值密码加密不可逆算算法 此算法主要用在网站对用户注册的密码加密,当黑客下载了网站保存用户注册信息的数据库时也不能算出用户的密码。-Power discrete values with more than encryption algorithms considered irreversible algorithm mainly used in Web site registered to the user password encryption, when the hacker
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:16044
    • 提供者:Fly
  1. elgamal

    0下载:
  2. ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。 -ElGamal algorithm is used for both data encryption can also be used for digital signatures, their safety depends on the calculation of the discrete logarithm over finite fields this problem.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:93237
    • 提供者:steve
  1. 07

    0下载:
  2. des加密 ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x <p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 -des cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3319493
    • 提供者:rock
  1. DCT

    0下载:
  2. 按照离散余弦变换的定义编写的C++程序,可以在VC上运行-DCT C++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:842
    • 提供者:Liuji
  1. 200601220942288253

    0下载:
  2. ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。   ElGamal用于数字签名。被签信息为M,首先选择一个随机数k, k与 p - 1互质,计算 -首先选择一个随机数k, k与 p- 1互质,计算   a = g^k ( mod p )
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2521051
    • 提供者:崔光涛
  1. dct1_embed

    0下载:
  2. 数字水印嵌入算法,利用离散余弦变换的(dct)算法-Digital watermark embedding algorithm, using discrete cosine transform (dct) algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:1295
    • 提供者:肖乐
  1. dct1_recover

    0下载:
  2. 数字水印提取算法,利用离散余弦变换的(dct)算法-Digital watermark extraction algorithm using discrete cosine transform (dct) algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:841
    • 提供者:肖乐
  1. dct2_embed

    0下载:
  2. 数字水印嵌入算法,利用离散余弦变换的(dct)算法,对以往的算法有所改进-Digital watermark embedding algorithm, using discrete cosine transform (dct) algorithm, an improvement on previous algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1343
    • 提供者:肖乐
  1. dct2_recover

    0下载:
  2. 数字水印提取算法,利用离散余弦变换的(dct)算法,对以往的算法有所改进-Digital watermark extraction algorithm using discrete cosine transform (dct) algorithm, an improvement on previous algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1172
    • 提供者:肖乐
  1. dwt_embed

    0下载:
  2. 数字水印嵌入算法,利用离散小波变换的(dwt)算法-Digital watermark embedding algorithm, using discrete wavelet transform (dwt) algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:897
    • 提供者:肖乐
  1. dwt_recover

    0下载:
  2. 数字水印提取算法,利用离散余弦变换的(dct)算法-Digital watermark extraction algorithm using discrete cosine transform (dct) algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:833
    • 提供者:肖乐
  1. rsa

    0下载:
  2. 离散数学作业关于RSA解密c语言程序的实现-RSA decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1851
    • 提供者:shilei
  1. icoFoam离散过程的描述

    0下载:
  2. 介绍OpenFoam中的icoFoam的离散过程,使读者对OpenFoam有更深的认识。(This paper introduces the discrete process of icoFoam in OpenFoam, so that readers have a deeper understanding of OpenFoam.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-23
    • 文件大小:100352
    • 提供者:患天常
  1. yade离散元软件教程

    1下载:
  2. yade离散元教程,帮助你熟悉并上手在ubuntu系统下进行yade开发(this file can give you some ways to get familiar with the open-source software name yade base the discrete element method.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:4446208
    • 提供者:Polpar
« 12 3 4 »
搜珍网 www.dssz.com