代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/193648/8209814
l ch1-02.l
%{
/*
* this sample demonstrates (very) simple recognition:
* a verb/not a verb.
*/
%}
%%
[\t ]+ /* ignore white space */ ;
is |
am |
are |
were |
was |
be |
being |
been |
do |
does |
did |
wi
www.eeworm.com/read/293018/8318367
l ch1-02.l
%{
/*
* this sample demonstrates (very) simple recognition:
* a verb/not a verb.
*/
%}
%%
[\t ]+ /* ignore white space */ ;
is |
am |
are |
were |
was |
be |
being |
been |
do |
does |
did |
wi
www.eeworm.com/read/367442/9747776
m setaxis.m
function []=setaxis(handle,rect)
% function []=setaxis(handle,rect)
%
% SETAXIS sets scaling for the x- and y-axes
% on the plot with a given handle.
%
% See also AXIS.
%
% Statistical Patte
www.eeworm.com/read/135779/13900159
m example35re.m
%nn1R, Recognition of BP network
%===============
%例3.5 训练好的BP网络识别加了噪声的测试样本
%===============
clc;
[length,width]=size(b1);
b=double(b1);
q=reshape(b,length*width,1); %改32*32的矩阵为1024*1的矩阵
www.eeworm.com/read/135754/13902328
m example35re.m
%nn1R, Recognition of BP network
%===============
%例3.5 训练好的BP网络识别加了噪声的测试样本
%===============
clc;
[length,width]=size(b1);
b=double(b1);
q=reshape(b,length*width,1); %改32*32的矩阵为1024*1的矩阵
www.eeworm.com/read/300041/13942061
esf sadd.esf
OPTIONS_FOR_ENTITIES_ONLY
{
AUTO_SHIFT_REGISTER_RECOGNITION = OFF;
}
www.eeworm.com/read/300041/13942137
esf lc_tdl_strat.esf
OPTIONS_FOR_ENTITIES_ONLY
{
AUTO_SHIFT_REGISTER_RECOGNITION = OFF;
}
www.eeworm.com/read/300041/13942332
esf sadd_lpm.esf
OPTIONS_FOR_ENTITIES_ONLY
{
AUTO_SHIFT_REGISTER_RECOGNITION = OFF;
}
www.eeworm.com/read/135036/13966186
rsp demo2rgn.rsp
//
// file: demo2rgn.rsp
// desc: demo2 recognition response file
// by: patrick ko shu pui
// date: 27 apr 1992
//
// 4 input units
-i=4
// 4 output units
-o=4
// 2 hidden layers
-hh
www.eeworm.com/read/135036/13966194
rsp demo1rgn.rsp
//
// file: demo1rgn.rsp
// desc: demo1 recognition response file
// by: patrick ko shu pui
// date: 27 apr 1992
//
// comment:
//
// The following response file is equivalent to the command