代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/334076/12642501
m parsrule.m
function [outFis,outTxtRuleList,errorStr]=parsrule(fis,inTxtRuleList,ruleFormat,lang)
%PARSRULE Parse fuzzy rules.
% outFIS = PARSRULE(inFIS,inRuleList) parses the rules in the string
% matrix
www.eeworm.com/read/105624/15459472
c asn_read.c
/*****************************************************************************
File: asn_read.c
Contents: Functions to parse ASN.1 as part of the ASN_GEN program.
System: ASN development.
Cr
www.eeworm.com/read/109854/15546632
h parseclass.h
#include
#include
#include
#include
#include
using namespace std;
class Parse
{
public: int ParseNumber(string &a);
//int ParseReg(st
www.eeworm.com/read/106891/15618471
c url_test.c
/* Parse various URLs
* Copyright (C) 2001 David Helder
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe
www.eeworm.com/read/106023/15649057
me read.me
This directory contains an attribute grammar for a simple Coco/R for
Java application that will parse and explain C declarations.
To run this application you should
(a) Copy the frame files fro
www.eeworm.com/read/105395/15668541
c pipe.c
/*
* pipe - output HTML/XML in canonical ("sgmls" form
*
* Parse HTML/XML and output in approximate "nsgmls" format. Some of
* the differences are that comments are also printed (see * below),
*
www.eeworm.com/read/101658/15822587
def crp.def
DEFINITION MODULE CRP;
(* Parser generated by Coco/R *)
PROCEDURE Parse;
PROCEDURE Successful (): BOOLEAN;
(* Returns TRUE if no errors have been recorded while parsing *)
PROCEDURE SynEr
www.eeworm.com/read/101657/15822690
frm mod2.frm
PROGRAM -->Grammar;
(* Simple Modula-2 pretty printer program *)
USES -->Scanner, (* lst, src, errors, Error, CharAt *)
-->Parser, (* Parse *)
Prettier;
PROCEDURE AppendExtension (O
www.eeworm.com/read/101657/15822698
frm parser.frm
UNIT -->modulename;
(* Parser generated by Coco/R (Pascal version) *)
INTERFACE
PROCEDURE Parse;
FUNCTION Successful : BOOLEAN;
(* Returns TRUE if no errors have been recorded while parsing
www.eeworm.com/read/322004/3528972
am makefile.am
CFLAGS = @BUILD_LIB_STATIC@ @GLOBAL_CFLAGS@
noinst_LTLIBRARIES = libac3.la
libac3_la_SOURCES = bitstream.c parse.c crc.c
noinst_HEADERS = ac3_internal.h bitstream.h parse.h crc.h ac3.h bswap.h
de