文件名称:miller_rabin
- 所属分类:
- 数学计算/工程计算
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-07-14
- 文件大小:
- 1.71mb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Miller-Rabin质数测试
输入
第1行:1个正整数t,表示数字的个数,10≤t≤50
第2..t+1行:每行1个正整数,第i+1行表示正整数a[i],2≤a[i]≤10^18
输出
第1..t行:每行1个字符串,若a[i]为质数,第i行输出 Yes ,否则输出 No -Miller-Rabin primality test
input
The first line: 1 positive integer T, said a number of figures, 10 t 50
Line 2..T+1: each line of 1 positive integers, i+1 expressed a positive integer a[i], 2 a[i] 10^18
output
Line 1..T: 1 string per line, if a[i] is a prime number, the I output Yes , otherwise output No
输入
第1行:1个正整数t,表示数字的个数,10≤t≤50
第2..t+1行:每行1个正整数,第i+1行表示正整数a[i],2≤a[i]≤10^18
输出
第1..t行:每行1个字符串,若a[i]为质数,第i行输出 Yes ,否则输出 No -Miller-Rabin primality test
input
The first line: 1 positive integer T, said a number of figures, 10 t 50
Line 2..T+1: each line of 1 positive integers, i+1 expressed a positive integer a[i], 2 a[i] 10^18
output
Line 1..T: 1 string per line, if a[i] is a prime number, the I output Yes , otherwise output No
(系统自动生成,下载前可以参看下载内容)
下载文件列表
miller_rabin\Debug\miller_rabin.exe
............\.....\miller_rabin.ilk
............\.....\miller_rabin.pdb
............\miller_rabin\Debug\main.obj
............\............\.....\miller_rabin.Build.CppClean.log
............\............\.....\miller_rabin.log
............\............\.....\.............tlog\CL.read.1.tlog
............\............\.....\.................\CL.write.1.tlog
............\............\.....\.................\link.read.1.tlog
............\............\.....\.................\link.write.1.tlog
............\............\.....\.................\miller_rabin.lastbuildstate
............\............\.....\vc120.idb
............\............\.....\vc120.pdb
............\............\main.cpp
............\............\miller_rabin.vcxproj
............\............\miller_rabin.vcxproj.filters
............\miller_rabin.sdf
............\miller_rabin.sln
............\miller_rabin.v12.suo
............\............\Debug\miller_rabin.tlog
............\............\Debug
............\Debug
............\miller_rabin
miller_rabin