代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/291333/8424240
chf cvreleasegraphscanner.chf
void cvReleaseGraphScanner(CvGraphScanner** scanner) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvReleaseGraphScanner_chdl");
if(fptr == NULL) {
fprintf(_stderr, "Error: %s():
www.eeworm.com/read/289230/8566947
makefile
OBJS=atom.o binding.o cgcmain.o cgstruct.o check.o compile.o constfold.o cpp.o generic_hal.o hal.o ihash.o inline.o memory.o parser.o printutils.o scanner.o semantic.o stdlib.o support.o support_ite
www.eeworm.com/read/181089/9274714
makefile
OBJS=atom.o binding.o cgcmain.o cgstruct.o check.o compile.o constfold.o cpp.o generic_hal.o hal.o ihash.o inline.o memory.o parser.o printutils.o scanner.o semantic.o stdlib.o support.o support_ite
www.eeworm.com/read/179398/9358554
chf cvnextgraphitem.chf
int cvNextGraphItem(CvGraphScanner* scanner) {
void *fptr;
int retval;
fptr = dlsym(_Chcv_handle, "cvNextGraphItem_chdl");
if(fptr == NULL) {
fprintf(_stderr, "Error: %s
www.eeworm.com/read/179398/9358574
chf cvreleasegraphscanner.chf
void cvReleaseGraphScanner(CvGraphScanner** scanner) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvReleaseGraphScanner_chdl");
if(fptr == NULL) {
fprintf(_stderr, "Error: %s():
www.eeworm.com/read/361386/10055786
cup parser.cup
// JavaCup specification for a simple expression evaluator (w/ actions)
package java_cup.simple_calc;
import java_cup.runtime.*;
/* Preliminaries to set up and use the scanner. */
init with {: sca
www.eeworm.com/read/124341/6965343
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/223598/7104115
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/440944/7678819
java circlearea.java
package exercise_java;
import java.util.Scanner;
public class CircleArea {
public static void main(String[] args){
Scanner in = new Scanner(System.in);
System.out.println("please i
www.eeworm.com/read/331910/12801432
c gscanner.c
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* GScanner: Flexible lexical scanner for general purpose.
* Cop