代码搜索:Scanner

找到约 4,788 项符合「Scanner」的源代码

代码结果 4,788
www.eeworm.com/read/263024/11379929

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/263024/11379942

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/156415/11804925

h parser.h

#ifndef PARSER_H #define PARSER_H #include "scanner.h" typedef double(*FuncPtr)(double); struct ExprNode { enum Token_Type OpCode; //PLUS,MINUS,MUL,DIV union { struct{ExprNode *Left,*
www.eeworm.com/read/232929/14177156

cpp scannerdlg.cpp

// ScannerDlg.cpp : implementation file // #include "stdafx.h" #include "Scanner.h" #include "ScannerDlg.h" #include "ListDialog.h" #include "afxcoll.h" #include "string.h" #ifdef _DEBUG
www.eeworm.com/read/229604/14327494

cpp dipdemodlg.cpp

// DIPDemoDlg.cpp : implementation file // #include "stdafx.h" #include "DIPDemo.h" #include "DIPDemoDlg.h" #include "ProcessDlg.h" #include "HistogramDlg.h" #include "Scanner.h" #include "C
www.eeworm.com/read/229604/14327622

cpp dipdemodlg.cpp

// DIPDemoDlg.cpp : implementation file // #include "stdafx.h" #include "DIPDemo.h" #include "DIPDemoDlg.h" #include "ProcessDlg.h" #include "HistogramDlg.h" #include "Scanner.h" #include "C
www.eeworm.com/read/224153/14604548

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/121154/14768353

cpp cminusc.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 parser-only compiler */ #define NO_ANALYZE FALSE /* se
www.eeworm.com/read/483457/1278069

java guest.java

/* * Guest * 2007 * */ package s2javaoo.xmal.user; import java.util.Scanner; import s2javaoo.xmal.sys.ControlSys; public class Guest { private String name; // 雇员姓名 pub
www.eeworm.com/read/479151/1338349

h microtek.h

/* * Driver for Microtek Scanmaker X6 USB scanner and possibly others. * * (C) Copyright 2000 John Fremlin * (C) Copyright 2000 Oliver Neukum