代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/268115/11153946
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
www.eeworm.com/read/109611/15553496
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/107378/15608370
cpp ccolorbutton.cpp
// ColorcButton.cpp : implementation file
//
#include "stdafx.h"
#include "scanner.h"
#include "CcolorButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/107378/15608386
cpp scannerdlg.cpp
// scannerDlg.cpp : implementation file
//
#include "stdafx.h"
#include "scanner.h"
#include "scannerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/102417/15781481
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/101054/15855889
license
ITS4 (It's The Software, Stupid! -- Security Scanner)
NON-COMMERCIAL LICENSE (Version 1, Feb 17, 2000)
Copyright (C) 2000, Cigital, Inc.
All rights reserved.
For commercial licensing please contact
www.eeworm.com/read/100529/15872716
license
ITS4 (It's The Software, Stupid! -- Security Scanner)
NON-COMMERCIAL LICENSE (Version 1, Feb 17, 2000)
Copyright (C) 2000, Cigital, Inc.
All rights reserved.
For commercial licensing please contact
www.eeworm.com/read/100135/15883105
makefile2
#
# PCCTS makefile for: test2.g
#
# PCCTS release 1.21
# Project: t
# C++ output
# D scanner
# A-defined token types
#
TOKENS = B/tokens.h
#
# The following filenames must be consistent with A/D flags
www.eeworm.com/read/371236/9560438
history
Coco/R for C and C++
====================
Version 1.00 - Apr-13-1994
- First released version
Version 1.02 - Sep-15-1994
- Minor bug repaired in SCANNER.FRM file.
- Some bugs found in CR
www.eeworm.com/read/280395/10333020
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}|{dig}|\_|\.|