代码搜索:Scan

找到约 10,000 项符合「Scan」的源代码

代码结果 10,000
www.eeworm.com/read/297220/8043613

plg scan.plg

Build Log --------------------Configuration: scan - Win32 Debug-------------------- Command Lines Results scan.exe - 0 error(s)
www.eeworm.com/read/297220/8043616

ncb scan.ncb

www.eeworm.com/read/297220/8043619

dsw scan.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/297220/8043621

opt scan.opt

www.eeworm.com/read/196330/8098722

c scan.c

#define SUBRAM #include "ram.c" /*P0.0-P0.3->低4位*/ /*P5.0-P5.3->高4位*/ /*0->开,1->关*/ const unsigned char Dig_tab[] = { 0b11000000,0b11111100,0b01010010,0b01010100, 0b01101100,0b0100010
www.eeworm.com/read/196330/8098723

rel scan.rel

www.eeworm.com/read/396535/8101189

exe scan.exe

www.eeworm.com/read/296025/8127866

l scan.l

/* scan.l - scanner for flex input */ %{ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to
www.eeworm.com/read/295878/8135613

c scan.c

#include "globals.h" #include "util.h" #include "scan.h" typedef enum { START,INASSIGN,INCOMMENT,INNUM,INID,DONE } StateType; char tokenString[MAXTOKENLEN+1]; #define BUFLEN 256
www.eeworm.com/read/295878/8135621

h scan.h

/****************************************************/ /* File: scan.h */ /* The scanner interface for the TINY compiler */ /* Compiler Construction: Princi