代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/401439/11557710
c scan.c
#include
/* namespaces */
#if defined(__cplusplus) && defined(YYSTDCPPLIB)
using namespace std;
#endif
#if defined(__cplusplus) && defined(YYNAMESPACE)
using namespace yl;
#endif
www.eeworm.com/read/401271/11560178
c scan.c
www.eeworm.com/read/348438/11594360
h scan.h
#ifndef SCAN_H_
#define SCAN_H_
#include
#include
#include
#include "global.h"
#include "util.h"
using namespace std;
string inner_source=
"int input(void){
www.eeworm.com/read/261889/11617623
scan configure.scan
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRES
www.eeworm.com/read/261886/11617667
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/261886/11617668
opt scan.opt
www.eeworm.com/read/261886/11617669
cpp scan.cpp
#include
#include
#include
#include"scan.h"
#define BUFLEN 256
typedef enum
{START,INID,INNUM,INCOMMENT,DONE} StateType; //对应DFA的状态
static struct //关键字
{
www.eeworm.com/read/261886/11617672
plg scan.plg
Build Log
--------------------Configuration: Scan - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/261886/11617674
h scan.h
#ifndef _SCAN_H_
#define _SCAN_H_
#define MAXTOKENLEN 40
#define MAXRESERVED 6
#define TRUE 1
#define FALSE 0
#define boolean int
extern char tokenString[MAXTOKENLEN + 1];
typedef enum /
www.eeworm.com/read/261886/11617676