代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/235424/14072309
h parsefile.h
/*parse http file, get script from the file*/
#ifndef _PARSEFILE_H_
#define _PARSEFILE_H_
int searchfile();
int writefifo(char *pathname);
int readfifo(char *rpathbuf, size_t nbytes);
int
www.eeworm.com/read/235424/14072315
h text.h
/*parse config file, get argument*/
#ifndef _TEXT_H_
#define _TEXT_H_
#include
typedef unsigned long DWORD;
typedef unsigned short WORD;
typedef unsigned char BYTE;
#defi
www.eeworm.com/read/201863/15394184
java lexertest.java
package tiger.parse;
import tiger.errormsg.ErrorMsg;
import java_cup.runtime.Symbol;
import java.io.*;
public class LexerTest {
public static void main(String argv[]) throws IOException {
www.eeworm.com/read/201318/15410524
xml bidateformat.xml
This class is used to format and parse dates. It i
www.eeworm.com/read/200886/15420802
m parseforlambda.m
% function [lamVal nuVal] = parseForLambda(filename)
%
% parse files like: 'cvLambda.1.1.6.2e+06.2004-02-05.13:15:55.cluster12.mat'
% for the value of lambda, in this case, 6.2e+06.
function [lamVal,
www.eeworm.com/read/104056/15710998
c strtoll.c
/* Function to parse a `long long int' from text.
Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free
www.eeworm.com/read/100079/15885893
c getopt.c
/*
* Parse the command line and return option flags and arguments
*/
#include
#include "config.h"
int optind = 1;
char *optarg;
int
getopt(argc, argv, opts)
int argc;
char *argv[];
char
www.eeworm.com/read/192304/8389583
c url.c
/*
* url.c -- Parse URLs
*
* Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
*
* See the file "license.txt" for usage and redistribution license requirements
*
* $Id: url.c
www.eeworm.com/read/388251/8623521
hpp commandoptionparser.hpp
#pragma ident "$Id: CommandOptionParser.hpp 160 2006-09-29 14:51:56Z architest $"
/**
* @file CommandOptionParser.hpp
* Parse command line options
*/
#ifndef COMMANDOPTIONPARSER_HPP
#define COM
www.eeworm.com/read/187283/8835274
c tree.c
/* Language-indepednent node constructors for parse phase of GNU compiler.
Copyright (C) 1987, 1988 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can re