代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/120556/14799371
cpp main.cpp
#include
#include
#include "RE.h"
void main()
{
RegularExp re;
char str[80];
cout > str;
re.parse(str);
cout
www.eeworm.com/read/118392/14873850
h url.h
/*
* File : url.h - Dillo
*
* Copyright (C) 2001 Jorge Arellano Cid
* 2001 Livio Baldini Soares
*
* Parse and normalize all
www.eeworm.com/read/116266/14981658
h nyacc.h
#ifndef NULL
#include
#endif
#define NIL 0
/*
* nyacc structures for building the traversable
* parse tree
*
*/
typedef char ny_Boolean;
typedef enum { ny_terminal, ny_nonTerminal }
www.eeworm.com/read/210450/15198662
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Parse.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/9735/176251
cs server.cs
using System;
using System.Text;
using System.Net;
using System.Net.Sockets;
public class server
{
public static void Main()
{
IPAddress ipAd=IPAddress.Parse("127.0.0.1");
TcpListen
www.eeworm.com/read/480682/1315228
tcl diablibfind.tcl
# diabLibFind.tcl
#
# modification history
# --------------------
# 01a,24oct01,sn wrote
#
# DESCRIPTION
# # dplus -## dummy.o | wtxtcl diabLibFind.tcl
# Parse the output of dplus -## dummy.o
www.eeworm.com/read/480145/1321988
tcl diablibfind.tcl
# diabLibFind.tcl
#
# modification history
# --------------------
# 01a,24oct01,sn wrote
#
# DESCRIPTION
# # dplus -## dummy.o | wtxtcl diabLibFind.tcl
# Parse the output of dplus -## dummy.o
www.eeworm.com/read/460691/1558586
pm treebuilder.pm
package HTML::TreeBuilder;
=head1 NAME
HTML::TreeBuilder - Parser that builds a HTML syntax tree
=head1 SYNOPSIS
$h = new HTML::TreeBuilder;
$h->parse($document);
#...
print $h->a