代码搜索结果

找到约 1,827 项符合 Recognition 的代码

mousegestures.java

/* MouseGestures - pure Java library for recognition and processing mouse gestures. Copyright (C) 2003-2004 Smardec This library is free software; you can redistribute it and/or modify it under

mousegesturesrecognizer.java

/* MouseGestures - pure Java library for recognition and processing mouse gestures. Copyright (C) 2003-2004 Smardec This library is free software; you can redistribute it and/or modify it under

mousegestureslistener.java

/* MouseGestures - pure Java library for recognition and processing mouse gestures. Copyright (C) 2003-2004 Smardec This library is free software; you can redistribute it and/or modify it under

testframe.java

/* MouseGestures - pure Java library for recognition and processing mouse gestures. Copyright (C) 2003-2004 Smardec This library is free software; you can redistribute it and/or modify it under

makefile.am

SUBDIRS = recognition noinst_LTLIBRARIES = if INCLUDE_FESTIVAL noinst_LTLIBRARIES += libfestival.la endif AM_CPPFLAGS = -Wall -I$(top_srcdir) libfestival_la_SOURCES = festival.cc

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

c90-digraph-1.c

/* Test for recognition of digraphs: should be recognised 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 recognised 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 recognised 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