代码搜索:Scanner

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

代码结果 4,788
www.eeworm.com/read/334964/3360081

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/437033/1836795

awk debflex.awk

# Clarify the flex debug trace by substituting first line of each rule. # Francois Pinard , July 1990. # # Rewritten to process correctly \n's in scanner input. # BEGIN sectio
www.eeworm.com/read/405546/2287829

java demensioncopy.java

import java.util.Scanner; public class DemensionCopy { /** * @param args */ int []source=new int[5]; int []dest=new int[5]; public DemensionCopy(int []a) { for(int i=0;i
www.eeworm.com/read/377359/2701919

java sockettest.java

package com.henry.networking; import java.io.IOException; import java.io.InputStream; import java.net.Socket; import java.util.Scanner; public class SocketTest { /** * @param args *
www.eeworm.com/read/369539/9641269

cpp scannerppg.cpp

// ScannerPpg.cpp : Implementation of the CScannerPropPage property page class. #include "stdafx.h" #include "scanner.h" #include "ScannerPpg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef TH
www.eeworm.com/read/369539/9641271

cpp scannerctl.cpp

// ScannerCtl.cpp : Implementation of the CScannerCtrl ActiveX Control class. #include "stdafx.h" #include "scanner.h" #include "ScannerCtl.h" #include "ScannerPpg.h" #include "ini.h" #ifd
www.eeworm.com/read/367177/9767854

java dividing.java

package PKU.DP; import java.util.Arrays; import java.util.Scanner; /** * ID:1014 * DP * @author yhm * */ public class Dividing { static int NUM = 0; static int VALUE = 1;
www.eeworm.com/read/133497/14038663

dpr project1.dpr

program Project1; uses Forms, unit1 in 'unit1.pas' {frmMain}, ScanThread in 'ScanThread.pas'; {$R *.res} begin Application.Initialize; Application.Title := 'Port Scanner Exampl
www.eeworm.com/read/235758/14053775

libusbscanner

#!/bin/bash # $Id: libusbscanner,v 1.2 2004/08/26 10:26:08 twaugh Exp $ # # /etc/hotplug/usb/libusbscanner # # Sets up newly plugged in USB scanner so that the user who owns # the console according to
www.eeworm.com/read/109611/15553512

awk debflex.awk

# Clarify the flex debug trace by substituting first line of each rule. # Francois Pinard , July 1990. # # Rewritten to process correctly \n's in scanner input. # BEGIN se