CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - gcd

搜索资源列表

  1. a223

    0下载:
  2. 此程式可輸入二個整數,並以歐幾里得演算法求其最大公因數(GCD)-this program can import two integers, and Euclid algorithms for its greatest common divisor (GCD)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1859
    • 提供者:張世謙
  1. GCD

    0下载:
  2. 最大公约数最小公倍数的C++求解,提供了多种思路解答,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6122
    • 提供者:成龙
  1. GCD

    0下载:
  2. GCD为一个求取最大公因素的程式,输入两个数可以求得两数的最大公因素
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5028
    • 提供者:陳悟
  1. Gcd

    0下载:
  2. 里面含有几种经典的关于求最大公约数的经典求法比较,想必对数学类专业的同学有用。-several ways to get GCD
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2234
    • 提供者:liuyi
  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. 利用GCD算法迭代求解两个数最大公约数的算法,并有实例-GCD algorithm using iterative algorithms for solving the greatest common divisor of two numbers, and examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:756
    • 提供者:childe
  1. 013

    0下载:
  2. 通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公倍数,并在main中调用。-Through the stri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:174903
    • 提供者:zhu
  1. mycode

    0下载:
  2. hdu 1695 GCD (增加点字符)-hdu 1695 GCD (increased dot character)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:596
    • 提供者:yzzhoo0
  1. GCD_LSB

    0下载:
  2. GCD and LSB algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:29514
    • 提供者:rei
  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. 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
  1. GCD-and-LCM

    0下载:
  2. a simple program getting two numbers and calculating the GCD and LCM for them
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:38733
    • 提供者:sobhan
  1. 1-(a-b)

    0下载:
  2. 此程序为利用广义欧几里德算法求解最大公约数GCD-This procedure for the use of the generalized Euclidean algorithm for solving the greatest common divisor GCD
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:175791
    • 提供者:lgt
  1. hdlsrc

    0下载:
  2. In mathematics, the greatest common divisor (gcd), also known as the greatest common factor (gcf), or highest common factor (hcf), of two or more integers(at least one of which is not zero), is the largest positive integer that divides the numbers wi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:5403
    • 提供者:nilesh
  1. gcd

    0下载:
  2. 数学算法,最大公约数算法以及其扩展应用,ACM材料。-Mathematical algorithms, the greatest common divisor algorithm and its extended application, ACM materials.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6958
    • 提供者:高志锋
  1. Number-Theory

    0下载:
  2. 这里包含了各类数论基本算法:素数筛法,偶拉函数,欧几里德算法,扩展欧几里德算法,求逆元,线性模方程组-it contains many Number theory algorihm: prime sieve, euler function, gcd, exgcd, mod inv, congruence_equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:33148
    • 提供者:Lin Xi
  1. based-on-Euclid

    0下载:
  2. 自己以前写的基于欧几里得的小程序。 1.判断一个整数是不是素数 2.计算两个整数的最大公约数 3.计算两个整数的最小公倍数 4.将输入的a,b表示成s*a+t*b=gcd(a,b)的形式 5.求输入的a,m中a模m的逆元-A small program based on Euclid .     1. Determine an integer is not a prime number     2 Calculate
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:1012220
    • 提供者:
  1. gcd algorithm

    0下载:
  2. GCD alogithm is described.
  3. 所属分类:数学计算/工程计算

  1. LCM-a-GCD

    0下载:
  2. LCM & GCD Function -LCM & GCD Function .....
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:361828
    • 提供者:Mohammad
« 12 »
搜珍网 www.dssz.com