代码搜索:parse

找到约 10,000 项符合「parse」的源代码

代码结果 10,000
www.eeworm.com/read/145991/5741405

h parse.h

/* @(#) parse.h 2.1 87/12/25 12:24:15 */ /* The contents of this file are hereby released to the public domain. -- Rahul Dhesi 1986/11/14 */ /* defines structure
www.eeworm.com/read/145991/5742035

pas parse.pas

{ A program demonstrating Turbo Pascal 5.5's built in parsing } { Program parses a line and displays the individual words on seperate } { lines on the screen.
www.eeworm.com/read/142536/5764713

c parse.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group **********/ /* * A simple operator-precedence pa
www.eeworm.com/read/141300/5770870

h parse.h

/************* * Header file for parse.c * 1999 E. Rouat * $Id: parse.h,v 1.3 2005/05/26 19:29:52 sjborley Exp $ ************/ #ifndef _PARSE_H #define _PARSE_H #include #include
www.eeworm.com/read/141300/5771022

c parse.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group $Id: parse.c,v 1.15 2005/05/26 19:51:33 sjborley E
www.eeworm.com/read/141279/5774120

h parse.h

#ifndef PARSE_H #define PARSE_H #include #include #include // these define the maximum number of characters in a key, and in a value #define MAX_KEYLENGTH 64 #
www.eeworm.com/read/141279/5774126

cc parse.cc

#include "Parse.h" #include using namespace std; Parse::Parse() { // hmm ! } // Detects both CR and LF characters bool Parse::IsTerminator(const char c) { if (c == char(13
www.eeworm.com/read/140180/5794377

c parse.c

/***************************************************************************** * parse.c: SPU parser ***************************************************************************** * Copyright (C) 20
www.eeworm.com/read/139186/5807181

c parse.c

/* parse.c */ #include #include #include #include "parse.h" /* Build a string of up to the specified size from the standard input. */ char *build(int size, char delim,
www.eeworm.com/read/139186/5807183

h parse.h

/* @(#)parse.h 1 April 20, 1995 */ #ifndef PARSE_H #define PARSE_H /* Structure to hold the attribute/value pairs. */ typedef struct pair { char *attrib; char *value;} Pair; /*Prototype t