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

搜索资源列表

  1. gcd.rar

    0下载:
  2. 求几个数的最大公约数及最小公倍数
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2169
    • 提供者:
  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. 求几个数的最大公约数及最小公倍数- Asks several integers the greatest common divisors and 鏈
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-06
    • 文件大小:2440
    • 提供者:none
  1. gcd

    0下载:
  2. gcd 与随机数计算 可生成要求的随机数与计算gcd 范围可定-gcd calculation with the random number to generate random numbers with the requirements of the scope of the calculation may be set gcd
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:807330
    • 提供者:tsubasa
  1. Gcd

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

    • 发布日期:2017-03-31
    • 文件大小:2234
    • 提供者:liuyi
  1. prolog

    0下载:
  2. 用Prolog写的一些基本函数,如compress, decompress, pack, gcd, duplicate, sort-Some fundamental functions written in Prolog, such as compress, decompress, pack, gcd, duplicate, sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2032
    • 提供者:David
  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-02
    • 文件大小:93555
    • 提供者:邹娟
  1. GCD

    0下载:
  2. get Greate Common Divisor of two number (matematics)
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:18363
    • 提供者:siya
  1. hi-precision

    0下载:
  2. 实现大数操作的算法模板,重载了基本操作(+,-,* ,/),取模,次方,gcd等-Operation of the algorithm to achieve large numbers templates, overloads the basic operation (+,-,*, /), modulus, power, gcd, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3024
    • 提供者:夏治文
  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. lab2

    0下载:
  2. 定义一个分数类,用两个整数数据成员表示分数的分子和分母,成员函数包括求两个整数的最大公约数gcd()和最小公倍数lcm()的函数,再定义构造函数、获取分数、打印分数、实现分数四则运算的成员函数。 计算结果仍用分数表示并调用gcd(),lcm()成员函数化简-Define a fraction of class, with two integer data members of the numerator and denominator of the fraction, member functi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1227
    • 提供者:gengchn
  1. GCD_LSB

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

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