代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/184983/9061957
cpp getfirst.cpp
#include "parse.h"
#include "read.h"
#include "make.h"
extern vecNter nonterminals;
vector makeFirst(vector vecstr )
{
vector first;int i;
for( i = 0;i < (int)vecs
www.eeworm.com/read/177586/9446420
py beautifulsupe.py
# A very very minimal BeautifulSoup immitation.
#
# BS uses SGMLlib to parse, which converts everything to lower case.
# This uses real xml parsing to mimic the parts of BS we use.
import xml.dom.min
www.eeworm.com/read/372371/9512244
c prelogin.c
/*
* Part of Very Secure FTPd
* Licence: GPL v2
* Author: Chris Evans
* prelogin.c
*
* Code to parse the FTP protocol prior to a successful login.
*/
#include "prelogin.h"
#include "ftpcmdio.h
www.eeworm.com/read/365329/9869356
dc node.dc
#include "parse.h"
#include "Symbol.h"
static void * nodes; // chains all nodes
% Node new {
struct Node * result =
cast(Node(), super_new(Node(), _self, app));
result -> next = nodes, nodes
www.eeworm.com/read/365329/9869482
dc node.dc
#include "parse.h"
#include "Symbol.h"
static void * nodes; // chains all nodes
% Node new {
struct Node * result =
cast(Node(), super_new(Node(), _self, app));
result -> next = nodes, nodes
www.eeworm.com/read/365329/9869513
dc node.dc
#include "parse.h"
#include "Symbol.h"
static void * nodes; // chains all nodes
% Node new {
struct Node * result =
cast(Node(), super_new(Node(), _self, app));
result -> next = nodes, nodes
www.eeworm.com/read/361582/10044445
txt 利用列表排n个数的序.txt
using System;
using System.Collections ;
class ArraySort
{
static void Main()
{
ArrayList myArrayList=new ArrayList ();
Console.WriteLine ("你想排几个数的序:");
int iNumber=int.Parse (Console.
www.eeworm.com/read/361539/10047511
c configfile.c
#include "global.h"
void parsefile(char* name){
FILE *f;
char parameter[32];
f = fopen (name,"r");
/*printf("Abri archivo\n");*/
printf("parse configuration file\n");
fscanf(f,"%s\t%s
www.eeworm.com/read/361386/10055667
cup grm.cup
package Parse;
action code {:
static Symbol.Symbol sym(String s) { return Symbol.Symbol.symbol(s); }
// stampa informazioni utili al debug (se e' attivata l'opzione debug)
public void sta
www.eeworm.com/read/355001/10306934
c pcdp.c
/*
* Parse the EFI PCDP table to locate the console device.
*
* (c) Copyright 2002, 2003, 2004 Hewlett-Packard Development Company, L.P.
* Khalid Aziz
* Alex Williamson