代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/462318/7202827
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/460435/7251054
m isfixed.m
%ISFIXED Test on fixed mapping
%
% I = ISFIXED(W)
% ISFIXED(W)
%
% True if the mapping type of W is 'fixed' (see HELP MAPPINGS). If called
% without an output argument ISFIXED generates an erro
www.eeworm.com/read/460435/7251089
m iscombiner.m
%ISCOMBINER Test whether the argument is a combiner mapping
%
% OK = ISCOMBINER(W)
% ISCOMBINER(W)
%
% INPUT
% W Mapping
%
% OUTPUT
% OK 1/0 indicating if the mapping type of W is COMBINER
www.eeworm.com/read/460435/7251104
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/460435/7251127
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/460435/7251179
m gendatsin.m
%GENREGSIN Generate sinusoidal regression data
%
% X = GENDATSIN(N,SIGMA)
%
% INPUT
% N Number of objects to generate
% SIGMA Standard deviation of the noise
%
% OUTPUT
% X Reg
www.eeworm.com/read/459841/7264162
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 w
www.eeworm.com/read/457948/7315117
cpp 371 akermann.cpp
#include
using namespace std;
int main()
{
long long i,j,max,t,l,change,req,start,end;
while(cin>>i>>j)
{
start=i;
www.eeworm.com/read/457711/7318989
m xmatrix.m
function X=Xmatrix(n)
% The command X=Xmatrix(n) generates
% a matrix of 0's and 1's whose nonzero
% entries are in the form a letter X,
% that is, the main diagonal and the
% anti-diagonal consi
www.eeworm.com/read/457711/7319005
m zmatrix.m
function Z=Zmatrix(n)
% The command Z=Zmatrix(n) generates
% a matrix of 0's and 1's whose nonzero
% entries are in the form a letter Z,
% that is, the first and last rows
% and the anti-diagonal