搜索资源列表
gcd2
- euclids algorithm that takes the gcd and converts it to find the largest and smallest gcd
GCDSUM
- solution for sum of gcd
GCD
- Greatest Common Divisor Logic Circuit
iOS_gcd.pdf
- 比较专业的并发编程介绍资料,详细介绍了 gcd的使用,以及block的知识也有一定的涉及,很经典!-Concurrent programming professional brochure details the the gcd use, as well as block knowledge involving very classic!
gcd
- solving the GCD program first you chose the number. after chosing the number this program will calculate. GCD. enjoy-solving the GCD program first you chose the number. after chosing the number this program will calculate. GCD.
Euclidean
- 扩展的Euclidean算法不仅能够被用于计算gcd(a,b),而且能够找到满足等式ax+by=d的整数x和y。-Extended Euclidean algorithm can be used to calculate gcd (a, b), and can be found to satisfy the equation ax+ by = d integers x and y.
GCD_code
- GCD is found using simple algorithm in VHDL .easily understood