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

搜索资源列表

  1. AES

    0下载:
  2. 通过这道程序的编写,进一步加深了对AES的理解,也了解了模块化设计的基本思想,编程的时候,把一个大任务分解是很重要的,针对相应的子任务所编写的一段功能独立的代码或一个功能模块,在程序设计时,我们可以把程序中功能相对独立的模块用函数来实现。这样做,不仅可以使程序条理清晰,便于维护。而且,通过重复使用某些函数,可以节省软件开发时间。对一个大问题先从一个大的全局上去考虑,分成几个大的模块,将每个大的模块进一步分解。该程序就是这样的思想,将加密分成三大步骤,对第二大步骤的9次循环的每次都要进行4个操作。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3199
    • 提供者:陈剑峰
  1. poj1811

    0下载:
  2. 程序实现了大素数的判断和如果不是素数,则其可分解的最小的素数-program of large prime numbers and if the judgment is not prime, then decomposition of the smallest prime number
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5718
    • 提供者:car
  1. 分解质因数

    1下载:
  2. 这个是简单的用vb编程编的分解质因数的程序和已经编译了的exe文件-This is a simple program with vb series of the quality factor of the decomposition process and is compiled by the exe files
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:54366
    • 提供者:car
  1. RSAprogram

    0下载:
  2. 本程序使用了欧几里得算法求乘法逆元,采用二进制分解算法求a^b mod n,算法简明,思路清晰,适合深入了解程序的基本原理,直接运行demo文件即可完成程序的运行。-This program uses the Euclidean Algorithm for Finding multiplicative inverse, using the binary decomposition algorithm for getting a ^ b mod n, algorithm concise, clea
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1622
    • 提供者:和君洋
  1. WinNTL-5_5_2

    0下载:
  2. ntl是有纽约大学研究开发的专门处理大数计算的一个静态库,在取模,大数分解方面有很广泛的应用-ntl is a New York University specializing in research and development of large numbers for calculation of a static library, in modulus, decomposition of large numbers has very broad application
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:834667
    • 提供者:黎明
  1. desandrsa

    0下载:
  2. DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:20869
    • 提供者:郭子
  1. RSA-vb

    1下载:
  2. RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。-RSA is the most widely studied of the public key algorithm, from the nearly two decad
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:8399
    • 提供者:凌寒
  1. hundun_svd

    0下载:
  2. 基于混沌加密的奇异值分解算法的源代码,实现了水印技术的预处理及嵌入提取过程。-Chaos-based encryption algorithm, singular value decomposition of the source code, a watermark embedding technology and extraction pretreatment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:102996
    • 提供者:xiaobao89
  1. za2qt

    0下载:
  2. 由分解出来的a与Z(a),计算出q与t(q)-Out by the decomposition of a with Z (a), to calculate q and t (q)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:2280
    • 提供者:zhouyuhuan
  1. shuru

    0下载:
  2. 对不同性质数据进行小波分解,强制去噪,最后重构-The nature of the data of different wavelet decomposition, forced denoising, the final reconstruction
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:629
    • 提供者:胡荣
  1. an_intellegent_audio_water_marking_based_on_dwt-s

    1下载:
  2. All three, Discrete Wavelet Transform (DWT) - Singular Value Decomposition (SVD) and Adaptive Tabu Search (ATS) have been used as mathematical tools for embedding data into an audio signal. In this paper, we present a new robust audio waterma
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:266775
    • 提供者:Rishi
  1. factor

    0下载:
  2. 分解大数质因子的Shor算法的提出,对RSA公钥密码体系构成了很大的威胁,本程序实现2种算法的大数因子分解。-Decomposition of large number of quality factors in Shor algorithm proposed, on the RSA public key cryptography system constitutes a great threat, the program achieved two kinds of algorithm for
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:926
    • 提供者:vince
  1. p-q

    1下载:
  2. 一个比较完整的快速分解法潮流程序,包括稀疏存储技术,节点优化等内容,是个强大可以计算大规模电力系统的潮流程序-A more complete decomposition of the trend of rapid procedures, including the sparse storage technology, optimizing the content node is a powerful large-scale power system can calculate the trend
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:151029
    • 提供者:王鹏
  1. jiamisuanfa

    0下载:
  2. 对个一窜字符流进行大素数的加密算法,此法是基于大素数分解的原理进行-On the one-character stream channeling large prime numbers encryption algorithms, this method is based on large prime numbers decomposition principle
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1137234
    • 提供者:
  1. Based-on-real-eigenvalue-decomposition-algorit

    0下载:
  2. 基于实值特征值分解的求根MUSIC算法Based on real eigenvalue decomposition algorithm for finding roots of MUSIC-Based on real eigenvalue decomposition algorithm for finding roots of MUSIC
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-26
    • 文件大小:70656
    • 提供者:sofa102
  1. vigenere

    0下载:
  2. 计一个vigenere密码类,类的对象各自拥有不用的密匙。用不用对象加密相同的明文,将会获得不同的密文。加密过程如下:设密匙为K=k1k2.......kn,明文为M=m1m2.......mn,密文为C=c1c2.......cn,其中k1k2.........kn,m1m2...........mn, c1c2.........cn,每个都代表一个字母。 将字母A到Z编号,从0到25,那么它们之间有这样的对应关系:ci=(mi+ki)mod26。 例如,M=data sec
  3. 所属分类:加密解密

    • 发布日期:2017-04-01
    • 文件大小:1664
    • 提供者:小杨
  1. CUDA_ITSOL.tar

    0下载:
  2. 利用LU分解法解系数线性代数方程组的GPU实现-Using LU decomposition method for solving linear algebraic equations coefficient GPU implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:465867
    • 提供者:wxq
  1. Arma

    0下载:
  2. To estimate the parameters of ARMA(ip,iq) model and estimate the PSD First using the Cholesky decomposition method to solve eq(12.8.5) to find AR model s parameters, this is finished by calling subroutine MCHOLSK . Then call subroutine MARYU
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:169742
    • 提供者:JYT
  1. primefactor

    0下载:
  2. 素数分解:、在许多情况下,知道一个数是素数还不够,还需要知道它的约数。每个大于1的正整数都能表示为素数的乘积。这个因数分解是唯一的,被称为素数分解(prime factorization)。例如60可以分解为2x2x3x5,其中每个约数都是素数。注意,同一个素数在因数分解中可以出现多次。 -Prime decomposition: in many cases, know that a number is prime is not enough, it also needs to know a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:568
    • 提供者:yf
  1. cam10-24

    0下载:
  2. Fast Singular Value Thresholding without Singular Value Decomposition
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:144123
    • 提供者:nic0
« 12 3 »
搜珍网 www.dssz.com