FACTOR.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:0k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH FACTOR 1
- .SH NAME
- factor - factor an integer less than 2**31
- .SH SYNOPSIS
- fBfactor fInumberfR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH EXAMPLES
- .EX "factor 450180" "Print the prime factors of 450180"
- .SH DESCRIPTION
- .PP
- fIFactorfR prints the prime factors of its argument in increasing order.
- Each factor is printed as many times as it appears in the number.