搜索资源列表
primeNumber
- 数论相关的一个算法:如何在多项式时间判断素数-Number theory related to an algorithm: How to determine in polynomial time prime number
sushusuanfafenxi
- 介绍利用VisualBasic语言判定和筛选素数的基本算法及改进方案。-VisualBasic language to introduce the use of prime numbers and screening to determine the basic algorithm and improve the program.
prime
- 一个求解素数的算法小程序!为初学者了解语法功能与结构使用- A prime number of algorithms for solving applet
PrimeNumber
- prime number to detection with labview only for numbers that greater than 9
prime
- 求任意一个整数是不是素数。采用for循环分别用改数除以它和1之间的所有数。最后给出结果。-For any prime number is an integer. Used for the cycle were divided by the number changed between it and all the number 1. Finally, the results.
peopleware
- 人件,软件工程方法!!!有从事软件工程领域应该读的经典书籍-peopleware the software engineering prime book
fast_strong_prime_number_generation_method
- 一种快速的强素数生成方法 一种快速的强素数生成方法-A fast strong prime number generation method
RSAaRabin
- 其中包含介绍RSA和rabin的ppt文档。可用于学习此算法,尤其对于素数检测的学习与应用有帮助。-Which contains the descr iption of the RSA and rabin ppt documents. The algorithm can be used for learning, especially for prime testing and application of learning help.
Find-the-largest-prime
- Find the largest prime factor of a composite number
chuanshuo
- 判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。-Method to determine the prime numbers: a number were removed 2 to sqrt (this number), if divisible, it indicates that this number is not prime, and vice versa is a prime number.
haiman
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-The prime factor decomposition of a positive integer. For example: Enter 90, print out the 90 = 2* 3* 3* 5.
Vega-Prime-Handout
- Vega的中文版应用手册。有详细的例程,适合入门者学习-The Chinese version of the Vega application manual. Detailed routines for beginners to learn
VegaPrimeChineseTaeching
- 虚拟仿真类的基础书籍,这是Vega Prime的中文版,对学习虚拟仿真很有帮助-Virtual simulation based on books, this is Vega Prime Chinese edition, virtual simulation of learning very helpful
Vega_Prime_FAQ
- 它是学习vega prime软件的基础,内容包含200个问题和答案,读后你就能深入了解视景仿真软件的架构和关键技术,一个不错的vega prime教程。-the basis for studying Vega Prime software(200 questions and answers),you can know the architecture and key technologys of visual simulation well after read it.
cSharp-primer
- prime good,thank your for scanf file-prime is good
VC
- 求整数n的各位数字之和,并判断n是几位数,以及判断是否为素数,求最大公约数,求阶乘,多种排序方法,以及数组转置的方法-Digits and integer n and n and determine the numbers that judgment is a prime number, and the greatest common divisor, factorial, and a variety of sorting methods, as well as the array transp
sushu12312
- java打印1-100之间的素数,每行打印5个-java print the prime numbers between 1-100, each line of print 5
Windows_SEA
- 使用MIRACL 為底層的函式庫, 再利用C++ Builder 設計視窗化執行介面,在 Pentium 1.83G 的處理器上搭配1G 記憶體尋找 可供橢圓曲線密碼系統使用的質數階橢圓曲線 參數,基域為192、224、256、384、521 位元 平均分別需要580、1360、1884、20907、65862 秒可搜尋到一條質數階的橢圓曲線參數,且計 算一條橢圓曲線的階數平均分別需要31.6、 56.7、99.4、722.3、2726.0 秒。-Use MIRA
Prime-number-program-in-c-language
- prime number program in c language
The-prime-is-stored
- 请编写函数fun,函数的功能是:将大于形参m的且紧靠m的k个素数存入XX所指的数组中。-Please write a function fun, function function is: greater than the parameter m and m close to the k prime numbers into an array XX referred to in.