代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/157681/11672880
~pas function1.~pas
unit function1
interface
//定义扫描函数:
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
implementation
//定义扫描函数:
Function scanner(cfst
www.eeworm.com/read/259944/11755515
java lottery.java
//Lottery.java
import java.util.*;
import static java.lang.System.*;
public class Lottery{
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
int size;
out.prin
www.eeworm.com/read/259942/11755582
re push.re
/*
* A push-model scanner example for re2c -f
* Written Mon Apr 11 2005 by mgix@mgix.com
* This file is in the public domain.
*
*/
// ---------------------------------------------------------
www.eeworm.com/read/259942/11755721
txt readme.txt
re2c lesson 002_strip_comments, (c) M. Boerger 2006
In this lesson you will learn how to use multiple scanner blocks and how to
read the input from a file instead of a zero terminated string. In the
www.eeworm.com/read/259942/11755858
re bug1297658.re
#include
#include
#include
struct Scanner
{
Scanner(char *_inp)
: inp(_inp), buf(NULL), ptr(NULL), len(0), siz(strlen(_inp)), line(0)
{
fill(0);
cur = buf;
}
www.eeworm.com/read/259942/11755959
re push.fg.re
/*
* A push-model scanner example for re2c -f
* Written Mon Apr 11 2005 by mgix@mgix.com
* This file is in the public domain.
*
*/
// ---------------------------------------------------------
www.eeworm.com/read/259942/11756183
re push.f.re
/*
* A push-model scanner example for re2c -f
* Written Mon Apr 11 2005 by mgix@mgix.com
* This file is in the public domain.
*
*/
// ---------------------------------------------------------
www.eeworm.com/read/259942/11756340
re push.fb.re
/*
* A push-model scanner example for re2c -f
* Written Mon Apr 11 2005 by mgix@mgix.com
* This file is in the public domain.
*
*/
// ---------------------------------------------------------
www.eeworm.com/read/259942/11756426
re push.re
/*
* A push-model scanner example for re2c -f
* Written Mon Apr 11 2005 by mgix@mgix.com
* This file is in the public domain.
*
*/
// ---------------------------------------------------------
www.eeworm.com/read/127109/14378958
t libdoxygen.t
#
# $Id: libdoxygen.t,v 1.1 2001/03/19 19:27:41 root Exp $
#
# Copyright (C) 1997-2001 by Dimitri van Heesch.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation