代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/100437/15873718
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by InetDownload.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 10
www.eeworm.com/read/391748/8380507
c strtoll.c
/* Function to parse a `long long int' from text.
Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free softw
www.eeworm.com/read/290325/8489608
cpp gameswf_parser.cpp
// gameswf_parser.cpp -- Willem Kokke 2003
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// A program to parse SWF files into text output.
#include "b
www.eeworm.com/read/286090/8789630
c strtoll.c
/* Function to parse a `long long int' from text.
Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free softw
www.eeworm.com/read/184983/9061947
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/184983/9061970
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
www.eeworm.com/read/184772/9077004
awk mkopcodeh.awk
#!/usr/bin/awk -f
#
# Generate the file opcodes.h.
#
# This AWK script scans a concatenation of the parse.h output file from the
# parser and the vdbe.c source file in order to generate the opcodes nu
www.eeworm.com/read/182767/9192161
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/377683/9265384
awk mkopcodeh.awk
#!/usr/bin/awk -f
#
# Generate the file opcodes.h.
#
# This AWK script scans a concatenation of the parse.h output file from the
# parser and the vdbe.c source file in order to generate the opcodes nu
www.eeworm.com/read/180805/9294926
c parser.c
#include"global.h"
int lookahead;
parse() //分析并翻译表达式列表
{
lookahead = lexan();
while(lookahead !=DONE){
expr();match(';');
}
}
expr()
{
int t;
term();
while(1)
switch(lookahead