代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/209559/4965080
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/209559/4965083
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/201498/5058843
makefile
lib_db := libdb.a
sources := scanner.c playlist.c
objects := $(subst .c,.o,$(sources))
dependencies := $(subst .c,.d,$(sources))
include_dirs = .. ../../include
vpath %.h $(include_di
www.eeworm.com/read/201498/5058864
mk module.mk
local_src := $(addprefix $(subdirectory)/,playlist.y scanner.l)
$(eval $(call make-library, $(subdirectory)/libdb.a, $(local_src)))
.SECONDARY: $(call generated-source, $(local_src))
$(subdirectory
www.eeworm.com/read/201498/5058949
mk module.mk
local_src := $(addprefix $(subdirectory)/,playlist.y scanner.l)
$(eval $(call make-library, $(subdirectory)/libdb.a, $(local_src)))
.SECONDARY: $(call generated-source, $(local_src))
$(subdirectory
www.eeworm.com/read/192337/5157513
java adventuretextui.java
package ope.adventure.ui;
import java.util.Scanner;
import ope.adventure.Area;
import ope.adventure.Adventure;
import ope.adventure.Player;
/**
* This class contains a fully text-base
www.eeworm.com/read/179911/5295425
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/179911/5295466
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/179911/5295469
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/177353/5328249
makefile
top_builddir=../../..
include $(top_builddir)/Makefile.config
SUBDIRS = html rss xbel
OBJS = sgml.o parser.o scanner.o
include $(top_srcdir)/Makefile.lib