代码搜索:Multiplicative
找到约 131 项符合「Multiplicative」的源代码
代码结果 131
www.eeworm.com/read/362500/9996100
m mscorr.m
function [sx,alpha,beta] = mscorr(x,xref,mc);
%MSCORR Multiplicative scatter correction (MSC)
% MSCORR performs multiplicative scatter correction
% (aka multiplicative signal correction) on an in
www.eeworm.com/read/424063/10500634
m musyndm3.m
function [ret,x0,str]=musyndm3(t,x,u,flag);
%MUSYNDM3 is the M-file description of the SIMULINK system named MUSYNDM3.
% The block-diagram can be displayed by typing: MUSYNDM3.
%
% SYS=MUSYNDM3(T,
www.eeworm.com/read/147096/12584450
m musyndm3.m
function [ret,x0,str]=musyndm3(t,x,u,flag);
%MUSYNDM3 is the M-file description of the SIMULINK system named MUSYNDM3.
% The block-diagram can be displayed by typing: MUSYNDM3.
%
% SYS=MUSYNDM3(T,
www.eeworm.com/read/200919/15420068
cpp 离散pallard_p.cpp
#include
#include
#include
typedef __int64 INT;
//求gcd
INT gcd(INT a,INT b){
if(a
www.eeworm.com/read/101557/15826672
m musyndm3.m
function [ret,x0,str]=musyndm3(t,x,u,flag);
%MUSYNDM3 is the M-file description of the SIMULINK system named MUSYNDM3.
% The block-diagram can be displayed by typing: MUSYNDM3.
%
% SYS=MUSYNDM3(T,
www.eeworm.com/read/166571/7095728
hpp sarrayops2.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/486345/6540238
m find_inverse.m
function b_inv = find_inverse (b_in, mod_pol)
%FIND_INVERSE Find the multiplicative inverse in GF(2^8).
%
% B_INV = FIND_INVERSE (B_IN, MOD_POL)
% finds the multiplicative inverse of B_IN
www.eeworm.com/read/480070/6676295
hpp sarrayops2.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/151476/12207725
hpp sarrayops2.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/121515/14754831
hpp sarrayops2.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde