代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/135153/5887428
c scribwidget.c
/*
* Copyright (c) 2000 Greg Haerr
* Copyright (c) 2000 Century Software
* Scribble Handwriting Recognition for Nano-X!
* Scribble object routines
www.eeworm.com/read/131762/5928078
c scribwidget.c
/*
* Copyright (c) 2000 Greg Haerr
* Copyright (c) 2000 Century Software
* Scribble Handwriting Recognition for Nano-X!
* Scribble object routines
www.eeworm.com/read/125811/6021968
c scribwidget.c
/*
* Copyright (c) 2000 Greg Haerr
* Copyright (c) 2000 Century Software
* Scribble Handwriting Recognition for Nano-X!
* Scribble object routines
www.eeworm.com/read/109236/6175798
c scribwidget.c
/*
* Copyright (c) 2000 Greg Haerr
* Copyright (c) 2000 Century Software
* Scribble Handwriting Recognition for Nano-X!
* Scribble object routines
www.eeworm.com/read/100745/6265244
c scribwidget.c
/*
* Copyright (c) 2000 Greg Haerr
* Copyright (c) 2000 Century Software
* Scribble Handwriting Recognition for Nano-X!
* Scribble object routines
www.eeworm.com/read/421428/6307867
m examplere.m
%nn1R, Recognition of BP network
%===============
%训练好的BP网络识别加了噪声的测试样本
%===============
clc;
[length,width]=size(b1);
b=double(b1);
q=reshape(b,length*width,1); %改32*32的矩阵为1024*1的矩阵
Recog
www.eeworm.com/read/492695/6419501
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/487311/6519085
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/483659/6600384
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