代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/160517/10522706
m istrained.m
%ISTRAINED Test on trained mapping
%
% I = ISTRAINED(W)
% ISTRAINED(W)
%
% True if the mapping type of W is 'trained' (see HELP MAPPINGS). If
% called without an output argument ISTRAINED gener
www.eeworm.com/read/160517/10522761
m isuntrained.m
%ISUNTRAINED Test on untrained mapping
%
% I = ISUNTRAINED(W)
% ISUNTRAINED(W)
%
% True if the mapping type of W is 'untrained' (see HELP MAPPINGS).
% If called without an output argument ISUNTR
www.eeworm.com/read/423536/10553133
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables with me
www.eeworm.com/read/423536/10553179
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables with me
www.eeworm.com/read/423536/10553256
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables with me
www.eeworm.com/read/423536/10553306
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables with me
www.eeworm.com/read/159620/10632876
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables with me
www.eeworm.com/read/418779/10912440
txt 471.txt
Rule:
--
Sid:
471
--
Summary:
This event is generated when Icmpenum v1.1.1 generates an ICMP datagram.
--
Impact:
ICMP echo requests are used to determine if a host is running at a specific IP addr
www.eeworm.com/read/418779/10918583
txt 476.txt
Rule:
--
Sid:
476
--
Summary:
This event is generated when Webtrends Security Scanner generates an ICMP echo request message.
--
Impact:
ICMP echo requests are used to determine if a host is runnin
www.eeworm.com/read/271244/11002081
m mbssel.m
function[F]=mbssel(X1)
% The function MBSSEL generates a zero order modified Bessel function of the first kind:
% Io(X) = SUM( (X/2)**(2*j)/(j!)**2 ) j=0,1,2,3,...
%
% Calling sequence-
%