代码搜索:Multiplicative

找到约 131 项符合「Multiplicative」的源代码

代码结果 131
www.eeworm.com/read/143816/12839303

txt grammar-0.1.txt

Fava in C Grammar v0.1 ------------------------------------------------------------ 2002-2-1 ffxz: come from Fava Grammar 0.72 ------------------------------------------------------------ program -> d
www.eeworm.com/read/284346/4066169

mval h.mval

* * * * * * * * mval * * * * * * * * "multiplicative m-adic value" SYNTAX: X = mval(m
www.eeworm.com/read/197736/7972298

txt grammar.txt

start -> statement_expr | decl_variable decl_variable -> type declaration_list ';' declarator_list -> declarator_list ',' declarator | declarator declarator -> identifier | identifier ASSIGN
www.eeworm.com/read/138927/13201822

txt grammar.txt

FinC Grammar v0.4 ------------------------------------------------------------ 2003-5-03 ffxz: add support for class, object 2003-5-02 ffxz: add support for OR, XOR ... 2002-5-15 ffxz: add support for
www.eeworm.com/read/307145/13727702

big syntax.big

expression ::= logical-OR-expression # empty ::= "" # letter (parletter) :L:= "a" | "b" | "c" # primary-expression ::= identifier [genid] | constant [genconst] | "(" expression ")" # identifier :L
www.eeworm.com/read/142033/12969727

readme

******************************* The TFBSS code ************************************* TFBSS performs Blind Source Separation of (over)determined multiplicative mixtures of non-stationary real value
www.eeworm.com/read/367236/9765663

readme

******************************* The TFBSS code ************************************* TFBSS performs Blind Source Separation of (over)determined multiplicative mixtures of non-stationary real value
www.eeworm.com/read/449213/7516737

m msc.m

function [Xcorrect]=msc(X,Xref) % msc pretreate the samples X with the Multiplicative Scatter Correct % Input % X:the matrix of the sample spectra to be Correct % Xref:the matri
www.eeworm.com/read/104929/15681079

ref chap4.ref

|div-def {1} |gcd-def {2} |nn:div {102} |lcm-def {3} |euclid {4} |'' {5} |div-gcd {6} |swap-div {7} |sum-div {8} |interch-div {9} |prime-factors {10} |primepower-factors {11} |prod-exp {12} |div-exp {
www.eeworm.com/read/300969/13875804

c lrand.c

/* lrand(3) * * Author: Terrence W. Holm Nov. 1988 * * * A prime modulus multiplicative linear congruential * generator (PMMLCG), or "Lehmer generator". * Implementation di