代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/108668/6181545
bte cgiparser.bte
CGI Query String Parser
Java libraries to to parse the query data supplied by HTTP GET or POST requests.
www.eeworm.com/read/101082/6242114
c laps_msg.c
#ifndef lint
static char SccsId[]="@(#)laps_msg.c 4.1\tLPS_ULT_DNU\t7/2/90";
#endif
/*
* laps_msg.c -- Parse the LAPS messages received from PrintServer
*
* The VMS lps message file c
www.eeworm.com/read/101082/6249759
orig m_getfld.c.orig
/* m_getfld.c - read/parse a message */
#include "../h/mh.h"
#include
#include "../zotnet/mts.h"
#include
/* This module has a long and checkered history. First, it didn't burs
www.eeworm.com/read/101082/6250276
orig m_getfld.c.orig
/* m_getfld.c - read/parse a message */
#include "../h/mh.h"
#include
#include "../zotnet/mts.h"
#include
/* This module has a long and checkered history. First, it didn't burs
www.eeworm.com/read/101082/6253294
c select.c
#ifndef lint
static char sccsid[] = "@(#)select.c 4.2 (ULTRIX) 9/11/90";
#endif lint
/* DEC/CMS REPLACEMENT HISTORY, Element SELECT.C*/
/* *4 10-APR-1990 09:40 Arce "es$parse move param
www.eeworm.com/read/486728/6525833
h code11.h
#include
#include
#include
#define IDC_BUTTON 501
#define nMenuItems 3
#define maxInput 11
#define N 8
#define M 6
extern double parse(CString,int,double [],in
www.eeworm.com/read/486842/6530692
changelog
2002-02-13 Andrew McCallum
* opts.c (parse_bow_opt): Make it still work if $HOME isn't
defined (as in a CGI).
(Patch from John McCall .)
www.eeworm.com/read/484435/6576175
h params.h
#ifndef PARAMS_H
#define PARAMS_H
#include "parse.h"
/* Ensure a default value is added in params.c if adding a new param here */
typedef enum {
PARAM_UNUSED0,
PARAM_ATTN,
PARAM_TREBLE,
www.eeworm.com/read/477671/6730716
h fillbin.h
//: C11:fillBin.h
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Open a file and parse its conte
www.eeworm.com/read/410826/11267697
fbgs
#!/bin/bash
# tmp dir
DIR="${TMPDIR-/var/tmp}/fbps-$$"
mkdir -p $DIR || exit 1
trap "rm -rf $DIR" EXIT
# parse options
fbiopts=""
gsopts=""
passwd=""
opt=1
while test "$opt" = "1"; do
case "$1" in