代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/330149/12912337
java interpchain.java
import java.util.*;
//parent class for parsing all
//of the stack configurations.
//The parse method is extended in each subclass.
public abstract class InterpChain implements Chain {
pri
www.eeworm.com/read/241366/13150260
sql date_parser_pipelined.sql
CREATE OR REPLACE FUNCTION date_parse ( p_curs SYS_REFCURSOR )
RETURN order_date_t
PIPELINED AS
/*
|| Disassemble portions of date field in an order so
www.eeworm.com/read/240182/13232411
c parser_fl.c
/*
parse (...) :
1. Reads maximal flow problem in extended DIMACS format.
2. Prepares internal data representation.
types: 'arc' and 'node' must be predefined
typ
www.eeworm.com/read/136959/13351487
awk asmcnvrt.awk
# awk script to change block asm statments into the single line
# style that versions of Turbo C up to 2.01 can parse.
# asm {
# pushf
# pop flags
# }
# /*START asm { */
# asm
www.eeworm.com/read/304660/13790197
c pango-markup.c
/* Pango
* pango-markup.c: Parse markup into attributed text
*
* Copyright (C) 2000 Red Hat Software
*
* This library is free software; you can redistribute it and/or
* modify it under the terms
www.eeworm.com/read/139291/5804829
c testdate.c
/* This program tests the date_parse_http routine in ../main/util_date.c.
*
* It is only semiautomated in that I would run it, modify the code to
* use a different algorithm or seed, recompile and
www.eeworm.com/read/139186/5807180
shp_test
#!/bin/sh
# Tell the server the type of document generated by this gateway.
echo Content-type: text/plain
echo
# Parse the input into the environment.
eval `shparse`
# Beginning generating
www.eeworm.com/read/131315/5935276
c eval.c
/*
* eval.c - gawk parse tree interpreter
*/
/*
* Copyright (C) 1986, 1988, 1989, 1991, 1992 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
*
www.eeworm.com/read/131315/5936163
projects
0. Improved efficiency.
* Parse and output array initializers an element at a time, freeing
storage after each, instead of parsing the whole initializer first and
then outputting. This would reduce
www.eeworm.com/read/131315/5943084
pl audit.pl
#
#
# $Revision: 1.13 $
# $Date: 92/05/12 14:34:18 $
#
#
# =====
# Subroutine initialize
# Set up the environment for the user and parse the incoming
# mail message.
#
sub initialize {
local($pa