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

搜索资源列表

  1. prolog

    0下载:
  2. 用Prolog写的一些基本函数,如compress, decompress, pack, gcd, duplicate, sort-Some fundamental functions written in Prolog, such as compress, decompress, pack, gcd, duplicate, sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2032
    • 提供者:David
  1. gcd

    0下载:
  2. oujilide suanfa de kuozhansuanfade shxiamzj jdsa lfjdas f-Euclid suandafa a ldjfdkuodahznadnfa,dfna dsfjdas fjdas
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1188979
    • 提供者:li
  1. mimaxue

    0下载:
  2. 内含背包程序,RSA程序,中国剩余定理程序和GCD程序的源代码-Includes backpack program, RSA program, Chinese remainder theorem programs and GCD program' s source code
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:2153
    • 提供者:jack
  1. Shell_Scripting

    0下载:
  2. Sample programs of shell scr ipting. finding the maximum no. finding the gcd of a no. etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:32628
    • 提供者:vivek.N.K.
  1. gcd

    0下载:
  2. AntNet :Routing in Communication Networks -AntNet :Routing in Communication Networks
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:558
    • 提供者:sap
  1. VHDLcodes

    0下载:
  2. Behavioral descr iption of ALU, RAM MODULE, ROM MODULE, DIVIDE BY N COUNTER, GENERIC DIVIDER 2n+1, GCD CALCULATOR, GCD FSM CODE, JK FLIP FLOP in VHDL . These are fully synthesized codes with optimization.- Behavioral descr iption of ALU, RAM MODULE,
  3. 所属分类:VHDL-FPGA-Verilog

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

    0下载:
  2. greatest common divisor c-greatest common divisor c++
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6331
    • 提供者:islam
  1. Desktop

    0下载:
  2. 求两个数的最大公约数gcd()和仿射加密解密的c++算法- Asks two numbers the greatest common divisor gcd() c++ algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:985
    • 提供者:刘文杰
  1. hi-precision

    0下载:
  2. 实现大数操作的算法模板,重载了基本操作(+,-,* ,/),取模,次方,gcd等-Operation of the algorithm to achieve large numbers templates, overloads the basic operation (+,-,*, /), modulus, power, gcd, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3024
    • 提供者:夏治文
  1. gcd_lcm

    0下载:
  2. 给出两整数a与b, 找出a与b的最小公倍数LCM(a,b), 找出a与b的最大公因子GCD(a,b).-finds the LCM(Lowest Common Multiple)/GCD(Greatest Common Divisor) of two positive integers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:539
    • 提供者:jason..
  1. power shell

    1下载:
  2. A Sample program on Microsoft Powershell. It have functions of Mathematical functions such as GCD,
  3. 所属分类:Shell编程

  1. VHDLvsVerilog

    0下载:
  2. This document is in two parts. The first part takes an unbiased view of VHDL and Verilog by comparing their similarities and contrasting their differences. The second part contains a worked example of a model that computes the Greatest Common Divisor
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:24621
    • 提供者:lavanya
  1. GCD

    0下载:
  2. 用VC++ 开发AutoCAD的一个简单的示例代码-a simple sample of VC++ developing autoCAD
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:67108
    • 提供者:dmliu
  1. GCD

    0下载:
  2. Help to find the Greatest Common Divisor of Numbers
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:755
    • 提供者:pixel
  1. gcd_lcm

    0下载:
  2. 求两个100以内整数的最大公约数和最小公倍数,只用加法和减法运算-Find the greatest common divisor of two integers less than 100 and the least common multiple, only addition and subtraction
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:847
    • 提供者:刘涛
  1. num.cpp

    0下载:
  2. 数论mod有关算法 丢翻图方程 线性同余方程解 原始根 gcd exgcd 中国剩余定理 需要高精度库gmpc-gcd exgcd diophantic equation linear congruence Chinese reminder square root primitive root
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3384
    • 提供者:Alex
  1. 013

    0下载:
  2. 通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公倍数,并在main中调用。-Through the stri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:174903
    • 提供者:zhu
  1. two-pgm.tar

    0下载:
  2. This a program which performs GCD of two numbers written in c-This is a program which performs GCD of two numbers written in c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1467
    • 提供者:Pavan
  1. mycode

    0下载:
  2. hdu 1695 GCD (增加点字符)-hdu 1695 GCD (increased dot character)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:596
    • 提供者:yzzhoo0
  1. lab2

    0下载:
  2. 定义一个分数类,用两个整数数据成员表示分数的分子和分母,成员函数包括求两个整数的最大公约数gcd()和最小公倍数lcm()的函数,再定义构造函数、获取分数、打印分数、实现分数四则运算的成员函数。 计算结果仍用分数表示并调用gcd(),lcm()成员函数化简-Define a fraction of class, with two integer data members of the numerator and denominator of the fraction, member functi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1227
    • 提供者:gengchn
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com