代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/364251/7075952
c parser.c
/*
* parser.c : an XML 1.0 parser, namespaces and validity support are mostly
* implemented on top of the SAX interfaces
*
* References:
* The XML specification:
* http://www.w3
www.eeworm.com/read/135104/7094154
h parser.h
/*----------------------------------------------------------------------------
* Copyright (c) 2001 by National Semiconductor Corporation
* National Semiconductor Corporation
*
* All rights
www.eeworm.com/read/135104/7094157
c parser.c
/*----------------------------------------------------------------------------
* Copyright (c) 200 by National Semiconductor Corporation
* National Semiconductor Corporation
*
* All rights
www.eeworm.com/read/454180/7101124
h parser.h
#ifndef __NMEA_PARSER_H__
#define __NMEA_PARSER_H__
#include "info.h"
typedef struct _nmeaPARSER
{
void *top_node;
void *end_node;
unsigned char *buffer;
int buff_size;
int buff_
www.eeworm.com/read/454180/7101137
c parser.c
/**********************************************
* File: Parser.C
* Description:NMEA 解码函数
* Created Date: 2007-10-01
* Last Modified: 2007-10-01
* Notes: None
*****************************
www.eeworm.com/read/100279/7140797
l parser.l
%{
#include
#include
#include
#include "grammer.h"
/*
our grammer for the config file is:
begin
send
recv
end
www.eeworm.com/read/100279/7140804
p parser.p
parser.o: parser.c /usr/include/stdio.h \
/usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h \
/usr/include/sys/va_list.h /usr/include/stdio_tag.h \
/usr/include/stdio_impl.h /usr/include
www.eeworm.com/read/462987/7191061
cpp parser.cpp
#include
#include
#include
#include
#include
#define PLUS 0
#define MINUS 1
#define STAR 2
#define SLASH 3
#define LT 4
#define
www.eeworm.com/read/460770/7240903
h parser.h
/* parser.h header file for the parser module of the Netwide
* Assembler
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved. The softw
www.eeworm.com/read/460770/7241079
c parser.c
/* parser.c source line parser for the Netwide Assembler
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved. The software is
* redistributable un