CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - gcd

搜索资源列表

  1. GCD

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

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

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

    • 发布日期:2017-03-22
    • 文件大小:1825
    • 提供者:jh
  1. gcd

    0下载:
  2. 这是一个求最大公约数的verilog源码-this is a verilog source code which can count the greatest common divider .
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:312301
    • 提供者:杨振飞
  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-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:2036
    • 提供者:李扬
  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. Program to find GCD of two numbers using functions.
  3. 所属分类:Applications

    • 发布日期:2017-04-05
    • 文件大小:2981
    • 提供者:tapori
  1. gcd

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

    • 发布日期:2017-03-29
    • 文件大小:23584
    • 提供者:sjchan
  1. gcd

    0下载:
  2. Simple gcd algorithm realization. 1st course assignment.
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-28
    • 文件大小:2368
    • 提供者:chee
  1. gcd

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

    • 发布日期:2017-03-30
    • 文件大小:1473
    • 提供者:EVAN
  1. Gcd

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

    • 发布日期:2017-03-31
    • 文件大小:2234
    • 提供者: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 could not find a Standard Matlab
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:93555
    • 提供者:邹娟
  1. gcd

    0下载:
  2. to get GCD(A,B),and no recursion -to get GCD(A,B),and no recursion
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3847
    • 提供者:WEIJINGJING
  1. GCD

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

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

    0下载:
  2. find gcd between two numbers
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:1554
    • 提供者:laxqud
  1. gcd

    0下载:
  2. The greatest common divisor of integers x and y is the largest integer that evenly divides both x and y. Write a recursive function gcd that returns the greatest common divisor of x and y, define recursively as follows. It y is equal to 0, then gcd(x
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:506911
    • 提供者:Jack
  1. gcd

    0下载:
  2. 求最大公约数的vhdl 源代码 gcd-gcd
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:1082
    • 提供者:xz
  1. gcd

    0下载:
  2. this a program to calculate the gcd of two numbers and then display the result-this is a program to calculate the gcd of two numbers and then display the result
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:176362
    • 提供者:nauman
  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). Simulate and analyze the calculatio
  3. 所属分类:其他

  1. gcd

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

    • 发布日期:2017-12-30
    • 文件大小:3234816
    • 提供者:testhhh
  1. GCD

    0下载:
  2. synthesis GCD using systemc
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-24
    • 文件大小:10391552
    • 提供者:doanh
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com