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

搜索资源列表

  1. 程序分析3

    0下载:
  2. 题目:用c 语言编写的程序,一个偶数总能表示为两个素数之和。-Tilte:a programme written by c: an idol can always be expressed as summation of two prime numbers.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2254
    • 提供者:王明
  1. 20030507155828_sieve5

    0下载:
  2. 该程序用于在一个给定的数组中寻找素数,它使用一个1很经典的算法,效率很高。-the procedures used in a given array of finding prime numbers, it uses one of a classic algorithms, high efficiency.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4308
    • 提供者:扬帆
  1. 363710169

    0下载:
  2. 求出1000以内的全部素数。 求出1000以内的全部素数。-sought within the 1000 all primes. Get all within the 1,000 prime numbers. Get all within the 1,000 prime numbers.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:991
    • 提供者:陈咏军
  1. daima

    0下载:
  2. 这是一个求1到100的所有质数的程序,运行后屏幕上显示1到100的所有质数-This a program which caculates all prime numbers from 1 to 100. The output of the program is all the prime numbers from 1 to 100 on the screen.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4049
    • 提供者:樊华
  1. poj1811

    0下载:
  2. 程序实现了大素数的判断和如果不是素数,则其可分解的最小的素数-program of large prime numbers and if the judgment is not prime, then decomposition of the smallest prime number
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5718
    • 提供者:car
  1. 数据结构算法集锦

    1下载:
  2. 数据结构算法集锦:包括大量常用算法,如求两数的最大公约数、素数的求法、Prim算法、Kruskal算法、最短路径、Dijkstra 算法、排序相关算法、高精度计算相关算法-algorithm data structure highlights include : large common algorithms, such as for the number two majors, for the prime numbers, Prim algorithm, Kruskal algorithm,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9704
    • 提供者:美美
  1. 编写一个判断一个数字是否是素数的函数

    0下载:
  2. 编写一个判断一个数字是否是素数的函数,利用该函数求200以内的素数之和。(素数指除了1和它本身之外,该数没有其他因子,例如101就是一个素数。)-Write a judge whether a number is prime function, using the function evaluation within 200 prime numbers. (In addition to a prime number, and it refers to itself, not the number
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2012-03-29
    • 文件大小:421592
    • 提供者:testsb
  1. RsaTool.自己写的RSA算法工具

    1下载:
  2. 自己写的RSA算法工具。支持RSA密钥产生(包括CRT)、RSA运算、强素数生成、大数运算等功能。用了的都说好。,Writing their own tools of the RSA algorithm. Support for RSA Key Generation [including CRT], RSA computation, strong prime number generation, large numbers computing functions. Use of that goo
  3. 所属分类:加密解密

    • 发布日期:2017-03-22
    • 文件大小:121984
    • 提供者:1234
  1. mulf2m.rar

    1下载:
  2. 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。,Elliptic curve encryption algorithm to generate the multiplier, the main function is to achieve in the Su-domain polynomial module P (large prime numbers) by the operator.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1005
    • 提供者:傅建新
  1. win32

    0下载:
  2. 使用win32线程库实现的多线程求解素数程序,输入素数即可求得小于该素数的所有素数-Using the win32 thread library implementation of multi-threaded prime number solver program, enter the prime numbers less than the prime number can be obtained for all primes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:809
    • 提供者:maverick
  1. java7_13

    0下载:
  2. 倒序显示小于120的所有素数,使用Stackof_Integers类存储这些素数,提取并倒序显示他们。-Show reverse all prime numbers less than 120, the use of these prime Stackof_Integers class storage, extraction and reverse display them.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-26
    • 文件大小:2211
    • 提供者:王锡祥
  1. 1002

    0下载:
  2. Sicily上的1002题,主要是为一些初学者设计的-Problem Given a sequence of consecutive integers n,n+1,n+2,...,m, an anti-prime sequence is a rearrangement of these integers so that each adjacent pair of integers sums to a composite (non-prime) number. For example, if
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1236
    • 提供者:胡乔
  1. genprime

    1下载:
  2. 基于大数库miracl的快速产生大素数的c语言实现(输入的随机种子不同产生的大素数也不同)-Based on the rapid creation of large numbers library miracl large prime numbers c-language implementation (a different type of random seed generated large prime numbers are different)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-06-13
    • 文件大小:258605
    • 提供者:hbhb
  1. multithread

    1下载:
  2. 多线程的程序,求素数。用户运行程序时在命令行输入一个素数,然后程序创建一个独立新的线程来输出小于或等于用户所输入数的所有素数。-Multithreaded program, find the prime numbers. When users run the program on the command line enter a prime number, then the program creates a separate new thread to output less than or
  3. 所属分类:Process-Thread

    • 发布日期:2015-10-31
    • 文件大小:129024
    • 提供者:erevus
  1. ss

    1下载:
  2. 很多密码算法都要随机选择一个大素数,这个是密码学中的MILLER-RABIN算法,判断素性。-Many cryptographic algorithm must randomly select a large prime numbers, this is Cryptography MILLER-RABIN algorithm to determine Primality.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6959
    • 提供者:汪博峰
  1. rsa_small_num

    0下载:
  2. 本程序主要功能: 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制。-Main function of this procedure: 1, construct an RSA key programming 2, programming algorithm for fast index 3, write a program generating large prime numbers 4, to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1330
    • 提供者:
  1. RSA_java

    1下载:
  2. 带界面的RSA算法,软件包中含有可执行程序,功能有自动生成随机素数P、Q,公钥,密钥,对数字进行加密解密。-Interface with the RSA algorithm, packages containing executable programs, automatic generation of random functions of prime numbers P, Q, a public key, keys for encryption and decryption of digit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-05-09
    • 文件大小:23194
    • 提供者:xuxu
  1. ecmnet20ksrc

    1下载:
  2. 分布式大数分解程序源码,可以再多台机器上利用数域筛法分解大素数。-Distributed integer factorization program source code, the more the machine can use the number field sieve factoring large prime numbers.
  3. 所属分类:并行运算

    • 发布日期:2013-04-30
    • 文件大小:361908
    • 提供者:kunlun
  1. Thread_Experiment

    0下载:
  2. Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that out
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:895
    • 提供者:anthony chan
  1. acm

    0下载:
  2. acm中各种代码,除此参与acm有欧几里得,拓展欧几里得,求素数等问题-acm various code involved in addition there acm Euclid, Euclid expansion, and issues such as prime numbers
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:10455
    • 提供者:snow_imy
« 1 2 3 4 5 67 8 9 10 11 ... 30 »
搜珍网 www.dssz.com