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

搜索资源列表

  1. gcd

    0下载:
  2. 使用欧几里德算法和STEIN算法计算两个整数的最大公约数-compute the greatest common divisor of two integers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-27
    • 文件大小:165166
    • 提供者:cshsm
  1. gcd

    0下载:
  2. 在CAD中展点;加载完代码后在cad 命令行输入zd然后根据命令提示操作就可也,我的默认点文件是放在"d://myfile.txt"其中点名,X,Y,H用逗号隔开。-Exhibition points in CAD finished loading code cad command line input zd then operate according to the command prompt can also default point file is placed in the &qu
  3. 所属分类:CAD

    • 发布日期:2017-11-07
    • 文件大小:1187
    • 提供者:张建波
  1. gcd

    0下载:
  2. 实现求两个正整数的最大公约数和最小公倍数,代码简洁算法简单,适合初学者VC6.0平台-Seek the greatest common divisor and least common multiple of two positive integers, the code simple algorithm is simple, suitable for beginners VC6.0 platform
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:556673
    • 提供者:唐柳楠
  1. RSA

    1下载:
  2. RSA 数字签名的基本思想 RSA数字签名的安全性依赖于大数分解的困难性。 1、参数与密钥生成 首先选取两个大素数p和q,计算 n=pq 其欧拉函数值 (p-1)*(q-1) 然后选取随机整数e,满足 gcd(e,(p-1)*(q-1)))=1 并计算 d=e^-1 mod((p-1)*(q-1)) 则公钥为(e,n),私钥为d;p,q是秘密参数,需要保密。如不需要 保存,计算出e,d后可销毁。 2、签名算法 设
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-12-12
    • 文件大小:1024
    • 提供者:zzq
  1. gcd

    0下载:
  2. 通过输入的控制,比较两个数的大小,再求取两个数的最大公约数-By the input control, comparison of two numbers, size, and then calculate the greatest common divisor of two numbers
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:1060
    • 提供者:xiongnana
  1. GCD

    0下载:
  2. 可以很好的实现求解最大公约数,并且语法结构易懂-Good solving the common denominator, and easy to understand
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-07
    • 文件大小:680
    • 提供者:谭富春
  1. hdlsrc

    0下载:
  2. In mathematics, the greatest common divisor (gcd), also known as the greatest common factor (gcf), or highest common factor (hcf), of two or more integers(at least one of which is not zero), is the largest positive integer that divides the numbers wi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:5403
    • 提供者:nilesh
  1. ACM.algorithm

    1下载:
  2. 各种算法模板(二分图最大匹配匈牙利算法、最小生成树prime和kruskal算法、Dijkstra算法、两点最短路径负权值边SPFA算法、图任意两点最短路径Floy算法、网络最大流SAP算法、网络最大流最小费用算法、乘法逆元gcd扩展求解算法、线段树区间划分统计算法、矩阵n次方分治法求解、gcd算法、整数划分问题、函数最小点问题、十进制转ACM算法、素数筛选法和欧拉函数求解、快模算法、字符串匹配KMP算法、字典全排列算法、快排、三维度排序、)-Various algorithms templat
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:18165
    • 提供者:林云
  1. CoreDataTest

    0下载:
  2. 实现Core data 的异步存储:使用GCD异步存储数据,并且实时更新UI-Asynchronous achieve Core data storage: Use GCD asynchronous data storage and real-time updates UI
  3. 所属分类:iPhone

    • 发布日期:2017-03-21
    • 文件大小:55562
    • 提供者:丁晓军
  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 3 4 5 67 8 »
搜珍网 www.dssz.com