代码搜索结果
找到约 1,827 项符合
Recognition 的代码
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
contributors
Contributors to bttv:
Michael Chu
AverMedia fix and more flexible card recognition
Alan Cox
Video4Linux interface and 2.1.x kernel adaptation
Chris Kleitsch
contributors
Contributors to bttv:
Michael Chu
AverMedia fix and more flexible card recognition
Alan Cox
Video4Linux interface and 2.1.x kernel adaptation
Chris Kleitsch
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
pr_loqo.c
/*
* File: pr_loqo.c
* Purpose: solves quadratic programming problem for pattern recognition
* for support vectors
*
* Author: Alex J. Smola
* Created: 10/14/97
cmpwin.m
function [win]=cmpwin(mins,maxs,xborder,yborder)
%
% [win]=cmpwin(mins,maxs,xborder,yborder)
%
% CMPWIN computes appropriate size of the axes.
%
% Statistical Pattern Recognition Toolbox, Vojte
pline.m
function []=pline(alpha,theta,arg,win)
% []=pline(alpha,theta,arg,win)
%
% PLINE plots the line alpha'*x=theta.
%
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Cz
clrchild.m
function []=clrchild(handle)
% function []=clraxis(handle)
%
% CLRCHILD clears children of an object with the given handle.
%
% See also DELETE.
%
% Statistical Pattern Recognition Toolbox, Voj
color.m
function [c]=color(i)
% COLOR returns the one of 7 color (modulo)
%
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.fel
marker.m
function [m]=marker(i)
% MARKER returs the marker specified by i from a given set
%
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague,