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

搜索资源列表

  1. number_theory_c++

    0下载:
  2. 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9769
    • 提供者:henry
  1. gudianmima

    0下载:
  2. 古典密码中,主要的思想为移位算法及置换算法。 1.移位密码 密钥K为整数,且取值空间为0到25;加密函数:x = x + k (mod 26);解密函数:x = x - k (mod 26)。当K=3时,为凯撒密码。 2.仿射密码 密钥对由a、b组成,整数a满足 gcd(a, 26) = 1,整数b的取值空间为0到25;加密函数:x = ax + b(mod 26);解密函数:x = a*y - a*b (mod 26)。当a=1,b=3时,为凯撒密码。 3.维吉
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3852
    • 提供者:徐凯波
  1. gcd

    0下载:
  2. 这是一个求最大公约数的verilog源码-this is a verilog source code which can count the greatest common divider .
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:312301
    • 提供者:杨振飞
  1. GCD

    0下载:
  2. 求sa和tb的和使等于a和b的最大公约数-For sa and tb, and so equal to a and b of the common denominator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:9754
    • 提供者:赵国振
  1. ou

    0下载:
  2. 欧几里德算法:辗转求余  原理: gcd(a,b)=gcd(b,a mod b)  当b为0时,两数的最大公约数即为a  getchar()会接受前一个scanf的回车符-Euclidean algorithm: Principles of travel for more than: gcd (a, b) = gcd (b, a mod b) when b is 0, the two common denominator is the number of a getchar () will ac
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:2310
    • 提供者:俞佳
  1. gcd

    0下载:
  2. 从键盘输入两个常数,求其最大公约数,并以常数形式输出-the greatest common divsion
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:23584
    • 提供者:sjchan
  1. gcd

    0下载:
  2. A simulation of a circuit to calculate GCD Greater Common Divisor.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:1473
    • 提供者:EVAN
  1. gcd

    0下载:
  2. oujilide suanfa de kuozhansuanfade shxiamzj jdsa lfjdas f-Euclid suandafa a ldjfdkuodahznadnfa,dfna dsfjdas fjdas
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1188979
    • 提供者:li
  1. Poly_GCD_POWER_6_July2005

    0下载:
  2. If we need to verify the fact that a Polynomial has multiple roots iff (if and only if) it has a common factor with it s derivative, we need two things : a) A function to compute the GCD of 2 Polynomials. Since I could not find a Standard Matlab
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:93555
    • 提供者:邹娟
  1. gcd

    0下载:
  2. to get GCD(A,B),and no recursion -to get GCD(A,B),and no recursion
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3847
    • 提供者:WEIJINGJING
  1. gcd_lcm

    0下载:
  2. 给出两整数a与b, 找出a与b的最小公倍数LCM(a,b), 找出a与b的最大公因子GCD(a,b).-finds the LCM(Lowest Common Multiple)/GCD(Greatest Common Divisor) of two positive integers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:539
    • 提供者:jason..
  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. GCD

    0下载:
  2. 用VC++ 开发AutoCAD的一个简单的示例代码-a simple sample of VC++ developing autoCAD
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:67108
    • 提供者:dmliu
  1. gcd

    0下载:
  2. this a program to calculate the gcd of two numbers and then display the result-this is a program to calculate the gcd of two numbers and then display the result
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:176362
    • 提供者:nauman
  1. gcd

    0下载:
  2. 在VHDL里面实现一个简单的GCD算法,包含源代码,并且通过了编译和综合。-Inside the VHDL to implement a simple GCD algorithm, including source code, and through the compilation and synthesis.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:205461
    • 提供者:fuxing
  1. GCD

    0下载:
  2. 一个很简单的计算两数最大公约数的java程序,希望对大家有帮助-A very simple calculation greatest common divisor of two numbers java program, we hope to help
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1506
    • 提供者:ray
  1. main.cpp_1

    0下载:
  2. This program calculate if two numbers are coprimes For given integer N (1<=N<=10^4) find amout of positive numbers not greater than N that coprime with N. Let us call two positive integers (say, A and B, for example) coprime if (and only
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:222941
    • 提供者:Oscar
  1. GCD_Verilog

    0下载:
  2. 利用Verilog语言写的采用更相减运算的球两个数的最大公约数-Using Verilog language written using a subtraction ball number two of the greatest common divisor
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:327005
    • 提供者:
  1. oujilide

    0下载:
  2. 广义欧几里得算法,用以计算两个数的最大公约数,依靠定理定理:gcd(a,b) = gcd(b,a mod b)-Generalized Euclidean algorithm for computing the greatest common divisor of two numbers, relying on Theorem Theorem: gcd (a, b) = gcd (b, a the mod b)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3450
    • 提供者:蒋骋志
  1. gcd

    0下载:
  2. 最大公约数程序,使用多种方法来计算最大公约数-The greatest common divisor of the program, using a variety of methods to calculate the greatest common divisor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:729
    • 提供者:hsj
« 12 3 4 »
搜珍网 www.dssz.com