代码搜索结果
找到约 3,225 项符合
Recognition 的代码
tsphere.1
.\" @(#)tsphere.1 91/05/20 NIST;
.\" I Image Recognition Group
.\" Stan Janet
.\"
.TH TSHPERE 1 "20 May 91"
.SH NAME
.nf
tsphere \- test the SPHERE speech waveform utilities
.fi
.SH SYNOPSIS
.nf
\fB
if-2.c
/* { dg-do preprocess } */
/* { dg-options -pedantic-errors } */
#if 'a' != 'a' || '\001' != 1 || '\x12' != 0x12
#error a,1,0x12 /* { dg-bogus "#error" "basic charconst recognition" } */
#endif
#if
if-2.c
/* { dg-do preprocess } */
/* { dg-options -pedantic-errors } */
#if 'a' != 'a' || '\001' != 1 || '\x12' != 0x12
#error a,1,0x12 /* { dg-bogus "#error" "basic charconst recognition" } */
#endif
#if
marker_color.m
function c=marker_color(i)
% MARKER_COLOR Returns marker color.
%
% Synopsis:
% c=marker_color(i)
%
% See also MARKER_TYPE
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-200
marker_type.m
function m=marker_type(i)
% MARKER_TYPE Returns marker type.
%
% Synopsis:
% m=marker_type(i)
%
% See also MARKER_COLOR.
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-2003
marker_color.m
function c=marker_color(i)
% MARKER_COLOR Returns marker color.
%
% Synopsis:
% c=marker_color(i)
%
% See also MARKER_TYPE
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-200
marker_type.m
function m=marker_type(i)
% MARKER_TYPE Returns marker type.
%
% Synopsis:
% m=marker_type(i)
%
% See also MARKER_COLOR.
%
% About: Statistical Pattern Recognition Toolbox
% (C) 1999-2003
if-2.c
/* { dg-do preprocess } */
/* { dg-options -pedantic-errors } */
#if 'a' != 'a' || '\001' != 1 || '\x12' != 0x12
#error a,1,0x12 /* { dg-bogus "#error" "basic charconst recognition" } */
#endif
#if
appcr1.m
%APPCR1 Character recognition.
% Mark Beale, 12-15-93
% Copyright 1992-2005 The MathWorks, Inc.
% $Revision: 1.15.2.1 $ $Date: 2005/11/15 01:14:56 $
clf;
figure(gcf)
echo on
% NEW
appcr1.asv
%APPCR1 Character recognition.
% Mark Beale, 12-15-93
% Copyright 1992-2005 The MathWorks, Inc.
% $Revision: 1.15.2.1 $ $Date: 2005/11/15 01:14:56 $
clf;
figure(gcf)
echo on
% NEW