代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/195280/5113255
py parse.py
#!/usr/bin/env python
import re
import string
import sys
import os
USAGE = 'USAGE: parse.y '
i
www.eeworm.com/read/195280/5113649
py parse.py
#!/usr/bin/env python
import re
import string
import sys
class Rule:
def __init__(self):
self.patterns = []
self.replacements = []
self.head = ''
self.foot = '
www.eeworm.com/read/194316/5133816
rxl parse.rxl
/*****************************************************************************/
/* Software Testing Automation Framework (STAF) */
/* (C) Copyright IBM Corp. 2001
www.eeworm.com/read/193981/5137698
java parse.java
///////////////////////////////////////////////////////////////////////////////
//Copyright (C) 2003 Thomas Morton
//
//This library is free software; you can redistribute it and/or
//modify it under
www.eeworm.com/read/193981/5137765
java parse.java
///////////////////////////////////////////////////////////////////////////////
//Copyright (C) 2003 Thomas Morton
//
//This library is free software; you can redistribute it and/or
//modify it under
www.eeworm.com/read/191809/5161992
exp parse.exp
# Copyright (C) 1993, 1996, 1997 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publis
www.eeworm.com/read/190682/5171307
exp parse.exp
# Copyright (C) 1993, 1996, 1997 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publis
www.eeworm.com/read/187741/5216751
sci parse.sci
function [x] = parse(inStr)
strLen=length(inStr);
x='';
if strLen == 0, return,end;
if inStr(1) == ' '
wordCount=0;
else
wordCount=1;
end
last=0;
for i=1:strLen,
if part(inStr,i
www.eeworm.com/read/187434/5220913
h parse.h
/*
* Boa, an http server
* Copyright (C) 1999 Larry Doolittle
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
www.eeworm.com/read/183001/5259324
h parse.h
/* A Bison parser, made by GNU Bison 1.875. */
/* Skeleton parser for Yacc-like parsing with Bison,
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
This progra