代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/108668/6181536
java cgiparser.java
/*
* Parse CGI query data.
* Copyright (C) 2001-2004 Stephen Ostermiller
* http://ostermiller.org/contact.pl?regarding=Java+Utilities
*
* This program is free software; you can redistribute it an
www.eeworm.com/read/101066/6256672
tcl diablibfind.tcl
# diabLibFind.tcl
#
# modification history
# --------------------
# 01a,24oct01,sn wrote
#
# DESCRIPTION
# # dplus -## dummy.o | wtxtcl diabLibFind.tcl
# Parse the output of dplus -## dummy.o
www.eeworm.com/read/100133/6273861
cpp main.cpp
#include
#include "DataLexer.hpp"
#include "DataParser.hpp"
int main(int argc,char* argv[])
{
ANTLR_USING_NAMESPACE(std)
try {
DataLexer lexer(cin);
DataParser parser(lexer);
parse
www.eeworm.com/read/262892/11386817
h preparser.h
/**
* PreParser - Is a SAX Parser used to pre-parse AIML files.
*
* @author Taras Glek, Jonathan Roewen
*/
#ifndef PRE_PARSER_H
#define PRE_PARSER_H
#include
#include
www.eeworm.com/read/407531/11417799
h parser.h
#ifndef PARSER_H_INCLUDED
#define PARSER_H_INCLUDED
#include "global.h"
int lookahead;
void parse();
void Slist();
void Dlist();
void declaration();
void Olist();
void operation();
voi
www.eeworm.com/read/407531/11417811
c parser.c
#include "global.h"
#include "parser.h"
#include "error.h"
#include "lexer.h"
FILE * fwparser;
void parse()
{
if ((fwparser = fopen("parser.txt", "wt")) == NULL)
{
fprintf(s
www.eeworm.com/read/405540/11460883
c netrc.c
/* Read and parse the .netrc file to get hosts, accounts, and passwords.
Copyright (C) 1996, Free Software Foundation, Inc.
This file is part of GNU Wget.
GNU Wget is free software; you can redis
www.eeworm.com/read/401726/11551475
cs graphparserbase.cs
using System;
using System.Reflection;
using System.Collections;
using DDW.CSharp.Dom;
namespace DDW.CSharp.Walk
{
public abstract class GraphParserBase
{
public virtual void Parse(I
www.eeworm.com/read/400474/11576007
cpp makefirst.cpp
#include "parse.h"
#include "read.h"
#include "make.h"
extern DVec_str productions;
extern vecStr terminals;
extern vecNter nonterminals;
void makeFirstSet()
{
bool changed = true;
whil
www.eeworm.com/read/400474/11576027
cpp makefollow.cpp
#include "parse.h"
#include "read.h"
#include "make.h"
extern DVec_str productions;
extern vector terminals;
extern vecNter nonterminals;
void makeFollowSet()
{
nonterminals[0].fo