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

搜索资源列表

  1. java_sushu

    0下载:
  2. java利用文本框实现素数的求解,有序输出-java prime number using a text box to achieve the solution
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:2944
    • 提供者:李成荣
  1. MillerRabin

    0下载:
  2. java实现的检测大素数 已经测试可用,请放心下载-java implementation of the detection test can have a large prime number, please be assured Download
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:831
    • 提供者:dff
  1. FindPrimeNumber

    0下载:
  2. 在输出框里显示输入上下限,输入上下限后,按确定按钮求在上下限中的素数-Display the input box in the upper and lower output, lower input, press the OK button in the upper and lower demand in the prime number
  3. 所属分类:Applet

    • 发布日期:2017-04-10
    • 文件大小:740
    • 提供者:彭秋静
  1. PrimeNum

    0下载:
  2. Java 输出 N 以内的素数。N为键盘输入。-Java program. Prime number
  3. 所属分类:Ajax

    • 发布日期:2017-04-10
    • 文件大小:535
    • 提供者:dve
  1. sy8

    0下载:
  2. 设计一个包含两个线程的程序:一个线程取系统时间,显示在屏幕上,另一个线程求2-10000之间的素数显示在屏幕上。-Design a program with two threads: a thread to take the system time, displayed on the screen, another thread seeking prime number between 2-10000 displayed on the screen.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:855
    • 提供者:Kerwin_Li
  1. PrinmeNumber

    0下载:
  2. 判断输入的数字是否为素数。java开发,判断一个数是否为素数,输入数字,输出其是否为素数-input a number,the programme will see if it s a prime number,and output the result.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2462
    • 提供者:王恒
  1. guss--primes

    0下载:
  2. java编写的一个猜素数的小程序,输入一个整数,判断是否是素数-java write a small program to guess primes, enter an integer to determine whether the prime number
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:2698
    • 提供者:王维
  1. newJava

    0下载:
  2. 十个经典Java编程算法(判断是否是素数,求最大公倍数和最小公约数等等)-The ten classic Java programming algorithm (to determine whether it is a prime number, find the greatest common multiples and minimum divisor)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2620
    • 提供者:希望
  1. JavaApplication36

    0下载:
  2. java 求质数小程序 判断数字是否为质数 并给出判断-java seeking primes small program to determine whether the number is a prime number, and given the judgment
  3. 所属分类:JavaScript

    • 发布日期:2017-11-19
    • 文件大小:14463
    • 提供者:姜爽
  1. Demo02

    0下载:
  2. 题目:判断101-200之间有多少个素数,并输出所有素数。 程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 -Title: Determine the number between 101-200 primes and outputs all primes. Program analysis: determine the primes method: a few were removed from 2 to sqrt
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:569
    • 提供者:王裕兵
  1. words

    0下载:
  2. 编写程序,将2~10000之间的素数保存到数组,输出这些素数的平均值,输出小于10000的最大素数、输出大于1000的最小素数。-Write a program to 10,000 between the two prime numbers saved to the array, the average output of these primes, the output of the largest prime number less than 10,000, the minimum outp
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1455
    • 提供者:Icyyear
  1. PrimesFile

    0下载:
  2. 使用随机存取文件类生成素数文件,实现素数的生成-Class file generated using random-access file primes, prime number generation to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3591
    • 提供者:kuangxf
  1. GetPrimeNum

    0下载:
  2. 得到素数的代码,通过输入素数范围,计算在这个范围内的所有素数并输出-get prime number
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3367
    • 提供者:杨智策
  1. JAVA_5

    0下载:
  2. JAVA实习代码,简单的算法实现了输出100以内的素数以及显示目前为星期几,内附有详细的实习报告。-JAVA practice code, a simple algorithm to achieve a prime number less than 100, and the output shows the current day of the week, included a detailed internship report.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:544752
    • 提供者:李佳蓉
  1. main

    0下载:
  2. 给定两个整数n和m,0<n<=m<=200,计算第n个素数到第m个素数之间所有的素数的和,包括第n个素数和第m个素数。-Given two integers n and m, 0 < n < = m < = 200, calculate the NTH prime number to the first m all the prime Numbers and between a prime number, including the NTH prime num
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:847
    • 提供者:Darkmoss
  1. lseeon

    0下载:
  2. 实现反素数,反素数,就是回文数也是素数的,然后输出这些数的程序-Achieve emirp, emirp, is a palindrome is a prime number, then the number of the output of these programs
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5632
    • 提供者:sdfwer
  1. primeNumber

    0下载:
  2. A prime number (or a prime) is a natural number greater than 1 that has no positive divisors other than 1 and itself. A natural number greater than 1 that is not a prime number is called a composite number.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:17075
    • 提供者:waqas
  1. zuoye

    0下载:
  2. 该程序代码实现的功能是输入一个整数,输出它的质因数分解式;当读到的就是素数时,输出它本身。-The function of the program code is an integer input, the output of its prime factors decomposition type.When read is a prime number, the output itself.
  3. 所属分类:JavaScript

    • 发布日期:2017-12-11
    • 文件大小:3739
    • 提供者:张颍
  1. main

    0下载:
  2. 题目描述 令Pi表示第i个素数。现任给两个正整数M <= N <= 10000,请输出PM到PN的所有素数。 输入描述: 输入在一行中给出M和N,其间以空格分隔。 输出描述: 输出从PM到PN的所有素数,每10个数字占1行,其间以空格分隔,但行末不得有多余空格。 输入例子: 5 27 输出例子: 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79
  3. 所属分类:Java编程

    • 发布日期:2018-05-07
    • 文件大小:1024
    • 提供者:何 寻 缘
  1. 新建文件夹

    1下载:
  2. 测试程序,用多线程计算10万以内素数之 和与完全数之和的乘积。(Test program, using multithreading to calculate the prime number within 100000 The product of the sum and the total number.)
  3. 所属分类:Java编程

    • 发布日期:2020-06-18
    • 文件大小:14336
    • 提供者:QAQmatlab
« 1 23 4 »
搜珍网 www.dssz.com