代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/172576/9701119
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/172576/9701320
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/172576/9701329
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/367177/9767790
java kmp.java
package OTHERS;
import java.util.Scanner;
public class KMP {
static int[] computeNext(String str){
int size = str.length();
int[] next= new int[size];
next[0] = -1;
next[1] = 0;
www.eeworm.com/read/269150/11108032
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/269150/11108056
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/269150/11108084
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/269150/11108110
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/268115/11153736
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/268115/11153932
c microtek.c
/* Driver for Microtek Scanmaker X6 USB scanner, and possibly others.
*
* (C) Copyright 2000 John Fremlin
* (C) Copyright 2000 Oliver Neukum