代码搜索:Scanner

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

代码结果 4,788
www.eeworm.com/read/259942/11756214

re config8.re

#include #include struct Scanner { Scanner(char *txt) : cur(txt), lim(txt + strlen(txt)) { } char *cur; char *lim; char *ptr; char *ctx; char *tok; }; enum
www.eeworm.com/read/259942/11756237

c error13.1.c

/* Generated by re2c */ #line 1 "error13.1.re" #define YYMAXFILL 1 re2c: error: line 0, column 1: found scanner block after YYMAXFILL declaration
www.eeworm.com/read/259942/11756481

re config10.re

#include #include struct Scanner { Scanner(char *txt) : cur(txt), lim(txt + strlen(txt)) { } char *cur; char *lim; char *ptr; char *ctx; char *tok; }; enum
www.eeworm.com/read/254719/12122724

txt complexnumbertest.txt

import java.util.*; class ComplexNumber implements Cloneable { double m_dRealPart; double m_dImaginPart; ComplexNumber() { m_dRealPart=0; m_dImaginPart=0; } ComplexNum
www.eeworm.com/read/168845/5429683

jam rc.jam

# Copyright (C) Andre Hentz 2003. Permission to copy, use, modify, sell and # distribute this software is granted provided this copyright notice appears in # all copies. This software is provided
www.eeworm.com/read/168845/5430343

hpp skipper.hpp

/*============================================================================= Copyright (c) 1998-2003 Joel de Guzman http://spirit.sourceforge.net/ Use, modification and distributio
www.eeworm.com/read/168845/5432883

cpp no_actions.cpp

/*============================================================================= Copyright (c) 2003 Vaclav Vesely http://spirit.sourceforge.net/ Use, modification and distribution is s
www.eeworm.com/read/367177/9767950

java paintersproblem.java

import java.util.Scanner; /** * ID:1681 * 位运算,枚举 * @author yhm * */ public class PaintersProblem { static int[] A; static int[] B; static int size; static int step; stati
www.eeworm.com/read/153764/12008447

h scantab.h

////////////////////////////////////////////////////////////////////////////// // // scantab.h -- Definitions for interfacing with scantab.cc which is created // by the makescan utility
www.eeworm.com/read/291333/8424224

chf cvnextgraphitem.chf

int cvNextGraphItem(CvGraphScanner* scanner) { void *fptr; int retval; fptr = dlsym(_Chcv_handle, "cvNextGraphItem_chdl"); if(fptr == NULL) { fprintf(_stderr, "Error: %s