代码搜索:Scanner
找到约 4,788 项符合「Scanner」的源代码
代码结果 4,788
www.eeworm.com/read/291333/8424618
chf cvfindnextcontour.chf
CvSeq* cvFindNextContour(CvContourScanner scanner) {
void *fptr;
CvSeq*retval;
fptr = dlsym(_Chcv_handle, "cvFindNextContour_chdl");
if(fptr == NULL) {
fprintf(_stderr,
www.eeworm.com/read/431812/8653303
java pku2453.java
import java.io.*;
import java.util.*;
public class Main
{
public static void main(String args[]) throws Exception
{
Scanner cin=new Scanner(System.in);
int N,n,i;
while(true)
{
www.eeworm.com/read/431812/8653805
java pku1969.java
import java.io.*;
import java.util.*;
public class Main
{
public static void main(String args[]) throws Exception
{
Scanner cin=new Scanner(System.in);
int n,i;
int[] num=new int[10000
www.eeworm.com/read/431812/8653860
java pku1002.java
import java.io.*;
import java.util.*;
import java.lang.String;
public class Main
{
public static void main(String args[]) throws Exception
{
Scanner cin=new Scanner(System.in);
int[] num
www.eeworm.com/read/428557/8859856
java minofthree.java
//********************************************************************
// MinOfThree.java Author: Lewis/Loftus
//
// Demonstrates the use of nested if statements.
//***********************
www.eeworm.com/read/428557/8859884
java winpercentage.java
//********************************************************************
// WinPercentage.java Author: Lewis/Loftus
//
// Demonstrates the use of a while loop for input validation.
//*******
www.eeworm.com/read/384457/8868238
makefile
#
# A Makefile for the simple VSL compiler
#
# Dependencies of LEX and YACC files
all: vc.exe
scanner.c: scanner.l
flex scanner.l
ren lexyy.c scanner.c
scanner.obj: scanner.c parser.h
www.eeworm.com/read/426808/8997882
bat build.bat
del *.obj
del *.abs
del *.m51
c51 dmadebug.c DB SB CD OE SMALL OT(4,SPEED)
c51 init.c DB SB CD OE SMALL OT(4,SPEED)
c51 intrpt.c DB SB CD OE SMALL OT(4,SPEED)
c51 kernel.c DB SB CD OE SMALL OT(4
www.eeworm.com/read/179398/9358306
chf cvendfindcontours.chf
CvSeq* cvEndFindContours(CvContourScanner* scanner) {
void *fptr;
CvSeq*retval;
fptr = dlsym(_Chcv_handle, "cvEndFindContours_chdl");
if(fptr == NULL) {
fprintf(_stderr,
www.eeworm.com/read/179398/9358864
chf cvfindnextcontour.chf
CvSeq* cvFindNextContour(CvContourScanner scanner) {
void *fptr;
CvSeq*retval;
fptr = dlsym(_Chcv_handle, "cvFindNextContour_chdl");
if(fptr == NULL) {
fprintf(_stderr,