代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/244387/12869527
makefile
# Makefile for cbook/10-Modular-Development/programs
# Created by the ExportAll facility
# ***************************************************************
PROGRAMS = \
piglatin
# **************
www.eeworm.com/read/244128/12884986
java~3~ servers.java~3~
package Frame;
import java.net.Socket;
import java.util.Scanner;
import java.io.InputStream;
import java.net.ServerSocket;
/**
* Title:
*
* Description:
*
* Copyr
www.eeworm.com/read/142073/12966684
l example1.l
/* scanner for a toy Pascal-like language */
%{
/* need this for the call to atof() below */
#include
%}
%%
"\n" printf("neezzez \n");
%%
main()
{
www.eeworm.com/read/242302/13040917
html 11552.html
VB如何利用 Scanner 厂商提供的 TWAIN 介面抓Scanner 扫出的图?
VB如何利用 Scanner 厂商提供的 TWAIN 介面抓Scanner 扫
www.eeworm.com/read/242302/13047886
html 11554.html
Re: VB如何利用 Scanner 厂商提供的 TWAIN 介面抓Scanner 扫出的图?
Re: VB如何利用 Scanner 厂商提供的 TWAIN 介面抓S
www.eeworm.com/read/315460/13542189
makefile
# Makefile for cbook/10-Modular-Development/programs
# Created by the ExportAll facility
# ***************************************************************
PROGRAMS = \
piglatin
# **************
www.eeworm.com/read/306033/13754368
pas unit2.pas
unit Unit2;
interface
uses
SysUtils,
Classes;
type
TSimpleScanner = class
Buff: String;
P: Integer;
constructor Create;
function GetToken: String;
end;
TSimple
www.eeworm.com/read/137696/5818961
hpp xsaxmlscanner.hpp
/*
* Copyright 2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m
www.eeworm.com/read/121089/6070207
asm sstxutil.asm
page 49,132
TITLE sstxutil - scanner text table management utilities
;***
;sstxutil.asm - scanner text table management utilities
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; T
www.eeworm.com/read/120487/6072445
c dfmgr.c
/*-------------------------------------------------------------------------
*
* dfmgr.c
* Dynamic function manager code.
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Grou