搜索资源列表
java_example
- 实例(java) 1. 编写一个程序,列出1 到1000 以内的,求59 的余后为1 质数。 2. 试编写程序解下面的问题。猴子吃桃问题:猴子第一天摘下若干个桃子,当即吃了 一半,还不瘾,又多吃了一个 第二天早上又将剩下的桃子吃掉一半,又多吃了一个。 以后每天早上都吃了前一天剩下的一半零一个。到第10 天早上想再吃时,见只剩 下一个桃子了。求第一天共摘了多少。 3. 编写一个程序求1+2!+3!+...+20!的和。 4. 试编写程序求解下面的问题:海滩上有一堆桃子,
CSharpprogram
- 包括打印九九表,冒泡排序,求质数,递归求阶乘等算法
Algorithm
- c++经典小程序。包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大
prime1
- 用Eratosthenes筛选算法,在1000000中求质数,分别用了串行算法,改进的串行算法,并行算法(openmp)实现,比较了执行时间
用C语言思想改写的用筛法求质数程序
- 判断质数的改进方法。-judgment few quality improvements.
Miller-Rabin-c
- 求质数的算法之Miller-Rabin费马小定理-Prime number for the Miller-Rabin algorithm of Fermat' s Little Theorem
hhs
- 此程序可以求质数的和,例如F 7 =1+3+5+7+11+13+17=58 -this program can evaluation the sum of prime number
qzs
- 一个用VB编的求质数的程序,有源代码,可以计算出任何一个整数以内的质数。-The number of procedures for quality
buyongkaifangqiuzhishu
- 突然想到不用开方求质数的方法,所以用visual basic实现。-Suddenly thought of seeking prime numbers do not prescribe the method, so using visual basic to achieve.
pipelinesample
- 流水线求质数的简单例子 终结的策略是由最后的processor 去发出结束信号-a pipleline mip program calculating required number of prime numbers
wcp
- 文件中:wcp.exe是我们针对编译实验的文法的一个编译器(不含源码);pi.txt和prime_number.txt是按照实验文法写的测试程序(前者是求pi值,后者是求质数) 注:wcp将编译和执行放在了一起,而且对原实验文法做了以下扩展 1.标识符采用c语言标准的标识符 2.增加了print语句来打印结果(statement:print VarList ) 执行方法:在cmd下进入wcp所在目录,如 E:\My Learns\编译原理 然后执行如下 E
C
- 求质数,牛顿迭代法,最大字符串,输出钻石字符串,比较字符串的大小-prime,string,diamond string
thread-pool_quality-
- [C代码]利用线程池求质数(Linux C)-[C code] use the thread pool to the number of and quality (Linux C)
Fibonacci
- 可以生成FIbonacci数列,初始化从一开始,产生给定个数的Fibonacci数列。求质数,起泡法,选择排序。-Fibonacci array
zhishu
- 用C代码实现求质数的简单方法,枚举法。适合初学者使用学习。-The simplest way to use C code required primes, enumeration method. Suitable for beginners to learn.
prime
- 用除法快速求质数,-Fast calculation of prime number division
1
- 要求质数很简单,但如何快速的求出质数则一直是程式设计人员与数学家努力的课题,在这边介绍一个着名的 Eratosthenes求质数方法。-Requirements primes is very simple, but how fast it has been determined primes programmers and mathematicians efforts topics here introduce a famous Eratosthenes seeking prime method
dearNumber
- 寻找10亿以内的拟亲和数,包括线性筛法求质数表、合数表,还有一些该算法实现技巧-For quasi amicable numbers less than 1000000000, including linear sieve method for prime number table, table, there are still some of the algorithm implementation skills
getPrimeNumber
- 非常快的求质数算法,百万数据在毫秒之间。以牺牲空间换取时间代价。-Very fast primes seeking algorithms, millions of data in milliseconds. At the expense of space for time costs.
App1
- 测试一给定大数是否为质数 ? 大数为用户输入 ? 目标为最快速度得到正确的计算结果 ? 回答时给出源代码(For the purpose of better understanding your programming skills, we would appreciate if you could complete the following tests and forward us your test result within 2 days from the date you receiv