代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2881544
c 951123-1.c
struct S { int a; int b[2]; };
struct S x = { 0, [0]; }; /* { dg-error "array index|near|parse|syntax|expected" } */
www.eeworm.com/read/159854/5580238
h parser.h
//
// Sample: Parse common routines for the SIO_RCVALL sample
//
// Files:
// parser.h - this file
//
// Description:
// This file contains definitions for the parser print routi
www.eeworm.com/read/367749/9734277
h bithtml.h
#ifndef __NETBIT_BITHTML_H__
#define __NETBIT_BITHTML_H__
//--------------------------------------------
// BIT HTML LIB
//
//file: BitHtml.h
//usage: for Html parse
//--------------
www.eeworm.com/read/415313/11076810
m parsecmd.m
% ParseCmd: parse the command line
%
% Parameters:
% classifier_str: classifier description string
% delimiter: delimiter to separate the command
% display: display the detailed infomation, defau
www.eeworm.com/read/132665/14080642
xml examples.xml
Show how to extract subdocuments with xmlReader
Demonstrate the use of xmlTextReaderPreservePattern() to parse an XML
www.eeworm.com/read/132665/14081104
c docbparser.c
/*
* DOCBparser.c : an attempt to parse SGML Docbook documents
*
* This is deprecated !!!
* Code removed with release 2.6.0 it was broken.
* The doc are expect to be migrated to XML DocBook
*
*
www.eeworm.com/read/104917/15681514
asm setargv.asm
NAME SETARGV
PAGE 60,132
;[]------------------------------------------------------------[]
;| SETARGV.ASM -- Parse Command Line |
;| |
;| Turbo-C Run Time Library version 2.0 |
;|
www.eeworm.com/read/101657/15822708
frm taste.frm
PROGRAM -->Grammar;
(* Simple Taste Compiler/Interpreter *)
USES -->Scanner, (* lst, src, errors, Error, CharAt *)
-->Parser, (* Parse *)
TC;
PROCEDURE AppendExtension (OldName, Ex
www.eeworm.com/read/101657/15822710
frm pretty.frm
PROGRAM -->Grammar;
(* Simple Taste pretty printer program *)
USES -->Scanner, (* lst, src, errors, Error, CharAt *)
-->Parser, (* Parse *)
Prettier;
PROCEDURE AppendExtension (OldN
www.eeworm.com/read/101657/15822712
frm xref.frm
PROGRAM -->Grammar;
(* Simple Taste cross reference program *)
USES -->Scanner, (* lst, src, errors, Error, CharAt *)
-->Parser, (* Parse *)
CrossRef;
PROCEDURE AppendExtension (Ol