代码搜索:Scanner

找到约 4,788 项符合「Scanner」的源代码

代码结果 4,788
www.eeworm.com/read/331910/12801795

c prefs.c

/* * Preferences for dillo * * Copyright (C) 2000 Luca Rota * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene
www.eeworm.com/read/329960/12923945

c smodel.c

/******************************************************************************* * * This file is part of the General Hidden Markov Model Library, * GHMM version 0.8_beta1, see http://ghmm
www.eeworm.com/read/140156/5794780

ipp actions.ipp

/*============================================================================= Semantic actions Spirit V1.2 Copyright (c) 2001, Joel de Guzman This software is provided 'as-is
www.eeworm.com/read/140156/5794783

ipp regex.ipp

/*============================================================================= Regular expression parser primitives Spirit V1.2 Copyright (c) 2001, Hartmut Kaiser This softwar
www.eeworm.com/read/137626/5822868

c parser.c

/* CSS main parser */ /* $Id: parser.c,v 1.139.6.2 2005/04/05 21:08:41 jonas Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include "elinks.h" #i
www.eeworm.com/read/121089/6070212

c dshstrng.c

/*** *dshstrngs.c - print strings for dumb shell debug command processor * * Copyright 1985, 1986, 1987 Microsoft Corporation * *Purpose: * For versions of QB-technology based BASIC built w
www.eeworm.com/read/101082/6251015

makefile

#@(#)Makefile 4.1 Ultrix 7/17/90 # $Header: Makefile,v 1.5 84/05/19 11:42:13 powell Exp $ DESTROOT= INSTALLDIR = ${DESTROOT}/usr/bin CFLAGS = #-g PFLAGS = -w #-C -g OBJS = p2m2.o \ y.tab.o stringtab
www.eeworm.com/read/347848/11632792

java inputexample.java

import java.util.Scanner; import java.util.StringTokenizer; public class InputExample { public static void main(String[] args) { Scanner keyboard = new Scanner(System.in);
www.eeworm.com/read/154897/11920012

c prefs.c

/* * Preferences for dillo * * Copyright (C) 2000 Luca Rota * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene
www.eeworm.com/read/254158/11999348

h parser.h

#pragma once #include "scanner.h" #define MYSPC_BEGIN namespace my_space{ #define MYSPC_END } MYSPC_BEGIN enum PSTATE{SUCCESS,MAERROR,DBZ}; class Parser{ public: Parser(Scanner &sc)