代码搜索结果
找到约 1,827 项符合
Recognition 的代码
wine.names
1. Title of Database: Wine recognition data
Updated Sept 21, 1998 by C.Blake : Added attribute information
2. Sources:
(a) Forina, M. et al, PARVUS - An Extendible Package for Data
Explora
usps.c
/*Fisher.C
*recognition of handwritten numerals with Fishier Linear Classifier
*/
/*
*说明:一个数字16X16像素,每个像素是灰度值,
*归一化为-1到1的双精度浮点数
*
*struct Sample
*{
* double data[RAWDATADIM]; //一个点的数据为8 byte
creg-1.s
! Test recognition of predefined control register names, lower and upper
! case; getcon and putcon. Exhaustive test in those domain is small and
! simple enough. Note that basic-1.s has already test
creg-2.s
! Test recognition of predefined control register names specified as crN
! syntax, lower and upper case.
.mode SHmedia
.text
start:
getcon cr0,r21
getcon cr13,r21
getcon CR62,r22
getcon cr8,r21
pushpop.s
; Check the push and pop builtin "macros".
.text
start:
push r1
push r0
push r4
; Check that there is no recognition of invalid offsets.
move.b r5,[sp=sp-8]
move.w r5,[sp=sp-8]
move.d r5,[sp=
brokw-3.s
; Tests the broken-word function, one more word than fits in a
; single branch.
start: moveq 0,r0
; Take the opportunity to (rudimentally) test case-recognition,
; as the diassembler gets overly con
c90-digraph-1.c
/* Test for recognition of digraphs: should be recognized in C94 and C99
mode, but not in C90 mode. Also check correct stringizing.
*/
/* Origin: Joseph Myers */
/* { dg-do run }
c99-digraph-1.c
/* Test for recognition of digraphs: should be recognized in C94 and C99
mode, but not in C90 mode. Also check correct stringizing.
*/
/* Origin: Joseph Myers */
/* { dg-do run }
c94-digraph-1.c
/* Test for recognition of digraphs: should be recognized in C94 and C99
mode, but not in C90 mode. Also check correct stringizing.
*/
/* Origin: Joseph Myers */
/* { dg-do run }
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