搜索资源列表

  1. 公约数与公倍数

    0下载:
  2. 求最大公约数和最小公倍数的程序,输入两个数,能求出最大公约数和最小公倍数-seek common denominator and implements procedures to import two few, the common denominator can be obtained and implements
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:28653
    • 提供者:李想
  1. pgcd

    0下载:
  2. 2个数和多个数求最大公约数及 bezout 数组-number two and number of majors and a few seeking bezout array
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11788
    • 提供者:leslie
  1. 12234

    0下载:
  2. 解决排列组合问题的通用算法,自然数得拆分,求最大公约数的算法-permutations and combinations to solve problems common algorithm, and a few in the resolution, the common denominator for the algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:105514
    • 提供者:梁韶聪
  1. gxjsqzdgys

    0下载:
  2. 更相减损求最大公约数. 用VB编写的 -derogation more compatible for the common denominator. VB prepared Thank you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:896
    • 提供者:summer
  1. GongyueshuGongbeishuthoughkey

    0下载:
  2. 在java开发环境下求最大公约数和最小公倍数,操作数从键盘输入。-in java development environment for the common denominator, and least common multiple, operating from a few keyboard input.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:975
    • 提供者:刘娜
  1. Gcd_EuclideanExtendedEuclidean

    0下载:
  2. 实现《现代密码学理论与实践》中,求最大公约数的Euclidean算法和extended Euclidean算法。程序不大,但希望给像我这样的入门者提供一些方便。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:301639
    • 提供者:信息安全
  1. 最大值及最大公约数

    0下载:
  2. 求最大值及最大公约数。这是我初学C语言的一个源程序,希望对初学者有所帮助。-This program is going to get the maxium number and GCD.This source is the result of my first learning C,I hope it can be helpful for the first learner.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9736
    • 提供者:wanglj
  1. 求最大公倍数,使用的是欧几里德算法

    5下载:
  2. 求最大公倍数,使用的是欧几里德算法,C++程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-11-02
    • 文件大小:898150
    • 提供者:lxxhwzg
  1. 求最大公因数(vhdl)

    0下载:
  2. 利用fpga设计一个系统求两个数的最大公因数。数字系统设计:控制路径和数据路径。
  3. 所属分类:VHDL编程

    • 发布日期:2009-11-20
    • 文件大小:356508
    • 提供者:youdns
  1. 最大公约数算法

    0下载:
  2. 求2个数之间的最大公约数,随便输入2个数字会得到他们之间的最大公约数
  3. 所属分类:其他小程序

    • 发布日期:2011-03-03
    • 文件大小:240073
    • 提供者:z298016928
  1. 求最大公因子

    0下载:
  2. 求最大公因子
  3. 所属分类:源码下载

    • 发布日期:2011-03-29
    • 文件大小:343
    • 提供者:jiangbyLove
  1. 最大值及最大公约数

    0下载:
  2. 求最大值及最大公约数。这是我初学C语言的一个源程序,希望对初学者有所帮助。-This program is going to get the maxium number and GCD.This source is the result of my first learning C,I hope it can be helpful for the first learner.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-04
    • 文件大小:9216
    • 提供者:wanglj
  1. gao610898180_1

    0下载:
  2. 三种方法(分解质因数法、连续整数检测法、欧几里得算法)求两个数的最大公约数的C++实现-Three methods (qualitative factor decomposition method, consecutive integers detection, Euclidean algorithm) the number of common denominator for two of the C++ Achieve
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-04
    • 文件大小:987136
    • 提供者:高朝虎
  1. 5

    0下载:
  2. 第五章练习题,包括哥德巴赫猜想,汉英对照星期,pi的近似值,暂停时间秒的过程,利用计算阶乘的自定义函数求e,5个人岁数,斐波那契数列,最大公约数,最小公倍数-Exercises Chapter V, including the Goldbach conjecture, Chinese-English weekly, pi approximation, to suspend the time course of seconds using
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-11-04
    • 文件大小:1718272
    • 提供者:zaochun
  1. gcd

    0下载:
  2. 欧几里得算法求最大公约数电路的Verilog实现,消耗功率较低-Euclid algorithm for the realization of the common denominator Verilog circuit, lower power consumption
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-04
    • 文件大小:2048
    • 提供者:jh
  1. CBigInt_CommonDivision

    0下载:
  2. 本程序代码,主要为了测试大整数的四则运算 ,以及在此基础上进行求最大公约数的计算。 bigint_lib_dll文件夹中分别为编译好的lib库文件和dll库文件以及源代码。 test_bigintcommondevision文件夹中为测试程序,工程使用的是lib库文件。 头文件中部分函数没有定义。-This procedure code, mainly to test the four large inte
  3. 所属分类:其他小程序

    • 发布日期:2024-11-04
    • 文件大小:654336
    • 提供者:lidemin
  1. A0_004

    0下载:
  2. 求满足 M > N > 0 的两个正整数之和的最大公约数.-Order to meet the M> N> 0, two positive integers and the greatest common divisor.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:王力
  1. verilog2

    0下载:
  2. 求出两个在100以内的正整数的最大公约数和最小公倍数。(不采用mod函数)-Obtained within two in the 100 and the least common multiple greatest common divisor of positive integers. (Without using mod function)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:gab
  1. 123

    0下载:
  2. 16位汇编语言编写的求两数的最大公约数和最小公倍数程序。-16 seeking the two greatest common divisor and least common multiple program written in assembly language.
  3. 所属分类:汇编语言

    • 发布日期:2024-11-04
    • 文件大小:1024
    • 提供者:zy
  1. 2.46最大公约数

    0下载:
  2. 最大公约数 最简单程序 ,common denominator(2.46 common denominator)
  3. 所属分类:

    • 发布日期:2024-11-04
    • 文件大小:214016
    • 提供者:jim chen
« 12 3 4 5 6 7 8 9 10 ... 15 »

源码中国 www.ymcn.org