文件名称:Prime-Checker
- 所属分类:
- 其他小程序
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-02-20
- 文件大小:
- 10kb
- 下载次数:
- 0次
- 提 供 者:
- Chao-******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
Prime Checker
RSA is one of the first practicable public-key cryptosystems and is widely used for secure data transmission. In such cryptosystems, primes play an important role. Hence, how to efficiently separate the primes the composite numbers is a critical job in today’s internet world.
This implementation is easily using the tip of lookup table to efficiently fulfill the target of finding whether an input is a prime number or not. This tip is much more faster than tips we learn in high school-Prime Checker
RSA is one of the first practicable public-key cryptosystems and is widely used for secure data transmission. In such cryptosystems, primes play an important role. Hence, how to efficiently separate the primes the composite numbers is a critical job in today’s internet world.
This implementation is easily using the tip of lookup table to efficiently fulfill the target of finding whether an input is a prime number or not. This tip is much more faster than tips we learn in high school
RSA is one of the first practicable public-key cryptosystems and is widely used for secure data transmission. In such cryptosystems, primes play an important role. Hence, how to efficiently separate the primes the composite numbers is a critical job in today’s internet world.
This implementation is easily using the tip of lookup table to efficiently fulfill the target of finding whether an input is a prime number or not. This tip is much more faster than tips we learn in high school-Prime Checker
RSA is one of the first practicable public-key cryptosystems and is widely used for secure data transmission. In such cryptosystems, primes play an important role. Hence, how to efficiently separate the primes the composite numbers is a critical job in today’s internet world.
This implementation is easily using the tip of lookup table to efficiently fulfill the target of finding whether an input is a prime number or not. This tip is much more faster than tips we learn in high school
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PrimeChecker.cpp
PrimeChecker.h
example
main.cpp