搜索资源列表

  1. isprime

    0下载:
  2. 判断是不是大素数,的快速算法,适用于公钥加密算法-judgment is not large prime numbers, the fast algorithm applicable to the public key encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8286
    • 提供者:wanggang
  1. IsPrime

    0下载:
  2. 素数判断方法的多种方法实现,这些方法可以较好的拓展思路,对C++的学习有帮助
  3. 所属分类:其它资源

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

    0下载:
  2. 测试是否为质数,小东西而已,见笑大方之家了。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6413
    • 提供者:hello
  1. gedebahe

    0下载:
  2. public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print(\"Please input a oushu:\") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamRe
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:881
    • 提供者:康健伟
  1. gedebahe

    0下载:
  2. public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print("Please input a oushu:") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamRead
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:康健伟
  1. isprime

    0下载:
  2. 判断是不是大素数,的快速算法,适用于公钥加密算法-judgment is not large prime numbers, the fast algorithm applicable to the public key encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-06-09
    • 文件大小:8192
    • 提供者:wanggang
  1. IsPrime

    0下载:
  2. 素数判断方法的多种方法实现,这些方法可以较好的拓展思路,对C++的学习有帮助-Prime number judging method to achieve a variety of methods, these methods can be a good idea to expand on the C++ Learning help
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:陈军
  1. IsPrime

    0下载:
  2. 测试是否为质数,小东西而已,见笑大方之家了。-Test whether the quality of a few, small things only the laughing stock of the generous home.
  3. 所属分类:C#编程

    • 发布日期:2024-06-09
    • 文件大小:15360
    • 提供者:
  1. csxj

    0下载:
  2. 定义一个名为Integer的类,具有数据成员d,成员函数GetD()获取d的值,SetD(int)设置d的值,IsOdd()判断d是否为偶数,IsPrime()判断d是否为一个素 数,并设计主函数用一个对象分别设置d的值为15和31,测试这个类 -, and to design the main function of an object with the value of d were set to 15 and 31, t
  3. 所属分类:文档资料

    • 发布日期:2024-06-09
    • 文件大小:12288
    • 提供者:张尧林
  1. 2

    1下载:
  2. 编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数, 所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。 然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。 对从2到n/2的每一个可能的数值
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:1176576
    • 提供者:闻悦
  1. 013

    0下载:
  2. 通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-09
    • 文件大小:175104
    • 提供者:zhu
  1. Prime_Number_Algorithm

    0下载:
  2. Prime algoritm Sieve and isPrime
  3. 所属分类:C#编程

    • 发布日期:2024-06-09
    • 文件大小:86016
    • 提供者:ismail
  1. isprime

    0下载:
  2. 关于一个JAVA的核心语法的一个小练习,是使用JAVA实现判断一个数是否为素数。-A little practice on a JAVA core of syntax, the use of JAVA to judge whether a number is prime.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:xuejh
  1. IsPrime

    0下载:
  2. 自己编写的简单素数(质数)判断函数,文件已带使用说明//编 写 人:Chernic//学 校:广州大学//联系邮箱:iamchernic@gmail.com-I have written a simple primes (prime) to determine the function// Write the person: Chernic// School: Guangzhou University// Contact E-mail:
  3. 所属分类:matlab例程

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:
  1. IsPrime

    0下载:
  2. excel文件中Decide宏为判断是否素数,Decompose宏为分解素因数。-The Decide macro in the excel file to determine whether the prime, Decompose macro for the decomposition of prime factor.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-09
    • 文件大小:13312
    • 提供者:starsky
  1. 2

    0下载:
  2. 1. 编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[n]为一个布尔型数组,n为数组大小。由于2是第一个素数,所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。对从2到n/2的每一个可能的数值重复以上处理
  3. 所属分类:数据库编程

    • 发布日期:2024-06-09
    • 文件大小:117760
    • 提供者:
  1. IsPrime

    0下载:
  2. 判断一个数是否为质数,使用BigInteger结构,进行大数的运算-To judge whether a number is prime, the use of BigInteger structure is very useful for large numbers of computing
  3. 所属分类:按钮控件

    • 发布日期:2024-06-09
    • 文件大小:45056
    • 提供者:琳琳
  1. isprime

    0下载:
  2. delphixe7并行库的使用,帮助大家对新的并行库编程有个初步的认识-the use of the new parallel library of delphixe7,help others to realize the new library.
  3. 所属分类:并行运算

    • 发布日期:2024-06-09
    • 文件大小:3456000
    • 提供者:王欣
  1. Paliddrome

    0下载:
  2. 这是一个判定计数的问题,需要判定一个数是否为素数和回文数 函数isprime()用来判定一个数是否是素数;函数ispalindrom()用来判定一个整数是否为回文数,这是一个更为通用的函数,可以指定进制。 使用函数进行判定时,先调用哪个函数也是有讲究的,一要看那个函数的计算时间,二要看判定成功的概率,需要综合考虑。(The function isprime () is used to determine whether a nu
  3. 所属分类:Windows编程

    • 发布日期:2024-06-09
    • 文件大小:3072
    • 提供者:铁底河畔
  1. isPrime

    0下载:
  2. isPrime function, to learn javascr ipt recursivity
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-09
    • 文件大小:23552
    • 提供者:heavyhide

源码中国 www.ymcn.org