代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/476207/6764182
cpp scanner.cpp
#include "scanner.h"
Scanner::Scanner(char * fn_in, char * fn_out, char * fn_err, char * fn_lex)
{
token = -1;
count_line = 0;
count_file = 0;
//将源文件读入缓冲区
int ptr = 0;
www.eeworm.com/read/476207/6764187
h scanner.h
#ifndef SCANNER_H
#define SCANNER_H
#include
#include
#include
#include
#include
#include "constant.h"
#include "position.h"
using namesp
www.eeworm.com/read/476207/6764191
o scanner.o
www.eeworm.com/read/409894/11308117
pas scanner.pas
unit scanner;
interface
uses
Classes,sysutils;
type
Tscanner = class(TThread)
private
{ Private declarations }
destination:string;
port:integer;
result:integer;
p
www.eeworm.com/read/263024/11379713
h scanner.h
/*
* Driver for USB Scanners (linux-2.4.18)
*
* Copyright (C) 1999, 2000, 2001, 2002 David E. Nelson
*
* Brian Beattie
*
* This program is free software; you can redi
www.eeworm.com/read/263024/11380217
c scanner.c
/* -*- linux-c -*- */
/*
* Driver for USB Scanners (linux-2.4.18)
*
* Copyright (C) 1999, 2000, 2001, 2002 David E. Nelson
*
* Portions may be copyright Brad Keryan and Michael Gee.
*
* Brian
www.eeworm.com/read/405663/11459584
class scanner.class
www.eeworm.com/read/405452/11461867
ico scanner.ico
www.eeworm.com/read/405452/11462449
bmp scanner.bmp
www.eeworm.com/read/404226/11489772
l scanner.l
/*
* File: scanner.l
* ----------------
* Lex inupt file to generate the scanner for the compiler.
*/
%{
#include
#include "scanner.h"
#include "utility.h" // for PrintDebug()
#inclu