代码搜索:汉字识别
找到约 8,007 项符合「汉字识别」的源代码
代码结果 8,007
www.eeworm.com/read/203282/15362917
htm 汉字分类.htm
vti_encoding:SR|utf8-nl
vti_cachedlinkinfo:VX|S|汉字输入3.gif
vti_timecreated:TR|01 Jun 2000 07:53:12 +0800
vti_cacheddtm:TX|01 Jun 2000 07:53:30 +0800
vti_timelastmodified:TR|01 Jun 2000 07:53:31 +08
www.eeworm.com/read/203282/15362979
gif 汉字分类.gif
vti_encoding:SR|utf8-nl
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_filesize:IX|9091
vti_cacheddtm:TX|01 Jun 2000 07:43:16 +0800
vti_cachedhasbots:BR|false
vti_extenderversion:S
www.eeworm.com/read/203282/15363000
gif 汉字分类.gif
www.eeworm.com/read/331333/12832841
dat bookinfo.dat
[General Information]
书名=应用模式识别技术导论:人脸识别与语音识别
作者=
页数=236
SS号=10833946
出版日期=
www.eeworm.com/read/378109/9250724
dsp 数字识别.dsp
# Microsoft Developer Studio Project File - Name="数字识别" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/378108/9250728
rc 数字识别.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/377497/9273889
m 文字识别.m
I0=imread('8.jpg');% 必须为二值图像
I=im2bw(I0,0.4);
[y0 x0]=size(I);
Range=sum((~I)');
Hy=0;
for j=1:y0
if (Range(j)>=1)
Hy=Hy+1;
end
end
RangeX=sum((~I));
Wx=0;
for i=1:x0
www.eeworm.com/read/162673/10286378
c flash识别.c
void flash_init(void)
{
volatile unsigned short *_p=FLASH_BASE;
volatile unsigned int manu_id,device_id;
_p[0x555]=0x00AA; //第一周期的写操作
www.eeworm.com/read/162616/10290983