FACTOR.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. FACTOR(1)                 Minix Programmer's Manual                  FACTOR(1)
  2. NAME
  3.      factor - factor an integer less than 2**31
  4. SYNOPSIS
  5.      factor number
  6. EXAMPLES
  7.      factor 450180       # Print the prime factors of 450180
  8. DESCRIPTION
  9.      Factor prints the prime factors of  its  argument  in  increasing  order.
  10.      Each factor is printed as many times as it appears in the number.
  11.                                                                              1