代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/205502/15314754

m factor.m

function f=factor(n) if n
www.eeworm.com/read/475965/1374244

c factor.c

// factor.c -- uses loops and recursion to calculate factorials #include long fact(int n); long rfact(int n); int main(void) { int num; printf("This program calculates facto
www.eeworm.com/read/459034/1575409

java factor.java

package jmathlib.toolbox.general; import jmathlib.core.tokens.numbertokens.DoubleNumberToken; import jmathlib.core.tokens.Token; import jmathlib.core.tokens.OperandToken; import jmathlib.core.fu
www.eeworm.com/read/216502/4890463

1 factor.1

.TH FACTOR 1 .SH NAME factor, primes \- factor a number, generate large primes .SH SYNOPSIS .B factor [ number ] .PP .B primes .SH DESCRIPTION When .I factor is invoked without an argument, it waits
www.eeworm.com/read/216502/4891484

s factor.s

.globl sqrt exit = 1. read = 3. write = 4. ldfps = 170100^tst / ldfps $240 clr argflg cmp (sp)+,$2 blt begin tst (sp)+ mov (sp),r2 jsr r5,atof; getch1 inc argflg br begin1 begin: tst argflg
www.eeworm.com/read/216499/4892322

6 factor.6

.th FACTOR VI 1/15/73 .sh NAME factor \*- discover prime factors of a number .sh SYNOPSIS .bd factor [ number ] .sh DESCRIPTION When .it factor is invoked without an argument, it waits for a number to
www.eeworm.com/read/216450/4895071

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/209211/4982340

c factor.c

#include #include #include #define whsiz (sizeof(wheel)/sizeof(wheel[0])) double wheel[] = { 2,10, 2, 4, 2, 4, 6, 2, 6, 4, 2, 4, 6, 6, 2, 6, 4, 2, 6, 4, 6, 8, 4, 2, 4, 2
www.eeworm.com/read/195341/5111734

6 factor.6

.th FACTOR VI 1/15/73 .sh NAME factor \*- discover prime factors of a number .sh SYNOPSIS .bd factor [ number ] .sh DESCRIPTION When .it factor is invoked without an argument, it waits for a number to
www.eeworm.com/read/183581/5254137

java factor.java

class Factor{ public static void main(String args[]){ int mm =Mul(); /*Mul()方法被执行后,return语句将计算结果返回该处,然后赋值给变量mm。*/ System.out.println("6!="+mm); } public s