代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/254158/11999361
h scanner.h
#pragma once
#include
#include
#define MYSPC_BEGIN namespace my_space{
#define MYSPC_END }
MYSPC_BEGIN
enum DSTATE{
// trap state
DERROR=false,
// start state
START,
www.eeworm.com/read/153764/12008417
h scanner.h
(* =========================================================================
scanner.[h] -- table-driven lexical scanner
Scanner tables are created by the program makescan, and are linked
www.eeworm.com/read/153764/12008444
h scanner.h
//////////////////////////////////////////////////////////////////////////////
//
// scanner.[h,cc] -- table-driven lexical scanner
//
// Scanner tables are created by the program makescan, and are
www.eeworm.com/read/153764/12008473
cc scanner.cc
//////////////////////////////////////////////////////////////////////////////
//
// scanner.cc
//
#include
#include
#include "tokens.h"
#include "scanner.h"
#include "scantab.
www.eeworm.com/read/152554/12106863
cpp scanner.cpp
/****************************************************/
/* 文件 scanner.cpp */
/* 说明 TINY编译器的词法扫描器实现 */
/* 主题 编译器结构:原理和实例 */
/****************************************************/
www.eeworm.com/read/152554/12106871
h scanner.h
/****************************************************/
/* 文件 scanner.h */
/* 说明 TINY编译器的词法扫描器界面 */
/* 主题 编译器结构:原理和实例 */
/****************************************************/
www.eeworm.com/read/253659/12206243
h scanner.h
/*
* File: scanner.h
* Company: TWAIN Working Group, JFL Peripheral Solutions Inc.
* Author: Jon Harju
* Description:
* Simulates basic scanner operations
*
* Copyright
www.eeworm.com/read/253659/12206254
c scanner.c
/*
* File: scanner.c
* Company: TWAIN Working Group, JFL Peripheral Solutions Inc.
* Author: Jon Harju
* Description:
* Simulates basic scanner operations
*
* Copyright
www.eeworm.com/read/151390/12216557
hpp scanner.hpp
// released into the public domain
// by Christopher Diggins 2004
// http://www.cdiggins.com
#ifndef SCANNER_HPP_INCLUDED
#define SCANNER_HPP_INCLUDED
#include "parser_input_stream.hpp"
www.eeworm.com/read/252680/12268076
cpp scanner.cpp
/****************************************************/
/* 文件 scanner.cpp */
/* 说明 TINY编译器的词法扫描器实现 */
/* 主题 编译器结构:原理和实例 */
/****************************************************/