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

搜索资源列表

  1. attachments_2009_11_19

    2下载:
  2. DSA的c代码 DSA的c代码-DSA的c代码DSA的c代码
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:601878
    • 提供者:zhao
  1. dsa_CODE

    1下载:
  2. 三线通信DSA协议源代码。 使用状态机方式处理,可节省CPU时间。 可直接使用。-Three-DSA communication protocol source code. Using the state machine approach can save CPU time. Can be used directly.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:2669
    • 提供者:banrn
  1. dsa

    1下载:
  2. 用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】-Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of high
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1840779
    • 提供者:olysess
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:210329
    • 提供者:蟲子
  1. signnature-DSA

    0下载:
  2. 单向加密通常用于消息摘要,具体算法可以阅读java.security.*的源代码获得。经过封装之后可以使用简单的静态方法来实现,-One-way encryption is commonly used message digest, the specific algorithm can read java.security .* source code access. Through the package can then be used to implement a simple stati
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:10043
    • 提供者:
  1. SHA1

    0下载:
  2. 主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。-The main standard for digital signatures (Digital Signature Standard DSS) which defines the Digita
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:1982
    • 提供者:李新
  1. dsa

    0下载:
  2. dsa学习 SUNPLUS 与MCU的DSA通信协议源码 供大家学习-dsa and DVD for learn control DSA interface
  3. 所属分类:DVD

    • 发布日期:2017-03-30
    • 文件大小:4637
    • 提供者:housecar
  1. DSA_sunplus_mcu

    0下载:
  2. dsa三线协议,应用于sunplus芯片的DVD与MCU通信-dsa three-wire protocol, used in DVD sunplus chips communicate with the MCU
  3. 所属分类:DVD

    • 发布日期:2017-03-29
    • 文件大小:9095
    • 提供者:李勉锋
  1. Cryptographic

    0下载:
  2. 里面包含DES,AES,RSA,DSA,ESS,SHA等的算法源码,对学习网络安全算法的人挺实用的。代码很齐全。-Containing DES, AES, RSA, DSA, ESS, SHA algorithms such as source code, to learn network security algorithms were very useful. Code is complete.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:558728
    • 提供者:yushuyuan
  1. Digitalsubtraction

    1下载:
  2. 数字减影血管造影( DSA) 通过向血管中注入造影剂, 使血管的整体影像的对比度有了明显的增强, 然后通 过造影前后图像的相减运算, 可以去除非血管器官的影像, 得到血管更清晰的图像, 目前广泛应用于心血管疾病的 诊断。由于患者的呼吸运动, 使得不同时间采集的图像相减后会产生运动伪影。为了消除运动伪影, 从医生临床上 对于心脏的运动以胸腔的横膈膜为参考目标得到启发, 首先得到很多幅注入造影剂之前的图像( 掩膜图像) 和一幅 注入造影剂之后的图像( 造影图像) , 然后指定其中的一
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:666675
    • 提供者:xingxing
  1. DSA_Java

    0下载:
  2. standard symmetric encryption algorithms DSA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:670896
    • 提供者:Aleksander
  1. dsa.c.tar

    0下载:
  2. Dsa Algorithm.It is used to creation of digital signature.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1966
    • 提供者:nitin
  1. DSA-Lab2

    0下载:
  2. To the HighArray class in the highArray.java program (Listing 2.3), add a method called getMax() that returns the value of the highest key in the array, or –1 if the array is empty. Add some code in main() to exercise this method. You can assume all
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:20925
    • 提供者:duc
  1. Project-code

    0下载:
  2. DSA,MC- NS-DSA,implemantation in Cognitive radio network -DSA,MC-DSA,MC-NS-DSA,implemantation in Cognitive radio network
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:13644
    • 提供者:amitg
  1. dsa

    0下载:
  2. 上传一个MCU和DVD的DSA通信协议,供有需要的朋友使用-Upload a MCU and the DVD of the DSA communication protocol for the use of a friend in need
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:23818
    • 提供者:xiaofeng
  1. dsa

    2下载:
  2. 数字签名,应用DAS进行数据签名及验证,在VC++环境中进行开发。-Digital signatures, the application of DAS sign and verify data, in VC++ environment for development.
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-03
    • 文件大小:3801088
    • 提供者:xinxiangxiang
  1. SignAndCheckByDSA

    0下载:
  2. 数字签名 美国标准 DSA算法 java语言实现 完全可用-American Standard DSA digital signature algorithm java language fully available
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:684
    • 提供者:fj
  1. DSA-Agreement

    0下载:
  2. DSA是飞利浦提出的用于DVD等方案上的通讯协议,通过3线的控制,专用一条线作为接受到得标志的ack。虽然通讯的速度较慢,但是降低了通讯误码率,最难能可贵的是用普通的IO口也可轻松实现。当然,它不止可以用于DVD。-DSA is a Philips DVD and other programs proposed for the communication protocol, 3-wire control, a dedicated line was marked as received ack.
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:80156
    • 提供者:qinxiaoyu
  1. DSA-O

    0下载:
  2. 这是DSA总线的详细手册,是很难得的资料,希望对大家有用。-This is detailed document of DSA BUS,and is very precious document。Wish help for you。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:158470
    • 提供者:黄祥广
  1. dsa

    0下载:
  2. DSA是基于整数有限域离散对数难题的,其安全性与RSA相比差不多。DSA的一个重要特点是两个素数公开,这样,当使用别人的p和q时,即使不知道私钥,你也能确认它们是否是随机产生的,还是作了手脚。RSA算法却作不到。-DSA is based on the integer finite field discrete logarithm problem, almost its safety compared with RSA. DSA is an important characteristic of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:15124
    • 提供者:李小龙
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com