代码搜索:parse

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

代码结果 10,000
www.eeworm.com/read/218382/14923130

h prase.h

#ifndef PRASE_H_ #define PARSE_H_ /********************************************************* **宏定义,用扫描器读取源程序中的一个记号。 *********************************************************/ #define READSYMBOL
www.eeworm.com/read/116634/14961143

pas icqsock.pas

unit ICQSock; {(C) Alex Demchenko} { Modified by NighTrader 02-04-2003 } //{$DEFINE DEBUG} {Show debug errors} //{$DEFINE PARSE} {Dump packets into file} interface uses {$IFDEF DEBUGDC}
www.eeworm.com/read/115137/15024938

py mtx.py

# Copyright 2000 Enhanced Software Technologies Inc. # Released under Free Software Foundation's General Public License, # Version 2 or above # # This is an example of how to parse the 'mtx' output fr
www.eeworm.com/read/114690/15041951

txt ipaddress类.txt

using System.Net; IPAddress ia=IPAddress.Parse("192.168.1.2"); int iAddress=(int)ia.Address; string sAddress=ia.ToString(); tbIPAddress.Text=sAddress;
www.eeworm.com/read/215457/15060991

c tkparse.c

/* * tkparse.c * * Eric Youngdale was the original author of xconfig. * Michael Elizabeth Chastain (mec@shout.net) is the current maintainer. * * Parse a config.in file and translate it to a wis
www.eeworm.com/read/16793/691659

sh-redir-hack

Add to `subshell' production in parse.y and recompile -DREDIRECTION_HACK to get `< xx (command)' sh compatibility. | redirections '(' list ')' { #if defined (REDIRECTION_HACK) /* XXX - C New
www.eeworm.com/read/493775/1163265

readme

Running the provided install script will setup the dshield client to parse APF iptable logs daily and submit a summary report to dshield.org for inclusion into global attack trends. This feature is di
www.eeworm.com/read/491296/1192081

java parseexception.java

/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */ package ognl; /** * This exception is thrown when parse errors are encountered. * You can explicitly create ob
www.eeworm.com/read/489223/1225868

sgml glib-unused.sgml

The "GDesktopEntry" parser is intended to parse files written to the
www.eeworm.com/read/488400/1230086

rb rfc_3066.rb

module Globalize class RFC_3066 # :nodoc: attr_accessor :country, :language, :locale def self.parse(locale) # check for validity raise ArgumentError, "bad format for #{loca