搜索资源列表

  1. GCD

    0下载:
  2. GCD为一个求取最大公因素的程式,输入两个数可以求得两数的最大公因素
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5028
    • 提供者:陳悟
  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-05-15
    • 文件大小:9216
    • 提供者:wanglj
  1. a223

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

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:張世謙
  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. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:henry
  1. BigInteger_src

    0下载:
  2. C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bi
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:35840
    • 提供者:jason..
  1. gcd

    0下载:
  2. 密码学基础中求一个元素模p的逆元素,用扩展的欧几里德算法-Cryptography based on seeking an element of the inverse element of p-mode, with the expansion of the Euclidean algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:兰天
  1. GCD

    0下载:
  2. GCD为一个求取最大公因素的程式,输入两个数可以求得两数的最大公因素-GCD is a greatest common factor to strike the program, enter two numbers to achieve two of the greatest common factor in several
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:陳悟
  1. gcd

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

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:jh
  1. GCD

    0下载:
  2. 最大公约数的计算,各个源描述的编译顺序:gcd.vhd,gcd_stim.vhd-The common denominator of the calculation, the various sources described in the order of the compiler: gcd.vhd, gcd_stim.vhd
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:李扬
  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. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:806912
    • 提供者:tsubasa
  1. gcd

    0下载:
  2. Program to find GCD of two numbers using functions.
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:tapori
  1. gcd

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

    • 发布日期:2024-05-15
    • 文件大小:23552
    • 提供者:sjchan
  1. gcd

    0下载:
  2. Simple gcd algorithm realization. 1st course assignment.
  3. 所属分类:多媒体

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:chee
  1. gcd

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

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:EVAN
  1. Gcd

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

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:liuyi
  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 co
  3. 所属分类:压缩解压

    • 发布日期:2024-05-15
    • 文件大小:93184
    • 提供者:邹娟
  1. gcd

    0下载:
  2. to get GCD(A,B),and no recursion -to get GCD(A,B),and no recursion
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:WEIJINGJING
  1. 多项式GCD

    0下载:
  2. 1。实现,用C/C++和MATLAB,欧几里德算法计算最大公司(GCD)的两个任意多项式在GF(2)。模拟和分析两给定阶数不小(1.Realize, by using c/c++ or Matlab, the Euclidean algorithm to calculate the greatest common division (GCD) for arbitrary two polynomials over GF(2). Simul
  3. 所属分类:其他小程序

  1. gcd

    0下载:
  2. gcd on c++ especially for acmers(gcdgcd on c++ especially for acmers)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:3234816
    • 提供者:testhhh
  1. GCD

    0下载:
  2. synthesis GCD using systemc
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:10391552
    • 提供者:doanh
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org