文件名称:Cpp3
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-07-15
- 文件大小:
- 1.03mb
- 下载次数:
- 0次
- 提 供 者:
- 紫***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个程序,它接受一个正整数,降序输出其所有最小素数因子。例如,如果整数 是 120,则输出5、3、2、2、2。使用 StackOfIntegers 类保存因子(如 2、2、2、3、5), 并利用它逆序获取和输出因子。-Design a program that takes a positive integer, the output of all its minimum descending prime factor. For example, if the integer is 120, the output 5,3,2,2,2. Use StackOfIntegers class preservation factors (eg 2,2,2,3,5), and use it in reverse to get and output factors.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C++实验3
........\Debug
........\.....\StackOfIntegers.obj
........\.....\TestStack.obj
........\.....\test3.exe
........\.....\test3.ilk
........\.....\test3.pch
........\.....\test3.pdb
........\.....\vc60.idb
........\.....\vc60.pdb
........\StackOfIntegers.cpp
........\StackOfIntegers.h
........\TestStack.cpp
........\test3.dsp
........\test3.dsw
........\test3.ncb
........\test3.opt
........\test3.plg