代码搜索:Scanner

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

代码结果 4,788
www.eeworm.com/read/309760/13664868

java equationtest.java

package numericalAnalysis.equation; import java.util.Scanner; import numericalAnalysis.function.Function; public class EquationTest {// -------------注意!!!!!!方程f(x)=0的f(x)在下面Function接口写入--------
www.eeworm.com/read/307853/13713508

cpp scan.cpp

#include "scanner.h" #include using namespace std; #define TOKEN_LEN 100 unsigned int LineNo; static FILE *InFile; static char TokenBuffer[TOKEN_LEN]; extern int InitScanner(co
www.eeworm.com/read/306554/13741952

java server.java

import java.io.*; import java.net.*; import java.util.Scanner; public class server { public static void main(String args[]) throws IOException { ServerSocket s=new ServerSocket(8888); Sy
www.eeworm.com/read/148294/6322564

h model.h

#ifndef _MODEL_H_ #define _MODEL_H_ #include "scanner.h" /** * defines a temporal motion trajectory model * by Alex Gruenstein * for cs223b final project */ class Model { public: Model(const
www.eeworm.com/read/148294/6322565

cpp model.cpp

/** * implementation of a temporal motion trajectory model * by Alex Gruenstein * for cs223b final project */ #include #include "scanner.h" #include "model.h" #define BUF_LEN 500 /**
www.eeworm.com/read/347848/11632276

java fileclassdemo.java

import java.util.Scanner; import java.io.File; import java.io.PrintWriter; import java.io.FileOutputStream; import java.io.FileNotFoundException; public class FileClassDemo { public s
www.eeworm.com/read/494261/1160853

java giftmanagement.java

package com.wxws.sms.management; import java.util.Scanner; import com.wxws.sms.data.*; /** *真情回馈 */ public class GiftManagement { /*商品信息*/ public String[] goodsName; public double
www.eeworm.com/read/240204/4577457

makefile2

# # PCCTS makefile for: test2.g # # PCCTS release 1.21 # Project: t # C++ output # D scanner # A-defined token types # TOKENS = B/tokens.h # # The following filenames must be consistent wit
www.eeworm.com/read/229812/4753415

l language.l

%{ /* * lang_scan.l - Foreign language lexical scanner for Waterloo TCP/IP * * Gisle Vanem 1997 */ #include #include #include #include #in
www.eeworm.com/read/187737/5217166

cpp ot_resrv.cpp

// OT_RESRV.CPP // // Copyright (c) 1997-2001 Symbian Ltd. All rights reserved. // // Reserved word lookup for Opl Lexical scanner // COplLexBase::IsReserved() #include "ot_std.h" const