代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/270404/11039263
cpp main.cpp
#include "globals.h"
/* set NO_PARSE to TRUE to get a scanner-only compiler */
#define NO_PARSE FALSE
/* set NO_ANALYZE to TRUE to get a parse-only compiler */
#define NO_ANALYZE TRUE
/* se
www.eeworm.com/read/270404/11039286
cpp main.cpp
#include "globals.h"
/* set NO_PARSE to TRUE to get a scanner-only compiler */
#define NO_PARSE FALSE
/* set NO_ANALYZE to TRUE to get a parse-only compiler */
#define NO_ANALYZE TRUE
/* se
www.eeworm.com/read/240145/7086873
rc scanuser.rc
#include
#include
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Scanner control program
www.eeworm.com/read/459525/7274360
txt 新建 文本文档 (3).txt
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Scanner;
public class Save {
public static void main(String[] args) {
for (int i
www.eeworm.com/read/452862/7431697
c main.c
#include "globals.h"
/* set NO_PARSE to TRUE to get a scanner-only compiler */
#define NO_PARSE FALSE
/* set NO_ANALYZE to TRUE to get a parser-only compiler */
#define NO_ANALYZE FALSE
/* se
www.eeworm.com/read/435460/7792129
rc scanuser.rc
#include
#include
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Scanner control program
www.eeworm.com/read/296025/8127881
l testxxlexer.l
// An example of using the flex C++ scanner class.
%option C++ noyywrap
%{
int mylineno = 0;
%}
string \"[^\n"]+\"
ws [ \t]+
alpha [A-Za-z]
dig [0-9]
name ({alpha}|{dig}|\$)({alpha
www.eeworm.com/read/333438/12681795
h microtek.h
/*
* Driver for Microtek Scanmaker X6 USB scanner and possibly others.
*
* (C) Copyright 2000 John Fremlin
* (C) Copyright 2000 Oliver Neukum
www.eeworm.com/read/333438/12682068
c microtek.c
/* Driver for Microtek Scanmaker X6 USB scanner, and possibly others.
*
* (C) Copyright 2000 John Fremlin
* (C) Copyright 2000 Oliver Neukum
www.eeworm.com/read/333438/12682087
c rio500.c
/* -*- linux-c -*- */
/*
* Driver for USB Rio 500
*
* Cesar Miquel (miquel@df.uba.ar)
*
* based on hp_scanner.c by David E. Nelson (dnelson@jump.net)
*
* This program is free software; you