代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/103453/15731509
h safescanner.h
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
www.eeworm.com/read/101658/15822580
def cra.def
DEFINITION MODULE CRA;
(* Automaton and Scanner Generation *)
IMPORT FileIO;
CONST
MaxSourceLineLength = 78;
TYPE
PutSProc = PROCEDURE (ARRAY OF CHAR);
PROCEDURE CopyFramePart (stop
www.eeworm.com/read/100135/15883115
g test.g
/* Ariel Tamches (tamches@cs.wisc.edu):
* This tests linking in a simple non-DLG scanner with user-defined token
* types.
*/
/* All TokenType's must have some end-of-file token; You must define
www.eeworm.com/read/253602/12210584
txt ca brightstor arcserve backup vulnerabilities scanner and exploiter.txt
/*
* 02/20/2005
*
* This is provided as proof-of-concept code only for educational
* purposes and testing by authorized individuals with permission
* to do so.
*
* exploit by : cybertronic
*
www.eeworm.com/read/493561/6395462
cp main.cp
#line 1 "C:/Documents and Settings/Rhae Anne Sophia/Desktop/PC- ONOFF using finger print scanner/Program/main.c"
char data_frame[8];
unsigned short user_number,response,count,event;
char lcd_messag
www.eeworm.com/read/192438/8381487
java numtower.java
import java.util.Scanner;
public class NumTower {
static int[]path;
static int f(int[][]num, int row,int col,int sum){//返回
// path[row]=col;
if(row==num.length-1)
if(sum==num[row]
www.eeworm.com/read/391608/8395005
java tree.java
import java.io.*;
import java.util.*;
import javax.swing.tree.DefaultMutableTreeNode;
public class Tree {
final String CAT_FILENAME = ".txt";
final String KEYWORDS_FILENAME = "_key.txt";
www.eeworm.com/read/291595/8408124
java sushu.java
import java.util.Scanner;
public class Sushu
{
/**
* @param args
*/
public boolean isSushu(int temp)
{
boolean flag=true;
int i=2;
if(temp==2)
return fla
www.eeworm.com/read/388804/8574234
java 1368.java
/* This Code is Submitted by icycandy for Problem 1368 on 2008-09-10 at 20:39:50 */
import java.util.*;
import java.math.*;
class Main
{
private static String op;
private static BigInteger a