代码搜索结果

找到约 3,225 项符合 Recognition 的代码

scribwidget.c

/* * Copyright (c) 2000 Greg Haerr * Copyright (c) 2000 Century Software * Scribble Handwriting Recognition for Nano-X! * Scribble object routines

konfig.m

function konfig(plik) % trgraph % loads configuration from plik global PREC PODZIAL DELTEMP AUTOFORMAT MAXLINIA precd=10; podziald=2500; DELTEMP=1; % deleting temporary file AUTOFORMAT=1; % a

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

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

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

readme.txt

% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac % (c) Czech Technical University Prague, http://cmp.felk.cvut.cz % Written Vojtech Franc (diploma thesis) 26.02.2000 % Modifi

stprpath.m

function stprpath(toolboxroot) % STPRPATH sets path to Statistical Pattern Recognition Toolbox. % % Synopsis: % stprpath % stprpath(toolboxroot) % % Description: % stprpath(toolboxroot) se

contents.m

% Demos of the Statistical Pattern Recognition Toolbox. % % image_denoising - (dir) Image denoising using kernel PCA. % ocr - (dir) Object Character Recognition. % % demo_anderson - G

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的矩阵

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的矩阵