搜索资源列表
3x3填质数问题
- 3X3填质数问题,在一个3×3的矩阵中填写1-10的数字,保证上下左右相加都是质数-3X3 fill several quality problems in a 3 3 matrix to fill in the figures 1-10, ensuring that all about is the sum of the number of quality
AlgorithmCode
- 海明码 出站入站序列 非递归生成树 九格填质数 七子控棋盘等等算法-Haiming yards out station stops recursive sequence-9 grid spanning tree fill several seven-quality control algorithm chessboard, etc.
1457_other
- 把1到n的数放在一个环里,使相邻的2个数和是质数.用递归做-n to put a few on a loop, so that the two neighboring and the number is prime. Using recursive do
proot
- 求原跟的VC程序,可计算2-10000之间的质数的原跟-original request with the VC process, translate between 2-10000 the quality of the original with a few
Erathosthenes
- Erathosthenes给一个自然数a,判断是否为质数,最高效的-Erathosthenes to a natural number one, to determine whether the quality of a few, the most efficient. .
prime_number_upright
- 质数竖式 下面的竖式是一个乘法运算问题,它的每个*号可以代入一个数字, 这个数字属于一个特定的由N个数字组成的集合。如果这个集合是{2,3,5,7}, 那么这个竖式称作“质数竖式”。 此程序就是为了解决这样一个问题而做的。-few quality below the vertical shaft is a multiplication problem, it * can each generation into a number of This is a specific N-d
java实现质数
- java实现质数,短小精干,有解释-few, small and lean, it was explained
pi(x)
- 用Meisell-Lehmer算法计算PI(x),即计算在小于x范围内的质数个数
UP
- 几个实用算法:质数 组合数 公约数 字符串长度-several practical algorithm : a few quality portfolio Conventions few string length
fanzishu
- 反质数解题报告,汲及一个数与其约数”的关系
zhishupanduan
- 计算机专业同学初学C++,质数的判断,算法实现是必须完成的课题
getnum
- 求任意范围的素数(质数),应由各大企业单位面试多出此题,所以在此提供精简源码,不妨您面试前看看。
ZhiShu
- 采用筛选法求指定范围内的质数,并验证哥德巴赫猜想
Eratosthenes
- 平方筛 验证质数的方法,很快-square screen test standard method soon
2-8
- 在9(3*3)个方格的方阵中填入数字1到N(N>=10)内的某9个数字 每个方格填一个整数,要求相邻两个方格的两个整数之和为质数。 试求所有的解-in 9 (3 * 3) grid matrix to fill out a number of N (Ngt; = 10) of a nine figures each box filled an integral require two adjacent box at the two integral to the quality and n
质数圈-c++
- 质数环,运行程序自动生成一定范围内的质数环,即相邻俩数之和为质数-prime Central, a program to run automatically generated within a certain range of standard ring, the two neighboring few and as a prime number
质数表算法
- 快速质数表算法
压缩后的质数表算法
- 快速质数表算法
susu.zip
- 任意合数分解成质数的程序,Arbitrary composite number into prime number of procedures
判断质数
- 一个很简单的判断一个数是否为质数,C语言编写,编译通过。