代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/461264/7230631
pro fxbparse.pro
PRO FXBPARSE, ILUN, HEADER, NO_TDIM=NO_TDIM, ERRMSG=ERRMSG
;+
; NAME:
; FXBPARSE
; Purpose :
; Parse the binary table extension header.
; Explanation :
; Parses the binary table extension head
www.eeworm.com/read/447342/7554279
c parser.c
#include "global.h"
#include "lexer.c"
int lookahead;
void parse()
{
lookahead =lexan();
while(lookahead!=DONE){
expr();match(';');
}
}
void expr()
{
int t;
term();
while
www.eeworm.com/read/446006/7586822
py listing22-2.py
from xml.sax.handler import ContentHandler
from xml.sax import parse
class PageMaker(ContentHandler):
passthrough = False
def startElement(self, name, attrs):
if name == 'page':
www.eeworm.com/read/445121/7598997
h regexpparser.h
#ifndef REGEXPPARSER_H
#define REGEXPPARSER_H
#include "node.h"
class RegExpParser
{
public:
Node *parse(const QString ®Exp);
private:
Node *parseRegExp();
Node *parseExpression();
www.eeworm.com/read/439271/7713256
m cntpars.m
function cont = cntpars(num,den,T)
% CNTPARS Parse controller. (Utility Function)
% CNTPARS takes a transfer function and determine the D.C. gain
% (K), real and complex poles, and
www.eeworm.com/read/437118/7754896
cup grm.cup
package Parse;
import Absyn.*;
action code {: static Symbol.Symbol sym(String s) {
return Symbol.Symbol.symbol(s);
}
:};
parser code {:
public Exp parseResult;
www.eeworm.com/read/437118/7754916
cup grm.cup
package Parse;
import Absyn.*;
action code {: static Symbol.Symbol sym(String s) {
return Symbol.Symbol.symbol(s);
}
:};
parser code {:
public Exp parseResult;
www.eeworm.com/read/436812/7762284
cpp control.cpp
#include "Control.h"
Control::Control( void ) {
}
Control::Control( int argc, char** argv ) {
// parse the command line options to set all vars
if( ( argc % 2 == 0 ) || ( argc == 1 ) )
www.eeworm.com/read/436805/7762357
cpp control.cpp
#include "Control.h"
Control::Control( void ) {
}
Control::Control( int argc, char** argv ) {
// parse the command line options to set all vars
if( ( argc % 2 == 0 ) || ( argc == 1 ) )
www.eeworm.com/read/436805/7762377
cpp control.cpp
#include "Control.h"
Control::Control( void ) {
}
Control::Control( int argc, char** argv ) {
// parse the command line options to set all vars
if( ( argc % 2 == 0 ) || ( argc == 1 ) )