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

搜索资源列表

  1. BigInteger_src

    0下载:
  2. C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random ran
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35882
    • 提供者:jason..
  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. RSA

    0下载:
  2. 本软件围绕小模数RSA的实现这一主题,用图形化界面实现了密钥的随机产生、加密数据、解密数据等功能。所用语言:C# -This software around the small modulus RSA implementation of this theme, graphical interface to achieve a randomly generated key to encrypt data, decrypt data and other functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2786588
    • 提供者:lsc
  1. 易支持库创建--移位扩展库

    0下载:
  2. 本程序旨在讲解如何用Delphi创建一个可以在易语言中执行的支持库,并给出了一个实用的汉字取模的易程序, 1.支持库为标准DLL格式,扩展名为fne. 在其中实现了移位操作(Delphi7+WinXp通过) 2.在易语言中导入此支持库(复制TaoLibShift.fne)到易语言的LIB目录下,然后才可以执行 [诺亚点阵汉字提取器.e] 3.输出的格式有 ASM和C两种格式,可以直接应用于8x8点阵LED,-This procedure aims to explain how to use De
  3. 所属分类:系统编程

    • 发布日期:2017-11-09
    • 文件大小:970822
    • 提供者:江涛
  1. Vigenère

    0下载:
  2. 维吉尼亚算法的实现,构成 明文:每个字符惟一对应一个0~25间的数字。 密钥:一个字符串,其中每个字符同明文一样对应一个数字,代表位移值,如a 表示位移 0,b 表示位移 1,c 表示位移 2,...... )。 加密过程: 将明文数字串依据密钥长度分段,并逐一与密钥数字串相加(模26),得到密文数字串; 最后,将密文数字串转换为字母串。 -Virginia algorithm constitutes explicit: Each character correspon
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1945
    • 提供者:rock
  1. dh

    0下载:
  2. 单机版多对象进行密钥交换,内部提供了关于超过int范围的数值进行取模运算的反法。-Stand-alone version of multi-object for key exchange, internal information on the scope of more than int values modulus operator s anti-law.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:7212
    • 提供者:张薇
  1. BIGIL

    0下载:
  2. 128位大整数运算源代码 源代码包含128位大整数的加减乘除、取模、乘幂、2进制和10进制转换等运算,可用于大整数运算和加解密算法。 -128 large integer computing source code source code contains 128 large integer addition and subtraction, multiplication and division, modulus, by power, 2-band and 10 hexadecimal
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3158
    • 提供者:
  1. jisuanqi

    0下载:
  2. VB6.0编写的计算器,可以+-X%取模亦或,2 8 16进位换算-VB6.0 prepared calculator, can be+-X% modulus Or, 2 8 16 binary conversion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2016
    • 提供者:王朔
  1. Locksoft

    0下载:
  2. 文件包括rsa算法原程序及详细注释。可以实现使用1024位以上大素数进行加解密。其中包括大整数的加、减、乘、除、模幂运算,求逆元运算,以及大素数的判定等算法。稍做扩展即可在实际中应用。-Rsa algorithm for the original documents, including procedures and detailed notes. 1024 can be achieved over the use of large prime numbers for encryption an
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:152772
    • 提供者:易天行
  1. IDEA

    0下载:
  2. Markov密码的(差分链)转移概率矩阵是双随机矩阵,其第二大(模)特征值对于确定Markov密码必要的迭代轮数有重要价值。该程序由本人编写,实现了求IDEA密码的缩小模型IDEA(8)的转移概率矩阵П0第二大(模)特征值-Markov password (differential chain) transition probability matrix is a doubly stochastic matrix, its second largest (modulus) eigenvalue
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:13379
    • 提供者:陈高
  1. calc.tar

    0下载:
  2. 普通计算器功能的实现(包含加、减、乘、除、取模、取余等功能)。-The realization of common calculator functions (including add, subtract, multiply, divide, modulus, take over other functions).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1775
    • 提供者:steven
  1. wavelet_modulus_maxima_edge_detection

    0下载:
  2. 波模极大值实现对图像的边缘检测 wavelet modulus maxima edge detection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1492
    • 提供者:oakley
  1. gcd

    0下载:
  2. The greatest common divisor of integers x and y is the largest integer that evenly divides both x and y. Write a recursive function gcd that returns the greatest common divisor of x and y, define recursively as follows. It y is equal to 0, then gcd(x
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:506911
    • 提供者:Jack
  1. Affine-password

    0下载:
  2. 一个经典的古典加密算法(仿射变换加密算法)的设计与实现,里面包含了一个求模数的逆的算法-A classic classical encryption algorithms (affine transform encryption algorithm) design and implementation, which includes a number of inverse modulus algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:5902
    • 提供者:任博
  1. ADC0809

    0下载:
  2. 应用VHDL语言实现了模数转换,利用的是adc0809-Application VHDL language realized the modulus conversion,Taking advantage of the adc0809
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:180164
    • 提供者:徐海英
  1. lammps-project1

    1下载:
  2. lammps实例:硅的晶格常数和体弹模量的计算(含代码)-the lammps instance: the lattice constant of silicon and body shells modulus calculations (including code)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-05
    • 文件大小:292271
    • 提供者:钱成
  1. RSA

    0下载:
  2. // Struts2 Action方法中: // 将公钥的 modulus 和 exponent 传给页面。 // Hex -> apache commons-codec RSAPublicKey publicKey = RSAUtils.getDefaultPublicKey() ActionContext.getContext().put("modulus", new String(Hex.encodeHex(publicKey.get
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-10-30
    • 文件大小:1437351
    • 提供者:宋向阳
  1. ComplexCalTools

    0下载:
  2. 基于MFC的复数计算器,有加法,减法,乘法,除法,赋值,求模,求角,清除,平方,开放运算-The plural calculator, based on MFC addition, subtraction, multiplication, division, assignment, modulus, and angle, clearance, square, open operation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2418619
    • 提供者:宁儒林
  1. exa130203

    0下载:
  2. 利用小波变换检测心电图R波,并给出模极大曲线 -R-wave detection using wavelet transform and give modulus maxima curve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1416
    • 提供者:李艳
  1. cmd

    0下载:
  2. CMA (CONSTANT MODULUS ALGORITHM)
  3. 所属分类:Network Security

    • 发布日期:2017-04-13
    • 文件大小:1688
    • 提供者:ramana
« 12 »
搜珍网 www.dssz.com