代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/272369/10959492

cpp no23.cpp

#include #include #include #include #include using namespace std; char token; /*全局标志变量*/ /*递归调用的函数原型*/ int exp( void ); int term( voi
www.eeworm.com/read/416854/11012052

m im_data.m

%% IM_DATA.M %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % data file for induction machine model type ABB MT100LA28-4,
www.eeworm.com/read/270992/11013615

m needle.m

%needle.m/created by PJNahin for "Duelling Idiots"(1/13/99) % % ratio=(0:.01:1); factor1=asin(ratio); factor2=sqrt(1-ratio.^2); prob1=1-(2/pi)*(ratio.*factor2+factor1); factor3=sqrt(1-.25*ratio
www.eeworm.com/read/270511/11034343

v myparser.v

############################################################################# # U N R E G I S T E R E D C O P Y # # You are on day 604 of your 30 day trial period. # # Thi
www.eeworm.com/read/270511/11034345

y myparser.y

%{ /**************************************************************************** myparser.y ParserWizard generated YACC file. Date: 2007年12月5日 **************************************************
www.eeworm.com/read/470209/6915009

c 94.c

/* 在BC31下编译 */ /* compile under Borland C++ 3.1 */ /* 对四则混合运算所提取的形式化表达式(生成式) -> { } -> + | - -> { } -> * | /
www.eeworm.com/read/469655/6972937

m unctemp.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function g = grdfcn(n,m,x,nprob) [fvec,J] = func(n,m,x,nprob,3); g = 2 * fvec' * J ; g=g'; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/467628/7006156

bak solution7.y.bak

/* Kevindra singh RIT2006025 */ %{ #include #include #include #define MAX 100 extern int yylex(); #define YYERROR_VERBOSE void yyerror(const char *msg)
www.eeworm.com/read/466942/7024009

m getsobol.m

function SobSeq = GetSobol(GenNumbers, x0, HowMany) Nbits = 20; factor = 2^Nbits; BitNumbers = GenNumbers * factor; SobSeq = zeros(HowMany + 1, 1); SobSeq(1) = fix(x0*factor); for i=1:HowMany
www.eeworm.com/read/466324/7032489

java exercise6_12.java

import javax.swing.*; public class Exercise6_12 { public static void main(String[] args) { StackOfIntegers stack = new StackOfIntegers(2); // Prompt the user to enter an integer