代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/100135/15883092
makefile
#
# PCCTS makefile for: test.g
#
# Created from: ../../bin/genmk -CC -project t -class Expr test.g
#
# PCCTS release 1.32
# Project: t
# C++ output
# DLG scanner
# ANTLR-defined token types
#
TOKENS =
www.eeworm.com/read/100135/15883097
makefile
#
# PCCTS makefile for: test.g
#
# Created from: ../../bin/genmk -CC -class PEHTest -project t test.g
#
# PCCTS release 1.32
# Project: t
# C++ output
# DLG scanner
# ANTLR-defined token types
#
TOKEN
www.eeworm.com/read/100135/15883099
makefile
#
# PCCTS makefile for: test.g
#
# Created from: ../../bin/genmk -CC -project t -class Expr test.g
#
# PCCTS release 1.32
# Project: t
# C++ output
# DLG scanner
# ANTLR-defined token types
#
TOKENS =
www.eeworm.com/read/100135/15883102
makefile
#
# PCCTS makefile for: test.g
#
# Created from: ../../bin/genmk -CC -class Expr -project t test.g
#
# PCCTS release 1.32
# Project: t
# C++ output
# DLG scanner
# ANTLR-defined token types
#
TOKENS =
www.eeworm.com/read/100135/15883111
makefile
#
# PCCTS makefile for: test.g
#
# Created from: ../../bin/genmk -CC -class Expr -project t test.g
#
# PCCTS release 1.32
# Project: t
# C++ output
# DLG scanner
# ANTLR-defined token types
#
TOKENS =
www.eeworm.com/read/390519/8461133
txt 词法分析器状态图转换.txt
算法如下:
struct code_val scanner(char *buf);
{
static int i=0;
struct code_val t={'\0',"NUL"};
char token[WORDLEN]="";
while(buf[i]= =' ') i++;
if(buf[i] >= 'a' && buf[i]
www.eeworm.com/read/189150/8488303
cpp aiedlg.cpp
// AIEDlg.cpp : implementation file
#include "stdafx.h"
#include "source10.h"
#include "AIEDlg.h"
#include "BCEDlg.h"
#include "CEDlg.h"
#include "Scanner.h"
#include "SetScanner.h"
#
www.eeworm.com/read/189150/8488344
cpp postioninfo.cpp
#include "stdafx.h"
#include "source10.h"
#include "postionInfo.h"
#include "SetScanner.h"
#include "Scanner.h"
#include "Settings.h"
#include "Resource.h"
#include "ViewWnd.h"
#include
www.eeworm.com/read/189150/8488438
cpp bcedlg.cpp
// BCEDlg.cpp : implementation file
#include "stdafx.h"
#include "source10.h"
#include "AIEDlg.h"
#include "BCEDlg.h"
#include "functions.h"
#include "scanner.h"
#ifdef _DEBUG
#define ne
www.eeworm.com/read/388084/8636724
cpp demoview1.cpp
// DemoView1.cpp : implementation file
//
#include "stdafx.h"
#include "scanner.h"
#include "DemoView1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F