代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/108859/15573976
m factor.m
function n = factor(x)
%FACTOR Factor an integer
%
% Y=FACTOR(X) returns factors of X in vector Y such that prod(Y)=X.
%
% FACTOR (with no input arguments) invokes the following exampl
www.eeworm.com/read/106781/15622536
java factor.java
www.eeworm.com/read/106781/15622538
class factor.class
www.eeworm.com/read/103240/15739666
tpl factor.tpl
# A TPL porgram to calculate the factorial of 5
integer myInt
integer factorial
string myString
let myString="Factorial program"
let myInt=5
calculate factorial=myInt*4
calculate factorial=fac
www.eeworm.com/read/102720/15761380
1 factor.1
.TH FACTOR 1
.SH NAME
factor \- factor an integer less than 2**31
.SH SYNOPSIS
\fBfactor \fInumber\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.EX "factor
www.eeworm.com/read/102720/15761635
1 factor.1
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 13:03:39 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/102720/15761819
1 factor.1
FACTOR(1) Minix Programmer's Manual FACTOR(1)
NAME
factor - factor an integer less than 2**31
SYNOPSIS
factor number
EXAMPLES
factor
www.eeworm.com/read/100612/15868845
exe factor.exe
www.eeworm.com/read/100612/15869062
c factor.c
/*
* Program to factor Integers
*
* Current parameters assume a large 32-bit address space is available.
*
* This program is cobbled together from the implementations of various
*