代码搜索:数字识别
找到约 10,000 项符合「数字识别」的源代码
代码结果 10,000
www.eeworm.com/read/135754/13902478
m example57_3.m
figure('name','简单的形状识别','numbertitle','off');
clc;
%%%%%%%%%%%%%%%%%%%%%%%%%%%
a=imread('example57Re3.bmp');
p=rgb2gray(a);
for i=1:128
for j=1:128
if p(i,j)>130
www.eeworm.com/read/135754/13902658
m example57_2.m
figure('name','简单的形状识别','numbertitle','off');
clc;
%%%%%%%%%%%%%%%%%%%%%%%%%%%
a=imread('example57Re2.bmp');
p=rgb2gray(a);
for i=1:128
for j=1:128
if p(i,j)>130
www.eeworm.com/read/203248/15363249
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "水果识别.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
www.eeworm.com/read/104962/15680706
l sentence.l
%{
{*
* 基于单词识别的句子分析
用法 lex Sentence
*}
Unit Sentence;
interface
uses
SysUtils, LexLib, Classes;
const
Noun=257;
Pron=258;
Verb=259;
Adv= 260;
Adj= 261;
Prep=262;
Conj=263;
www.eeworm.com/read/104962/15680726
y sentence.y
%{
{*
* 识别简单英语句子的yacc程序
编译:yacc sentence sentenceyacc.dpr
*}
program SentenceYacc;
{$APPTYPE CONSOLE}
uses
SysUtils, LexLib, YaccLib, Sentence;
%}
%token Noun Pron Verb Adv Adj Prep Conj
%
www.eeworm.com/read/101759/15819195
l sentence.l
%{
{*
* 基于单词识别的句子分析
用法 lex Sentence
*}
Unit Sentence;
interface
uses
SysUtils, LexLib, Classes;
const
Noun=257;
Pron=258;
Verb=259;
Adv= 260;
Adj= 261;
Prep=262;
Conj=263;
www.eeworm.com/read/431839/8650918
asv untitled2.asv
%神经网络进行字符识别
close all
clear
echo on
clc
%用BP神经网络进行英文字符识别
%NEWFF——生成一个新的前向神经网络
%TRAIN——对神经网络进行训练
%SIM——对神经网络进行仿真
pause % 敲任意键开始
clc
%载入训练样本
[alphabet,targets]=prprob
[R1,Q1]=size(alphabe
www.eeworm.com/read/34402/889354
plg tcs230_v1.plg
礦ision3 Build Log
Project:
\\Pc-8000\本地磁盘 (F)\产品资料\05、传感器类\TCS230颜色识别\TCS230颜色识别\TCS3200颜色传感器51例程\tcs230_v1.uv2
Project File Date: 04/11/2012
Output
www.eeworm.com/read/367675/2832914
txt 32.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: [合集]请问"jet"在模式识别中是什么意思
发信站: 南京大学小百合站 (Fri Aug 23 23:02:28 2002), 站内信件
leasky (不再犹豫) 于Tue Aug 13 09:55:59 2002)
提到:
看到n篇模式识别的文章中都提到jet,好像翻译成 喷射 说不通
GzLi
www.eeworm.com/read/367675/2833122
txt 28.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: [合集]如何解决过学习问题?
发信站: 南京大学小百合站 (Sun Oct 20 23:29:51 2002), 站内信件
BlueAnt (BlueAnt) 于Thu Oct 17 09:12:30 2002)
提到:
在人脸识别实验中,我发现如果采用了改进的方法,能使实验结果的正确识别率很高,但
其