代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/117842/14902753
txt yu3.txt
exp->exp addop term|term
addop->+|-
term->term mulop factor|factor
mulop->*
factor->( exp )|number
www.eeworm.com/read/215382/15062732
m eg8_12.m
one = '1';
for n = 1:11
N(n,:) = sym(one(1,ones(1,n)));
end
[N factor(N)]
www.eeworm.com/read/213339/15137014
m eg8_12.m
one = '1';
for n = 1:11
N(n,:) = sym(one(1,ones(1,n)));
end
[N factor(N)]
www.eeworm.com/read/473622/6847400
m atriumsetup.m
% Experiment setup file for the CAS Robot Navigation Toolbox
% Date: 21.12.03
% Author: Kai Arras, CAS-KTH
% Description: The atrium data set has been recorded by Patric Jensfelt
% in the KTH main bu
www.eeworm.com/read/170836/9785921
c sshprime.c
/*
* Prime generation.
*/
#include
#include "ssh.h"
/*
* This prime generation algorithm is pretty much cribbed from
* OpenSSL. The algorithm is:
*
* - invent a B-bit r
www.eeworm.com/read/133777/14024440
+-
exp->exp addop term|term
addop->+|-
term->term mulop factor|factor
mulop->*
factor->( exp )|number
www.eeworm.com/read/133777/14024445
+-
exp->term exp'
exp'->addop term exp'|ε
addop->+|-
term->factor term'
term'->mulop factor term'|ε
mulop->*
factor->( exp )|number
www.eeworm.com/read/200130/15440668
m eg8_12.m
one = '1';
for n = 1:11
N(n,:) = sym(one(1,ones(1,n)));
end
[N factor(N)]
www.eeworm.com/read/113211/15467078
txt li4.txt
exp->term exp'
exp'->addop term exp'|ε
addop->+|-
term->factor term'
term'->mulop factor term'|ε
mulop->*
factor->( exp )|number
www.eeworm.com/read/113211/15467079
txt yu3.txt
exp->exp addop term|term
addop->+|-
term->term mulop factor|factor
mulop->*
factor->( exp )|number