代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/485513/6552194
c redboot.c
/*
* Parse RedBoot-style Flash Image System (FIS) tables and
* produce a Linux partition array to match.
*/
#include
#include
#include
#include
www.eeworm.com/read/481169/6644107
news
Version 1.2.4.
-msdl
- 10th release
- fiexed proxy string parse bug
- fixed is_url_valid_char(), added some missing valid characters (thanks for Mr.Jubany)
- fixed SETUP request routine, a=control
www.eeworm.com/read/401439/11557674
l scan.l
%{
/*彭立勋 @ NUAA*/
#include "Globals.h"
#include "Util.h"
#include "Scan.h"
#include "Parse.h"
char tokenString[MAXTOKENLEN+1];
%}
%include
{
#define MAXTOKENLEN 40
extern char tokenSt
www.eeworm.com/read/400474/11576019
cpp maketable.cpp
#include
#include "parse.h"
#include "read.h"
#include "make.h"
extern DVec_str productions;
extern vecStr terminals;
extern vecNter nonterminals;
extern DVec_int table;
extern vec
www.eeworm.com/read/400474/11576025
cpp parsetable.cpp
#include
#include "parse.h"
#include "read.h"
#include "make.h"
extern DVec_str productions;
extern vecStr terminals;
extern vecNter nonterminals;
extern DVec_int table;
extern v
www.eeworm.com/read/346512/11740324
java token.java
package Parse;
class Token extends java_cup.runtime.Symbol {
int left,right;
Token(int l, int r, int kind) {
super(kind);
left=l; right=r;
}
}
class StrToken extends Token {
String val
www.eeworm.com/read/259900/11758630
3 popt.3
.TH POPT 3 "June 30, 1998" "" "Linux Programmer's Manual"
.SH NAME
popt \- Parse command line options
.SH SYNOPSIS
.nf
.B #include
.sp
.BI "poptContext poptGetContext(const char * " name ",
www.eeworm.com/read/344712/11864816
y edbpparse.y
%token_prefix TK_
%token_type {Token}
%default_type {Token}
%extra_argument {Parse *pParse}
%syntax_error {
if( pParse->zErrMsg==0 ){
if( TOKEN.z[0] ){
eDbErrorMsg(pParse, "near \"%
www.eeworm.com/read/256721/11977153
txt psa-chapter05.txt
Example code from Perl for System Administration by David N. Blank-Edelman
O'Reilly and Associates, 1st Edition, ISBN 1-56592-609-9
Chapter Five
============
#*
#* one way to parse a host file
www.eeworm.com/read/150547/12286865
pl version.pl
#!/usr/bin/perl
#
# version.pl
# $Id: version.pl,v 1.4 2002/05/21 02:28:51 hpa Exp $
#
# Parse the NASM version file and produce appropriate macros
#
# The NASM version number is assumed to con