代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/434548/7860778

obj scan.obj

www.eeworm.com/read/434548/7860906

txt scan.txt

// scan.cpp: implementation of the Cscan class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "face.h" #include "scan.h" #include "glob
www.eeworm.com/read/399425/7864811

key_scan

www.eeworm.com/read/297964/7983373

h scan.h

/*---------------------------------------------------------------------- File : scan.h Contents: scanner (lexical analysis of a character stream) Author : Christian Borgelt History : 16.01
www.eeworm.com/read/297964/7983388

c scan.c

/*---------------------------------------------------------------------- File : scan.c Contents: scanner (lexical analysis of a character stream) Author : Christian Borgelt History : 16.01
www.eeworm.com/read/297233/8041079

h scan.h

/* scan.h - Utility declarations for scan-decls and fix-header programs. Copyright (C) 1993 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it u
www.eeworm.com/read/297233/8042196

c scan.c

/* Utility functions for scan-decls and fix-header programs. Copyright (C) 1993, 1994 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under t
www.eeworm.com/read/297220/8043572

dsp scan.dsp

# Microsoft Developer Studio Project File - Name="scan" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/297220/8043582

cpp scan.cpp

#include"global.h" #include"scan.h" #include char lexemes[STRMAX]; struct entry symtable[SYMMAX]; int lastentry; int lastchar=-1; int SNum=0;/*输入串长度*/ char identifier[MAX];/*定义标识符*/
www.eeworm.com/read/297220/8043595

h scan.h

void init(); void lexan();