代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/286192/4042130
cpp uc_tokens.cpp
/* uc_tokens.cpp
* Specialized tokenizer for C++ lexical scanner
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
* See LICENCE
*
www.eeworm.com/read/274098/4189496
inf testmcro.inf
; TESTMCRO.INF -- WIA sample MicroDriver scanner setup file
; Copyright (c) 2001 Microsoft Corporation
; Manufacturer: Microsoft
[Version]
Signature="$WINDOWS NT$"
Class=Image
ClassGUID={6bd
www.eeworm.com/read/439112/1808432
nasl citrix.nasl
# This script was written by John Lampe ... j_lampe@bellsouth.net
#
# Script is based on
# Citrix Published Application Scanner version 2.0
# By Ian Vitek, ian.vitek@ixsecurity.com
#
# See the Ness
www.eeworm.com/read/417052/2104606
java hight.java
package WorkFive;
import java.util.Scanner;
public class Hight {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
int hight=
www.eeworm.com/read/413837/2158782
java querycommand.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ui;
import java.util.Scanner;
import java.util.StringTokenizer;
import java.util.Calendar;
www.eeworm.com/read/413837/2158784
java helpcommand.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ui;
import java.util.Scanner;
import java.util.StringTokenizer;
import java.util.Calendar;
www.eeworm.com/read/413837/2158794
java addcommand.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ui;
import java.util.Scanner;
import java.util.StringTokenizer;
import java.util.Calendar;
www.eeworm.com/read/402551/2319128
readme
This directory contains a small example of a scanner for binary files.
The example tries to detect if an input file is a java class file by
checking if the first 4 bytes contain the magic number 0xCA
www.eeworm.com/read/393123/2489037
java selectmanger.java
package HotelSystem;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Scanner;
public class SelectManger {
Validation validate;
private LinkedList house
www.eeworm.com/read/376060/2715760
svn-base uc_tokens.cpp.svn-base
/* uc_tokens.cpp
* Specialized tokenizer for C++ lexical scanner
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
* See LICENCE
*