CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 求最大公

搜索资源列表

  1. JavaexErciseSource

    0下载:
  2. 学习Java的过程中所做的联系的汇总 字符串的输入、字符串转化到整数、异常处理、流 最大公约数和最小公倍数 字符ASCII码的比较 一元二次方程根 求根公式 窗口类、按钮类、窗口中对象(如按钮)的布局、事件、绘图(Paint) 复选框、单选框、列表框、下拉选择框 菜单类、对话框类 绘图、绘图函数 按钮类、标签类 -learning through the process linked to the summary of the input string, the string
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.73kb
    • 提供者:星曦
  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
    • 文件大小:9.54kb
    • 提供者:henry
  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
    • 文件大小:103.04kb
    • 提供者:梁韶聪
  1. huibian

    0下载:
  2. 这是用masm32编写的一个用于求两个数的最大公约数和最小公倍数的程序,并且有可视化的界面。-masm32 used for the preparation of a request for the two majors and least common multiple procedures, and a visual interface.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4.94kb
    • 提供者:杨飞虎
  1. qiuzuidagongyueshuhezuixiaogongbeishu

    0下载:
  2. 函数求两个整数的最大公约数和最小公倍数的源程序-integer function for the two majors and the least common multiple source files
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7.22kb
    • 提供者:luyou
  1. Gcd_EuclideanExtendedEuclidean

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

    • 发布日期:2014-01-16
    • 文件大小:294.57kb
    • 提供者:信息安全
  1. EUCLID

    0下载:
  2. 本程序完成了欧几里得算法求最大公约数、扩展欧几里得算法求乘法逆元和素性检验判断输入的数是否为素数
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:28.26kb
    • 提供者:chenchenrao
  1. 5

    1下载:
  2. 第五章练习题,包括哥德巴赫猜想,汉英对照星期,pi的近似值,暂停时间秒的过程,利用计算阶乘的自定义函数求e,5个人岁数,斐波那契数列,最大公约数,最小公倍数
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:1.64mb
    • 提供者:zaochun
  1. zuidagongyueshu

    0下载:
  2. 求最大公约数,虽然有些简单,希望对大家有帮助。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.52kb
    • 提供者:wangmeijuan
  1. _PAGE_REPL14800210182002

    0下载:
  2. 页面置换求最大公约数,希望对大家有帮助。算法简单易懂
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:18.72kb
    • 提供者:wangmeijuan
  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
    • 文件大小:9.51kb
    • 提供者:wanglj
  1. gongyueshugongbeishu

    0下载:
  2. 求最大公约数和最小公倍数的源代码。很简短的求法-Seek the common denominator and least common multiple of the source code. Very brief method
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:3.56kb
    • 提供者:jame
  1. 123

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

    • 发布日期:2017-03-29
    • 文件大小:861byte
    • 提供者:zy
  1. yueshu

    0下载:
  2. 汇编实现利用欧几里得算法,求最大公约数,同时求出最新公倍数-Assembly to achieve the Euclidean algorithm, greatest common divisor, and find the latest common multiple
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:6.38kb
    • 提供者:live
  1. 142

    0下载:
  2. 求两个整数的最大公约数和最小公倍数,并编写主函数调用这两个子函数,输出结果,两个整数由键盘输入。-#include<iostream> using namespace std int x(int a,int b) //x为求最大公约数的函数 { int t=0 if(a>b)t=b else t=a for(int i=t i>=1 i--)if(a i==0&&b i==0)break return i
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:1.14kb
    • 提供者:ll
  1. greatest-divisor-least-multiple

    0下载:
  2. 求最大公约数和最小公倍数的一个应用,该文件主要目的是实现最大公约数和最小公倍数的代码-Find the greatest common divisor and least common multiple
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:152kb
    • 提供者:gengxu
  1. cPP

    0下载:
  2. 员工管理系统,简单大数问题,对称三位素数,欧几里得求最大公约数(差),深度优先搜索-Staff management system, the problem of large numbers is simple, symmetrical three primes, Euclid find the greatest common divisor (poor), depth-first search
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4.24kb
    • 提供者:黎红玲
  1. Find-the-greatest-common-divisor

    0下载:
  2. 求最大公约数的C编程语言,有需要的可以-Find the greatest common divisor
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:2.77kb
    • 提供者:米奇
  1. zuidagongyueshu

    1下载:
  2. MIPS 汇编实现求最大公约数 用mars运行-MIPS assembler achieve greatest common divisor run by mars
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1.09kb
    • 提供者:
  1. gcd

    0下载:
  2. 求最大公约数是很多程序中需要出现的模块,本程序实现了欧几里得算法,计算最大公约数-Seeking the common denominator is the module needs to appear in many programs, the program implements the Euclidean algorithm to calculate the greatest common divisor
  3. 所属分类:Kill Virus

    • 发布日期:2017-04-25
    • 文件大小:473.04kb
    • 提供者:zhaohui
« 12 »
搜珍网 www.dssz.com