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

搜索资源列表

  1. abc

    0下载:
  2. 才用类的思想实现素数类的构造,可是输入素数的个数然后输出素数-Thought of the class before the class constructor primes, but enter the number of prime numbers, then output primes
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:2572675
    • 提供者:王大伟
  1. cwplib

    0下载:
  2. Among other things it contains: prime factor fft routines allocation of multi-dimensional arrays complex number manipulation big matrix handling routines interpolation routines Butterworth filters differentiator approximations sorting
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:108262
    • 提供者:bobtnt
  1. NEWJ

    0下载:
  2. 我用C++写的分解质因数算法和排队报数算法。其中排队问题为:若干人站成一个首尾相连的环,从第一个人开始从1到3报数,每次数到3的人站出来,问最后剩下的那个人是原先的第几个人。-I with C++ write the prime factorization algorithm and the number of queued message algorithm. Queuing problem: a number of people standing in a ring of end-to-en
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:640
    • 提供者:汪发进
  1. 44

    0下载:
  2. 简化的歌德巴赫猜想:任何一个大于6的偶数均可以表示为两个素数之和。现从键盘输入一个0~65535之间的无符号整数,试验证歌德巴赫猜想。 如输入数12,输出: 12=5+7 如输入数20,输出: 20=3+17 20=7+13 如输入数7,输出: Must be even 如输入数3,输出: Must be greater than or equal to 6 -Sim
  3. 所属分类:assembly language

    • 发布日期:2017-11-18
    • 文件大小:1465
    • 提供者:liu
  1. arithmetic

    0下载:
  2. Java常用算法20例 方法描述: 兔子生兔子问题 插入排序,快速排序 杨辉三角形 循环移动数组 4个计算题 2个排列 素数,水仙花数,回文数 因子,分解质因数,完数 最大公约数和最小公倍数 Date类计算 一个实际问题的对象化 -Java methods commonly used algorithm 20 cases Descr iption: Bunny Rabbit Health problems insertion sort, qui
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:18983
    • 提供者:席晓明
  1. cutPrim

    0下载:
  2. 输入一个数把它分解为质数之积,c++实现-Enter a number to break it down into the product of prime numbers, c++ achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3631
    • 提供者:杨志云
  1. Desktop

    0下载:
  2. 本压缩包包含两个.C文件,一个可判断区间内素数,另一个可统计区间内素数个数,当然读者可将两个程序合并起来一起使用。-The archive contains two. C files, one can determine the range of prime numbers, and another may count the number of prime numbers within the range, of course, the reader can be used with two
  3. 所属分类:Other windows programs

  1. Even-break-down

    0下载:
  2. 输入一串数,将偶数分解为两个质数,如8=3+5,只取第一组,就是后面出现的8=5+3不再打印。-Enter a string of numbers, the even number into two prime numbers, such as 8 = 3+5, just take the first group, is behind the emergence of 8 = 5+3 no longer print.
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:976
    • 提供者:lpc
  1. prng

    0下载:
  2. 采用线性同余法的素数模乘同余发生器产生随机数,采用5级流水线设计-Using a linear congruential method prime modulus multiplicative congruential random number generator, using five pipeline design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:2056
    • 提供者:pyc
  1. Goldbach-conjecture

    0下载:
  2. 歌德巴赫猜想,任何一个大于六的偶数可以拆分成两个质数的和 打印出所有的可能 -Goldbach conjecture that any even number greater than six can be split into two prime numbers and print out all possible
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:3460
    • 提供者:常文静
  1. Priority_queues2

    0下载:
  2. Descr iption A number whose only prime factors are 2,3,5 or 7 is called a humble number. The sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 24, 25, 27, ... shows the first 20 humble numbers. Write a program to find and pri
  3. 所属分类:CSharp

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

    0下载:
  2.  编一判断m是否为素数的函数,并在主函数中利用它输出十对最小的孪生素数。所谓孪生素数是指两个相差为2的素数-Compile a judge m is a prime function of the number and use it in the main function output ten pairs of the smallest twin primes. The so-called twin primes refers to two differ by two primes
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2619
    • 提供者:包玲玲
  1. CDebug

    0下载:
  2. 求100000以内满足素数因子的平方和为原数的数-Seeking to meet the prime factor less than 100,000 square of the number and the number of the original
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:341756
    • 提供者:王伟
  1. FindPrimeNumber

    0下载:
  2. 查找素数的算法,算法中的参数分别为起始值和终止值,然后将两个数之间的素数找到并输出出来。-Find the primes algorithm, algorithm parameters are the starting and ending values, then the number of two prime numbers to find and output.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:543
    • 提供者:bing
  1. Reversible_primes

    0下载:
  2. 素数幻方 求四阶的素数幻方。即在一个4X4 的矩阵中,每一个格填 入一个数字,使每一行、每一列和两条对角线上的4 个数字所组成的四位数,均为可逆素数。-Prime magic square For fourth order prime magic square.Namely in a 4 x4 matrix, fill in each case a number, make each row, each column and two of the four Numbers on the
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1496
    • 提供者:李冰建
  1. delphiRSA

    0下载:
  2. RSA公钥加密算法是1977年由罗纳德·李维斯特(Ron Rivest)、阿迪·萨莫尔(Adi Shamir)和伦纳德·阿德曼(Leonard Adleman)一起提出的。当时他们三人都在麻省理工学院工作。RSA就是他们三人姓氏开头字母拼在一起组成的。 RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的绝大多数密码攻击,已被ISO推荐为公钥数据加密标准。 今天只有短的RSA钥匙才可能被强力方式解破。到2008年为止,世界上还没有任何可靠的攻击RSA算法的方式。只
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:269534
    • 提供者:张林
  1. rsa

    0下载:
  2. RSA编码实现,创建公钥和私钥,并判定生成的是否是素数,生成界面和菜单便于用户选择,用扩展欧几里得短发求乘法逆元,快速模幂算法,-RSA Coding, create public and private keys, and determine whether the resulting number is a prime generate user-friendly interface and menu choices, with short hair extensions Euclid se
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1973
    • 提供者:
  1. 2008

    0下载:
  2. 北航2008复试上机。 1.素数 输入一个整数,要求输出所有从1到这个整数之间个位为1的素数,如果没有则输出-1(30分) 2.旋转矩阵 任意输入两个9阶以下矩阵,要求判断第二个是否是第一个的旋转矩阵,如果是,输出旋转角度(0、90、180、270),如果不是,输出-1。 要求先输入矩阵阶数,然后输入两个矩阵,每行两个数之间可以用任意个空格分隔。行之间用回车分隔,两个矩阵间用任意的回车分隔。(60分) 3.字符串匹配 从string.in
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1524
    • 提供者:王亚平
  1. 7_1

    0下载:
  2. 按钮"第一题":找出100-200之间的所有素数,并对它们求和。 按钮"第二题":求S=a+aa+aaa+……+aaaa…a的值。 按钮"第三题":斐波那契数列 按钮"第四题":编写程序,打印图形。 -Button " first question" : find all the prime numbers between 100-200, and summing them. Button " second question" : seeking S = a+aa+aaa+ ..
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2374
    • 提供者:AUTUMNDREAM
  1. RSA

    0下载:
  2. RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥-RSA algorithm is based on a very simple fact of number theory: multiplying two large prime numbers is very easy, but then want their factoring product is extremely difficult, so the
  3. 所属分类:CA program

    • 发布日期:2017-05-12
    • 文件大小:2832473
    • 提供者:刘朝选
« 1 2 ... 27 28 29 30 31 3233 34 »
搜珍网 www.dssz.com