搜索资源列表
LargeInt
- 一个大整数计算的小程序,可以进行大数的计算,可以对素数进行测试-a large integer calculation procedures for the small, the large numbers can be calculated in the number of test -
youquchengxu
- 有趣的程序: 1。已知n和m,m个正整数相加等于n(m<=n),列出这m个数. 2。输入任意正整数n,计算n!(n可取到一亿) 3。求100以内的所有由三个素数构成的等差素数组-interesting : 1. Known n and m, m is integer equal to the sum of n (m
sqroot
- 1.用do...while 语句计算平方根的简易近似算法。2.打印小于N(大于2的自然数)的素数
c++
- 计算任意一个多位数的位反序数; 由两个平方三位数获得三个平方二位数; 求车速; 阿姆斯特朗数; 求素数表中1~1000之间的所有素数。
algorithms
- 一个输入两个素数,再计算两素数相除的小数的循环的位数.
雅可比法
- 新手上路 用雅可比符号来计算勒让德符号的值 用于判断与素数p互素的正整数n是否是mod p 的二次剩余-Started Jacobian symbols used to calculate Legendre symbol for the value judgment and mutual-p-a positive integer n is whether the mod p Quadratic Residue
nc.jar
- Java 数值计算库 数列求和算法、求解方程的根、插值法和近似法、 数值积分、求解微分方程、矩阵运算及其它一些有趣的东西, 比如:大数、素数算法、PI、分形-Java Number Cruncher
sushu
- 使用Eratosthenes算法编写程序,求20000以内的素数,每隔500为一个测试点,每个测试点计算五次,记录每次的运行时间求平均值,结合计算机硬件配置以及运行时间随数据规模的增大的变化情况分析计算机性能。-To write programs using the Eratosthenes algorithm, find the prime numbers less than 20,000, every 500 to a test point, the calculation for each
get_prime
- 本代码在给出一个数值后,可以计算出这个数值范围内的所有素数。-This gives a numerical code, you can calculate the value of all prime numbers within the.
sushu
- 素数的计算与查找,用VC++进行编程 ,对于初学者很有帮助-Calculation and find prime numbers, with VC++ programming, very helpful for beginners
jisuanqi
- 1、创建一个计算器(非可视化界面),可以进行常用的加减乘除算术运算。 2、请找出3至1000范围内最大的10个素数,并计算出这10个素数的累加和。 3、使用简单if语句编程,从键盘键入三个整数,然后按照从小到大的顺序将其输出。 -1, create a calculator (non-visual interface) that can be used arithmetic arithmetic. 2, identify the range of 3-1000 largest pri
sushu
- 利用c语言实现的高效求0到1000以内的素数,并输出计算时间。-Efficient use of c language requirements 0-1000 primes less, and outputs the computation time.
based-on-Euclid
- 自己以前写的基于欧几里得的小程序。 1.判断一个整数是不是素数 2.计算两个整数的最大公约数 3.计算两个整数的最小公倍数 4.将输入的a,b表示成s*a+t*b=gcd(a,b)的形式 5.求输入的a,m中a模m的逆元-A small program based on Euclid . 1. Determine an integer is not a prime number 2 Calculate