代码搜索:Scanner

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

代码结果 4,788
www.eeworm.com/read/100540/15872539

dpr sendfax.dpr

program SendFax; uses Forms, SENDFAX0 in 'SENDFAX0.PAS' {sfMain}, SENDFAX1 in 'SENDFAX1.PAS' {sfFaxList}; {$IFDEF WhenPigsFly -- this prevents the IDE's scanner from adding a *.RES} {.
www.eeworm.com/read/100135/15883085

g test.g

/* This is test.g which tests a simple DLG-based scanner. * No garbage collection for tokens since our token can't * handle ref counting. */ /* ANTLR will assign token type numbers (by creating an
www.eeworm.com/read/100135/15883087

g test.g

/* This is test.g which tests a simple DLG-based scanner * with user-defined tokens */ /* Here, we use #tokdefs to define token types, but still let DLG do the * lexing. ANTLR will not create a to
www.eeworm.com/read/100135/15883104

makefile

# # PCCTS makefile for: test.g # # PCCTS release 1.21 # Project: t # C++ output # D scanner # A-defined token types # TOKENS = A/tokens.h # # The following filenames must be consistent with A/D flags
www.eeworm.com/read/388246/8623902

cpp sy2.cpp

#include #include #include char ch ; void main() { void scanner(ifstream&,ofstream&); ifstream fin("input.txt",ios::in); if (fin.fail()) cout
www.eeworm.com/read/388084/8636719

cpp mainfrm.cpp

// MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "scanner.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char
www.eeworm.com/read/427414/8947447

c dpfp.c

/* * libusb example program to manipulate U.are.U 4000B fingerprint scanner. * Copyright (C) 2007 Daniel Drake * * Basic image capture program only, does not consider the powerup
www.eeworm.com/read/427414/8947452

c dpfp_threaded.c

/* * libusb example program to manipulate U.are.U 4000B fingerprint scanner. * Copyright (C) 2007 Daniel Drake * * Basic image capture program only, does not consider the powerup
www.eeworm.com/read/282260/9107907

cpp my.cpp

#include #include #include #define LENGTH 61 #define N 100 void Scanner(); void ScannerInit(); void IsAlpha(); void IsNumber(); void IsAnotation(); void IsC
www.eeworm.com/read/362108/10018865

java mathclient.java

import java.io.*; import java.net.*; import java.util.Scanner; public class MathClient { private static String serverHostName = ""; private static int port = 0; public static void main(Stri