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

搜索资源列表

  1. 7

    0下载:
  2. 由键盘输入一个最大值,求2到这个最大值中的所有质数(素数)。-Keyboard input from a maximum, for 2 to the maximum value of all prime number (prime numbers).
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2202
    • 提供者:张振宇
  1. Asmallprimenumbercalculationprogramforapplicationd

    0下载:
  2. 一个计算质数的小程序,适合与基本应用开发-A small prime number calculation program for application development and basic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3145
    • 提供者:90181836
  1. Miller-Rabin-c

    0下载:
  2. 求质数的算法之Miller-Rabin费马小定理-Prime number for the Miller-Rabin algorithm of Fermat' s Little Theorem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:833
    • 提供者:li shu
  1. prime

    0下载:
  2. 快速计算出质数-Quickly calculate the prime number
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7055
    • 提供者:Tang Yilong
  1. prime

    0下载:
  2. 利用数学的概念来检查任意输入数值是否为质数-The concept of the use of mathematics to check whether any numerical input prime number
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:753
    • 提供者:王玟镔
  1. prime

    0下载:
  2. 可以实现质数的判断和整合,内容详尽,欢迎下载-free
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:127327
    • 提供者:worry
  1. zshz

    0下载:
  2. 判断输入的数字是否质数,再判断这两个数是否互质-Input to determine whether the number of prime number, and then determine whether or not these two the number of coprime
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:175832
    • 提供者:cbhcelb
  1. Rsa

    0下载:
  2. 检验质数 rabinmiller算法 网上收集-Prime number testing algorithm rabinmiller online collection
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:550
    • 提供者:张宇
  1. Goldbach

    0下载:
  2. 歌德巴赫猜想验证工具,附质数库以及质数生成器。-Goldbach conjecture verification tools, with the Treasury and the prime number prime number generator.
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3269303
    • 提供者:朱凯迪
  1. zhaozhishu

    0下载:
  2. C++常用算法总结归纳,找质数的优化算法代码-C++ commonly used algorithm summarized, looking for the quality of the optimization algorithm the number of code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:461086
    • 提供者:孙思毅
  1. hhs

    0下载:
  2. 此程序可以求质数的和,例如F 7 =1+3+5+7+11+13+17=58 -this program can evaluation the sum of prime number
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:21504
    • 提供者:李刚
  1. ss

    0下载:
  2. 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,  重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -sakjfl sadjf asjd!
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:535
    • 提供者:钟华
  1. qzs

    0下载:
  2. 一个用VB编的求质数的程序,有源代码,可以计算出任何一个整数以内的质数。-The number of procedures for quality
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:7225
    • 提供者:史芸初
  1. shufenjie

    0下载:
  2. 将一个任意的数分解为若干个质数的乘积。实现了任意数的分解运算-An arbitrary number will be divided into a number of the product of prime number. The realization of the decomposition of an arbitrary number of computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:134493
    • 提供者:zhangjing
  1. pro

    0下载:
  2. 1输出国际象棋棋盘 2打印楼梯,同时在楼梯上方打印两个笑脸 3古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 4判断101-200之间有多少个素数,并输出所有素数。 5打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 6将一个正整数分解质因数。例如:输入90,打印
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-13
    • 文件大小:1762
    • 提供者:杨橙林
  1. number

    0下载:
  2. 对N个质数进行相加并且能够随时连续输入!-shuzi lianyushuru
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-04
    • 文件大小:571
    • 提供者:王莉
  1. buyongkaifangqiuzhishu

    0下载:
  2. 突然想到不用开方求质数的方法,所以用visual basic实现。-Suddenly thought of seeking prime numbers do not prescribe the method, so using visual basic to achieve.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1642
    • 提供者:ldm
  1. SIEVE

    0下载:
  2. 一种叫做SIEVE的算法,比较快的算出2到某个指定数之间的所有质数。-SIEVE algorithm called relatively quickly calculate the 2 to a specified number of all the prime numbers between.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:794
    • 提供者:王祖文
  1. Prime

    0下载:
  2. 利用筛选法快速求解超大范围的质数,并具有分页显示功能。-The use of rapid screening method for solving large range of prime numbers, and has paging display.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:555606
    • 提供者:joxxyai
  1. RSA

    0下载:
  2. 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:618152
    • 提供者:佘曼桂
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com