搜索资源列表
primenumber
- java环境编写,计算100以内的素数。使用于初学者。-prepared, calculated within the 100-number. Beginners in use.
manyPrimeThrea
- 使用多线程技术计算100000之间的所有素数的个数,java程序-use multithreading technology between 100,000 calculation of all the prime numbers, java procedures
Primes
- 1.计算n至少多大时,以下不等式成立。 1+1/2+1/3+……+1/n>10 2.请分别用break和continue语句判断1-1000以内的素数个数。 3.编写一个程序找出100~1000之间的所有姐妹素数。(注: 姐妹素数是指相邻两个奇数均为素数。)
mathformulae
- 第一章 有关数论的算法 1.1最大公约数与最小公倍数 1.2有关素数的算法 1.3方程ax+by=c的整数解及应用 1.4 求a^b mod n 第二章 高精度计算 2.1高精度加法 2.2高精度减法 2.3高精度乘法 2.4 高精度除法 练习 第三章 排列与组合 3.1加法原理与乘法原理 练习 3. 2 排列与组合的概念与计算公式 练习 3.3排列与组合的产生算法 练习 第四章 计算几何 4.1 基础知识 4.2
Dispatcher
- 服务器模块主要负责分配计算任务,如素数计算;
DispatcherJob
- 服务器模块主要负责分配计算任务,如素数计算;
PeerInfoBundle
- 服务器模块主要负责分配计算任务,如素数计算;
PendingJob
- 服务器模块主要负责分配计算任务,如素数计算;
PrimeClient
- 服务器模块主要负责分配计算任务,如素数计算;
PrimeSearch
- 服务器模块主要负责分配计算任务,如素数计算;
javapro
- 素数的查找,阶乘的计算,对称矩阵的输出-find prime numbers, the factorial, symmetric matrix output
sy7
- 设计程序从D盘根目录的n.txt文件中的一个整型数据读出作为n,将2~n之间的素数计算出来存储到n.txt同文件夹的prime.txt文本文件中-Design process from the D root directory n.txt file data read-out as an integer n, the 2 ~ n calculated between the prime store n.txt same folder prime.txt text file
java
- 寻找素数,并计算出最大十个数的和-To find prime numbers, and calculate the maximum number of 10 and
sushu
- 判断是否是素数,计算一共有几个素数。并求出所有素数的和。-To determine whether a prime number, calculate a total number of primes. And to find all prime numbers and.
J_Prime
- 计算并输出100以内的所有素数,计算并输出这些素数之和-Calculate and output all the prime numbers less than 100, calculate and output the Primes
shusu
- 计算素数:列出所有素数,并计算出素数的总数.涉及到链表,代码通俗易懂-List all prime numbers, and calculate the total number of prime numbers.
a
- 1) 利用求n!的方法计算 2!+4!+5!的值。分别利用递归和非递归方法实现求n!。 2) 编写根据三条边求三角形面积的方法。利用该方法求以下两个三角形面积。 (1)三条边分别为:3,4,5 (2)三条边分别为:5.3, 6.2, 8 3)从命令行参数获取两个整数,找出两个整数之间的所有素数,每行输出3个数。-1) use the method seek n! 2!+4!+5! Value. Are recursive and non recursive method seek
arithmetic
- Java常用算法20例 方法描述: 兔子生兔子问题 插入排序,快速排序 杨辉三角形 循环移动数组 4个计算题 2个排列 素数,水仙花数,回文数 因子,分解质因数,完数 最大公约数和最小公倍数 Date类计算 一个实际问题的对象化 -Java methods commonly used algorithm 20 cases Descr iption: Bunny Rabbit Health problems insertion sort, qui
JavaApplication1
- 1.编写一个程序,要求将一个浮点数强制转化成整型后再输出。 2、请计算出3至1000范围内最大的10个素数,并计算出其累加和。 3、编写一程序,输出今年的年历。-1 Write a program that requires a floating-point number and then forced into plastic output. 2, please calculate the 3-1000 range maximum 10 primes, and calculate
javaProgram
- 通过使用JAVA程序,我们将学习Fibonacci序列,并在100中计算素数。-Through the use of the JAVA program, we will learn of Fibonacci sequence and calculate of prime Numbers within 100.