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

搜索资源列表

  1. PrimeSingle

    0下载:
  2. 求某范围内得素数,我们多核试验提供得,老师让把它并行化-A framework for a prime number, we provide a multi-core test, the teacher let it parallelization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2171
    • 提供者:haohao
  1. prime_judge

    0下载:
  2. 米勒拉宾算法判断大质数,对质数的判断为必要条件,而非充分条件-Algorithm to determine米勒拉宾large prime number, confront a number of necessary conditions for the judge, not a sufficient condition for
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1395
    • 提供者:金鹰翰
  1. e11

    0下载:
  2. 求球体的表面积 判断一个数是否为素数 求球体的表面积 判断一个数是否为素数-Sphere of surface area for a few to judge whether the prime number for a sphere of surface area to determine whether the number of prime numbers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1794
    • 提供者:Li
  1. rsa

    0下载:
  2. rsa 的C语言实现 实现加密解密和素数生成功能-rsa the C language to achieve the realization of encryption and decryption and the prime number generation function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:6824
    • 提供者:林鹏
  1. sushu

    0下载:
  2. 判断一个数是否是素数,判断一个数是否是素数。-To determine whether a number is prime number, to determine whether a number is prime.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:6150
    • 提供者:liushuanghe
  1. test

    0下载:
  2. 该程序实现的是输出间隔为100的相邻的两个质数,这是某年某公司的一个笔试题,算法很短,但是思想具有一定的参考性,编译通过,可运行-The program is the realization of the output interval is 100, two adjacent prime number, this is a company in a year, a pen test, the algorithm is very short, but thinking of a certain
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:5668
    • 提供者:石峰
  1. zhishupanding

    0下载:
  2. 这是一个质数判定的小程序,输入任意数字,判定是否为质数-This is a prime number of small procedures to determine, enter any number, to determine whether the prime number
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:175746
    • 提供者:zqn
  1. primes

    1下载:
  2. 关于质数的一些程序,是我看了一本关于质数的书后把其中容易实现的算法用MATLAB写出来的。有质数的检验,各种猜想的检验等。-Prime number on some of the procedures that I have read a few books on the quality of which easily achieved after the algorithm using MATLAB written. Qualitative test of a few, all kinds o
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5921
    • 提供者:王敬
  1. RSA

    0下载:
  2. RSA公钥加密的基本实现 bmp灰度图片加解密操作包括 RSA 的加减密算法; 素数检测算法;RSA 密钥生成算法; 应用该 RSA 密码体制加、解密; BMP 灰度图的算法; Pollard p-1 算法 ; Pollard r 算法 ; -RSA public key encryption to achieve the basic gray-scale picture bmp including RSA encryption and decryption operations of addi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:27638
    • 提供者:魏汝垚
  1. PrimeNumber

    0下载:
  2. This program is to output the prime number that you want.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-14
    • 文件大小:3228
    • 提供者:Yalin Liu
  1. RSA_CS

    0下载:
  2. C#的RSA加密解密算法程序,罗宾-米勒素数检验法,学信息安全的同学可以拿去-CSharp the RSA algorithm for encryption and decryption procedures, Robin- Miller, prime number test, students learn information security can be taken away
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:196331
    • 提供者:jiuhuajian
  1. SimpleEncryptionAlgorithmReversibleAndIrreversible

    0下载:
  2. 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6609
    • 提供者:lym
  1. Rei07

    0下载:
  2. 求質數法 判斷n是否為質數 時,將n除以n以下的整數直至2為止,以觀察n能 除盡,這時如有被除盡的數,便被視為非質數而脫離出回圈。到了最後如無除盡的數,則此數即為質數。-Seeking qualitative method to determine whether the prime number n to determine whether the prime number n will be n divided by n integers until 2 the followi
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:19397
    • 提供者:王大明
  1. 403

    0下载:
  2. 简洁的素数判断程序,输入数据,即可显示,也可以稍加扩展,变成大范围的判断-Simple prime number judging procedures, input data can be displayed, you can easily expand into a wide range of judgments
  3. 所属分类:Algorithm

    • 发布日期:2016-01-27
    • 文件大小:265678
    • 提供者:啊荣
  1. zhishu

    0下载:
  2. 输入一个数,可以判断这个数是否为质数,如果是质数,则把它输出,每隔10个数换一行。-Enter a number, can determine whether the number of prime number, if it is prime number, while its output for every 10 the number of his party.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:829
    • 提供者:杨鑫彦
  1. sushu

    0下载:
  2. 程序主要实现从一组数中选出素数,并将其输出的功能-Major implementation procedures from a group of several selected prime number, and the output function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:11349
    • 提供者:儿童网吧
  1. Judging

    0下载:
  2. 判断一个素数能被几个9整除.1.程序分析: 2.程序源代码: -Judging whether a prime number can be divisible by some 9
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2588
    • 提供者:wlb
  1. 1

    0下载:
  2. 1.输入一个数,并以它为边长画出一个用*组成的正方形. 2.求解满足1*1+2*2+...n*n<1000的i的最大值. 3.求1~1000中的完数 4.输入一个数,并判断它是否为素数(这是return 语句的巧用) 5.输出0~100中所有不能被3整除的数-1. Enter a few, and to its side length* component used to draw a square. 2. Solving Satisfied 1* 1+2* 2+ .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3443
    • 提供者:shilan
  1. s

    1下载:
  2. 6. 素数环问题 把从1到20这20个数摆成一个环,要求相邻的两个数的和是一个素数。 分析:用回溯算法,考察所有可能的排列。 -6. Prime numbers loop problem 1-20 from 20 before the number into a ring, adjacent to both the number of requests and is a prime number. Analysis: The retrospective algorithm, exam
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:173368
    • 提供者:松柏长青
  1. myprogrom

    0下载:
  2. 下楼问题,质数问题,分书问题,开灯问题,排球问题,排课问题,等c++源码-Problem downstairs, prime number problem, sub-book questions, questions turn on the lights, volleyball questions, Course Scheduling problem, such as c++ source code
  3. 所属分类:Data structs

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