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

搜索资源列表

  1. GCD

    7下载:
  2. fluent 冷凝UDF 自己改的不是网上照搬的-useful for the fluent condensation model
  3. 所属分类:其他小程序

    • 发布日期:2013-10-03
    • 文件大小:591
    • 提供者:高昶
  1. gcd

    0下载:
  2. 数学算法,最大公约数算法以及其扩展应用,ACM材料。-Mathematical algorithms, the greatest common divisor algorithm and its extended application, ACM materials.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6958
    • 提供者:高志锋
  1. SDWebImage-master

    0下载:
  2. 一个类的UIImageView添加Web图像和缓存管理,在Cocoa Touch框架 异步图像下载 异步内存+磁盘映像缓存自动缓存过期处理 动画GIF支持 WEBP格式支持 背景图像解压缩 ,同样的网址将不被下载多次的保证 一个保证,假的网址将不被一次又一次地重试 一个保证,主线程将永远不会被阻塞 演出! 使用GCD和ARC-An UIImageView category adding web image and cache management to t
  3. 所属分类:android

    • 发布日期:2017-05-12
    • 文件大小:2961356
    • 提供者:anxianjie
  1. 456

    1下载:
  2. RSA算法的C语言实现 1.密钥的产生 (1)选两个安全的大素数p和q。 (2)计算n=p×q,φ(n)=(p-1)(q-1),其中φ(n)是n的欧拉函数值。 (3)选一整数e,满足1<e<φ(n),且gcd(φ(n),e)=1。 (4)计算d,满足de≡1 modφ(n),即d是e在模φ(n)下的乘法逆元,因e与φ(n)互素,由模运算可知,它的乘法逆元一定存在。 (5)以{e,n}为公开钥,{d,n}为秘密钥。 2.加密 加密时首先将明文M比特串分组
  3. 所属分类:CA program

    • 发布日期:2017-03-24
    • 文件大小:1650
    • 提供者:qwerty
  1. gcd_power

    0下载:
  2. 用硬件描述语言实现求最大公约数,使用FSM-using hdl implements the gcd with gsm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:1125
    • 提供者:程魏
  1. Number-Theory

    0下载:
  2. 这里包含了各类数论基本算法:素数筛法,偶拉函数,欧几里德算法,扩展欧几里德算法,求逆元,线性模方程组-it contains many Number theory algorihm: prime sieve, euler function, gcd, exgcd, mod inv, congruence_equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:33148
    • 提供者:Lin Xi
  1. GCDLCM

    0下载:
  2. gcd lcm of two numbers can be found
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-17
    • 文件大小:11690
    • 提供者:puneet
  1. based-on-Euclid

    0下载:
  2. 自己以前写的基于欧几里得的小程序。 1.判断一个整数是不是素数 2.计算两个整数的最大公约数 3.计算两个整数的最小公倍数 4.将输入的a,b表示成s*a+t*b=gcd(a,b)的形式 5.求输入的a,m中a模m的逆元-A small program based on Euclid .     1. Determine an integer is not a prime number     2 Calculate
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1012220
    • 提供者:
  1. tow-class-A-and-B

    0下载:
  2. 编写两个类:A和B,A常见的对象可以计算两个正整数的最大公约数,B常见的对象可以计算两个数的最小公倍数。要求:B类中有一个成员变量时用A类声明对象.-Write two classes: A and B, A common object can be of two positive integers GCD computation, LCM B common object can be used to calculate the number of two. Requirements: have
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1759
    • 提供者:戴锦
  1. hw-gcd

    0下载:
  2. 华为2014编程大赛的一道编程题,求多个整数的最大公约数-Huawei s 2014 programming contest a programming problem, find the greatest common divisor of multiple integers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1080
    • 提供者:sunsky
  1. RC42003

    0下载:
  2. this about GCD function -this is about GCD function
  3. 所属分类:CA program

    • 发布日期:2017-04-27
    • 文件大小:213511
    • 提供者:ahmed yousify
  1. 2

    0下载:
  2. 最大公因数使用辗转相除法来求,最小公倍数则由这个公式来求: GCD * LCM = 两数乘积 -The greatest common divisor using Euclidean algorithm to seek, to find the least common multiple by this formula: GCD* LCM = product of two numbers
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:10781
    • 提供者:王硕
  1. Mathematical_method

    0下载:
  2. 整数算法的相关实现,有素数的判断,最大公因数,最小公倍数,同余方程组求解,欧拉算法实现,一次多元方程组求解-Implementation of integer arithmetic, a prime judgment, GCD, LCM, solving the Congruence Equations, Euler algorithm, a multivariate equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5143028
    • 提供者:杜 水人
  1. gcd-and-LCM

    0下载:
  2. 标准库函数使用与编译预处理,求2个数的最大公约数和最小公倍数-Using standard library functions and compiling pretreatment,The greatest common divisor and least common multiple of 2 number
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:71099
    • 提供者:熊莹
  1. gcd

    0下载:
  2. DIDD Interface module for Eicon active cards.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:fkbbfeng
  1. GCD

    0下载:
  2. Perhitungan expert mathematic encription
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:14761
    • 提供者:endah
  1. UVa-11424

    0下载:
  2. UVa 11424 - GCD - Extreme 解答 -UVa 11424- GCD- Extreme Solution
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:17076
    • 提供者:hedwing
  1. gcd

    0下载:
  2. Example configuration for a single TS1003 tilt switch that rotates around one axis in 4 steps and emitts the current tilt via two GPIOs.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1467
    • 提供者:txvongkb
  1. Euclidean

    0下载:
  2. 扩展的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.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:1587
    • 提供者:刘昌俊
  1. GCD

    0下载:
  2. Computes the Greatest Common Divisor of the values in array N using the Euclidean algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1217
    • 提供者:tariq
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com