代码搜索:Identify
找到约 1,886 项符合「Identify」的源代码
代码结果 1,886
www.eeworm.com/read/198871/7905549
c parser.tab.c
/* A Bison parser, made from parser.y
by GNU bison 1.35. */
#define YYBISON 1 /* Identify Bison output. */
# define NPHOTONS 257
# define SEED 258
# define SEGFILE 259
# define FREQUEN
www.eeworm.com/read/297233/8041334
c objc-parse.c
/* A Bison parser, made from objc-parse.y with Bison version GNU Bison version 1.24
*/
#define YYBISON 1 /* Identify Bison output. */
#define IDENTIFIER 258
#define TYPENAME 259
#define SCSPEC
www.eeworm.com/read/297233/8042147
c c-parse.c
/* A Bison parser, made from c-parse.y
by Bison version A2.5 (Andrew Consortium)
*/
#define YYBISON 1 /* Identify Bison output. */
#define IDENTIFIER 258
#define TYPENAME 259
#define SCSPEC
www.eeworm.com/read/332314/12763974
h messages.h
// Messages.h
// identify yourself specifically
const char TALKING_TO[] PROGMEM = "\r\rYou are talking to the \0";
const char WHO_DEMO[] PROGMEM = "'Function Generator' demo.\r\r\0";
// bad
www.eeworm.com/read/332314/12763989
h messages.h
// identify yourself specifically
const char TALKING_TO[] PROGMEM = "\rYou are talking to the ";
const char WHO_DEMO[] PROGMEM = "'Play it again Sam' demo.\r";
// bad command
const char BAD_CO
www.eeworm.com/read/332314/12764028
h messages.h
// Messages.h
// identify yourself specifically
const char TALKING_TO[] PROGMEM = "\r\rYou are talking to the \0";
const char WHO_DEMO[] PROGMEM = "'Messenger' demo.\r\r\0";
// bad command
www.eeworm.com/read/332314/12764078
h messages.h
// identify yourself specifically
const char TALKING_TO[] PROGMEM = "\rYou are talking to the ";
const char WHO_DEMO[] PROGMEM = "'Real Time Clock' demo.\r";
// bad command
const char BAD_COMM