文件名称:prime
- 所属分类:
- 对话框与窗口
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-03-21
- 文件大小:
- 3.29mb
- 下载次数:
- 0次
- 提 供 者:
- 龙*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个MFC工程,包括可执行文件以及源代码。对素数判定有两种方法,一种是Erato算法,另外是混合判定算法。可以快速且准确的判定一个大数是否为素数。-This is a MFC project and the executive file and the source files are all included in it. There is two kinds of methods to recognize if a number is a prim. One of the methods is Erato algorithm and another is mixture method. The project can accomplish its duty not only precisely but also fast.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
素数判定\Debug\Eratosthenes.obj
........\.....\MillerRabin.obj
........\.....\modExpFun.obj
........\.....\PRIME.exe
........\.....\PRIME.ilk
........\.....\PRIME.obj
........\.....\PRIME.pch
........\.....\PRIME.pdb
........\.....\PRIME.res
........\.....\PRIMEDlg.obj
........\.....\StdAfx.obj
........\.....\vc60.idb
........\.....\vc60.pdb
........\Eratosthenes.cpp
........\flint.h
........\MillerRabin.cpp
........\modExpFun.cpp
........\PRIME.APS
........\PRIME.clw
........\PRIME.cpp
........\PRIME.dsp
........\PRIME.dsw
........\PRIME.h
........\PRIME.ncb
........\PRIME.opt
........\PRIME.plg
........\PRIME.rc
........\PRIMEDlg.cpp
........\PRIMEDlg.h
........\ReadMe.txt
........\res\PRIME.ico
........\...\PRIME.rc2
........\resource.h
........\StdAfx.cpp
........\StdAfx.h
........\_assert.h
........\Debug
........\res
素数判定