代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/163270/5510831
java parser.java
package gps.parser;
import gps.datatypes.Record;
import gps.exceptions.ParseException;
import gps.exceptions.UnsupportedTypeException;
import java.util.NoSuchElementException;
/**
* NMEA-
www.eeworm.com/read/162634/5515262
java parser.java
/* Copyright (c) 1995-2000, The Hypersonic SQL Group.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/347828/3162836
java parser.java
/**
* Parser.java
*
* Example program to demonstrate using both a set of
* Prolog rules for parsing simple English sentences,
* and shows how to embed Sieuwert van Otterloo's Prolog Engine
www.eeworm.com/read/345312/3200858
java parser.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/343911/3213303
java parser.java
package rss;
import java.io.*;
import java.util.Vector;
import javax.microedition.io.*;
/**
* Parser is an abstract superclass for objects that
* parse RSS and/or RDF files. S
www.eeworm.com/read/343313/3221339
java parser.java
//$Id: Parser.java,v 1.3 2003/01/05 02:11:21 oneovthafew Exp $
package net.sf.hibernate.hql;
import net.sf.hibernate.QueryException;
/**
* A parser is a state machine that accepts a string of token
www.eeworm.com/read/343231/3223744
cpp parser.cpp
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNES
www.eeworm.com/read/343231/3223745
h parser.h
//
// Sample: Parse common routines for the SIO_RCVALL sample
//
// Files:
// parser.h - this file
//
// Description:
// This file contains definitions for the parser print routi
www.eeworm.com/read/343231/3223749
bas parser.bas
Attribute VB_Name = "parser"
'
' This file contains routines for parsing IP packets and generating
' human readable text. Note that a parser for every protocol is not
' provided. We parse only t
www.eeworm.com/read/342893/3228956
h parser.h
#ifndef PARSER_H
#define PARSER_H
typedef enum
{
ACT_OCCUPY = 1,
ACT_DISPLAY,
ACT_RELEASE,
ACT_RESTART,
}; //!< New enum for Memory Operation.
typedef enum
{
FRAME_NOR