代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/127438/6006014
getparamdesc
#! /usr/bin/perl -I../../../maint -Imaint
#
# Read files, looking for MPIU_Param_register( ... ). Extract the
# arguments: name, environment-variable-name, and description.
#
require "parse.sub";
www.eeworm.com/read/126884/6010916
java tnsparse.java
package org.trinet.util;
/*
* Java TNS parser API
*
* File: TNSParse.java
* Purpose: Parse Oracle's Tnsnames.ora file
* Author: Rauf Sarwar
* Java Ver: Recomm
www.eeworm.com/read/111036/6160242
xtp sax.xtp
SAX parsers use a callback mechanism to parse XML. Applications
register a to receive the parsing events. Although
this is a little more complicate
www.eeworm.com/read/101053/6257763
java parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
package net.sourceforge.pmd.ast;
/**
* This exception is thrown when parse errors are encountered.
* You can explic
www.eeworm.com/read/101053/6257974
java parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
package net.sourceforge.pmd.cpd.cppast;
/**
* This exception is thrown when parse errors are encountered.
* You can
www.eeworm.com/read/493665/6388711
readme
Hi everyone!
While I was starting for IranOpen competitions (2007), I noticed that a lot of
time for teams, is being wasted on writing very-very-very low level codes to
connect, parse, updtae and sen
www.eeworm.com/read/493149/6407110
pas postcont.pas
unit PostCont;
{ Class to parse the data from a web server's QUERY_STRING variables and the
stdin data during a POST. The .Create method used determines how this
loads the data.
by Dave
www.eeworm.com/read/488200/6497756
c cmdparse.c
/* Parse command line, set up command arguments Unix-style, and call function.
* Note: argument is modified (delimiters are overwritten with nulls)
*
*/
#include
#include "global.h"
www.eeworm.com/read/478934/6708247
c cmdparse.c
/* Parse command line, set up command arguments Unix-style, and call function.
* Note: argument is modified (delimiters are overwritten with nulls)
*
*/
#include
#include "global.h"
www.eeworm.com/read/400474/11576021
cpp trangrammar.cpp
#include
#include "parse.h"
#include "read.h"
extern ifstream grammarfile;
extern DVec_str productions;
extern vecStr terminals;
extern vecNter nonterminals;
void readGrammar(void