质数:一类具有围绕质数的算法的类

时间:2024-03-22 02:56:13
【文件属性】:

文件名称:质数:一类具有围绕质数的算法的类

文件大小:4KB

文件格式:ZIP

更新时间:2024-03-22 02:56:13

java unit-testing algorithm junit prime-numbers

目录 关于该项目 此类检查输入的long是否为质数,并返回布尔值。 它还可以返回给定范围内的素数列表。 质数是大于1的整数,不能通过将其他整数相乘而得出。 前几个素数是:2、3、5、7、11、13、17、19和23。 该类还包含一个函数,该函数将返回给定long的所有因子。 “素数分解”正在寻找哪些素数相乘以形成原始数。 例如12的素因子被2×2×3 = 12 建于 安装 打开Eclipse。 将项目从Github导入Eclipse。 File > Import > Git > Projects from Git > next select "Clone URI" > next > paste clone URI https://github.com/LuciferUchiha/Prime-number.git into URI > enter github username and


【文件预览】:
Prime-number-master
----LICENSE(1KB)
----application()
--------test()
--------PrimeNumber,java(852B)
----.gitignore(1KB)
----README.md(2KB)

网友评论