代码搜索结果
找到约 1,827 项符合
Recognition 的代码
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
readme.m
% Copy all files in Matlab current directory and type "speechann" on
% Matlab command window.
%
% In order to obtain the complete source code please visit
% http://www.advancedsourcecode.com/dtws
facerec.m
%FACE RECOGNITION SCRIPT
%First takes the last selected image
%Calls the images from database
%Applies PCA to images
%Compares the last selected image with database images and says if it is
%foun
start.m
% Main code for accessing the software
%Clears the parallel port first and then turns on(gives logical 1)
%to D2
clc
clear all
close all
b=1;
for b=1:100
i=1;
k=1;
parport=digitalio('pa
facerec.asv
%FACE RECOGNITION SCRIPT
%First takes the last selected image
%Calls the images from database
%Applies PCA to images
%Compares the last selected image with database images and says if it is
%foun
whatsnew.txt
0.2
* 完全汉化了主程序
* 自述文件基本汉化
* 中文支持更加完美
* 程序增加中文注释
* 新增忘记单个变量
0.1
* 支持 GB 码
* 汉化自述文件一小部分
为了尊重原作者,这里保留了原来的 What's new 文件,放在下面。
.:| 1.5 |:.
* fixed recognition of block condition if value
mainfrm.cpp
//基于BP网络的含噪声数字的识别(noised digital number recognition based on BPnet)
//Developed by 赵辉(H.ZHAO)
//Shandong University,JInan,ChinaPRC
//finished 2004-03-26
// MainFrm.cpp : implementation of the CMai
childview.cpp
//基于BP网络的含噪声数字的识别(noised digital number recognition based on BPnet)
//Developed by 赵辉(H.ZHAO)
//Shandong University,JInan,ChinaPRC
//finished 2004-03-23
//the memory used dynamicly has been optimi
bpnet.cpp
//基于BP网络的含噪声数字的识别(noised digital number recognition based on BPnet)
//Developed by 赵辉(H.ZHAO)
//Shandong University,JInan,ChinaPRC
//finished 2004-03-26
// BPnet.cpp : Defines the class behaviors
pr_loqo.h
/*
* File: pr_loqo.h
* Purpose: solves quadratic programming problem for pattern recognition
* for support vectors
*
* Author: Alex J. Smola
* Created: 10/14/97