代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5939818
y cexp.y
/* Parse C expressions for CCCP.
Copyright (C) 1986 Free Software Foundation.
NO WARRANTY
BECAUSE THIS PROGRAM IS LICENSED FREE OF CHARGE, WE PROVIDE ABSOLUTELY
NO WARRANTY, TO THE EXT
www.eeworm.com/read/131315/5940321
c partime.c
/*
* PARTIME parse date/time string into a TM structure
*
* Returns:
* 0 if parsing failed
* else time values in specified TM structure and zone (unspecified values
* set to TMNULL)
* Notes:
www.eeworm.com/read/131315/5942301
c parsetime.c
/* parsetime.c - parse a date/time and display the results
ver date who remarks
--- ------- --- -------------------------------------------------------------
01A 15nov86 JP Written.
Copyright (C
www.eeworm.com/read/126549/6015987
py content.py
#
# this file contains routines used to parse the content of documentation
# comment block and build a more structured objects out of them
#
from sources import *
from utils import *
import string,
www.eeworm.com/read/124567/6045508
java~ cookieparse.java~
package com.heaton.bot;
/**
* This class is used to parse cookies that are transmitted
* with the HTTP headers.
*
* Copyright 2001 by Jeff Heaton
*
* @author Jeff Heaton
* @version 1.0
*/
pub
www.eeworm.com/read/410529/11279765
java xmlparse.java
public class XmlParse{
public String parse(String xml,String tab){
String s="";
int startIndex=-1;
int endIndex=-1;
startIndex=xml.indexOf( "
www.eeworm.com/read/405502/11461253
st20rc
## standard file included at startup by most tools
include commands.cfg
include stddefs.cfg
parse ("directory "+(getenv ST20ROOT)+"/board\n")
www.eeworm.com/read/404226/11489788
h ast_expr.h
/* File: ast_expr.h
* ----------------
* The Expr class and its subclasses are used to represent
* expressions in the parse tree. For each expression in the
* language (add, call, New, etc.)
www.eeworm.com/read/401726/11551464
cs linenumberast.cs
using System;
using antlr;
using antlr.collections;
namespace DDW.CSharp.Parse
{
public class LineNumberAST : CommonAST
{
public LineNumberAST(){}
public LineNumberAST(Token tok) :
www.eeworm.com/read/400474/11576031
txt test.txt
#include "parse.h"
//extern vector strVec;
//extern vector terminals;
//extern vector nonterminals;
//void readGrammar()
int main()
{
//string str = "";
vecto