代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/390081/8486779
c nepc.c
/* routines for parse */
#ifndef _NEPC_C_
#define _NEPC_C_
void initSymTable()
{
int i;
for(i=0;i
www.eeworm.com/read/390081/8486788
c tree.c
/* Language-independent node constructors for parse phase of GNU compiler.
Copyright (C) 1987, 1988, 1992 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you
www.eeworm.com/read/189056/8493799
h ftpparse.h
#ifndef FTPPARSE_H
#define FTPPARSE_H
/*
ftpparse(&fp,buf,len) tries to parse one line of LIST output.
The line is an array of len characters stored in buf.
It should not include the terminating CR
www.eeworm.com/read/187827/8599129
m rdrawhd_silent.m
function a=rdrawhd(d)
% rdrawhd - Parses MCS data header vers. 1 (datastream method)
% a=rdrawhd(d) Parse MCS data header
% To use this function data-files must be open already (fid is
% input par
www.eeworm.com/read/185723/8989019
l scan.l
/*File: Scan.l
*Lex description of C token
*/
%{
#include "Global.h"
#include "Parse.h"
#include "Utils.h"
char tokenString[MAXTOKENLEN+1]; /*the token string received*/
TokenType getToken(); /
www.eeworm.com/read/184983/9061956
cpp main.cpp
#include
#include "parse.h"
#include "read.h"
#include "make.h"
ifstream grammarfile;
DVec_str productions;
vector terminals;
vecNter nonterminals;
DVec_int table;
vecto
www.eeworm.com/read/184983/9061973
cpp makefollow1.cpp
#include "parse.h"
#include "read.h"
#include "make.h"
extern DVec_str productions;
extern vecStr terminals;
extern vecNter nonterminals;
void makeFollowSet()
{
nonterminals[0].follow.pus
www.eeworm.com/read/178239/9412425
java jmparse.java
package MultiScriptParse.Parse;
import java.net.*;
import java.util.*;
import java.io.*;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2006
* Company
www.eeworm.com/read/372371/9512248
h parseconf.h
#ifndef VSF_PARSECONF_H
#define VSF_PARSECONF_H
/* vsf_parseconf_load_file()
* PURPOSE
* Parse the given file as a vsftpd config file. If the file cannot be
* opened for whatever reason, a fatal e
www.eeworm.com/read/174714/9575465
sh dgibson.sh
#!/bin/sh
#
# dgibson.sh - run the dgibson entry
#
# usage:
# dgibson.sh [data_file]
# parse args
#
if [ $# -eq 0 ]; then
DATA="./dgibson.data1"
else
DATA="$1"
fi
if [ ! -f "$DATA" ]; then