代码搜索结果

找到约 3,225 项符合 Recognition 的代码

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

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

makefile

COMPONENT=BaseStationC CFLAGS += -DCC2420_NO_ACKNOWLEDGEMENTS CFLAGS += -DCC2420_NO_ADDRESS_RECOGNITION BUILD_EXTRA_DEPS += seriallisten15-4 CLEAN_EXTRA = seriallisten15-4.o seriallisten15-4

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