代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/415677/2133633
pas lmain.pas
unit LMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, ExtCtrls, JSocket, SyncObjs,
Grids, Buttons, IniFiles, MudUtil, SDK, Parse
www.eeworm.com/read/414826/2141470
tcl session.tcl
Class SessionSim -superclass Simulator
SessionSim instproc bw_parse { bspec } {
if { [scan $bspec "%f%s" b unit] == 1 } {
set unit bps
}
switch $unit {
www.eeworm.com/read/409921/2227496
c apinames.c
/*
* This little program is used to parse the FreeType headers and
* find the declaration of all public APIs. This is easy, because
* they all look like the following:
*
* FT_EXPORT( retu
www.eeworm.com/read/405279/2293773
tcl session.tcl
Class SessionSim -superclass Simulator
SessionSim instproc bw_parse { bspec } {
if { [scan $bspec "%f%s" b unit] == 1 } {
set unit bps
}
switch $unit {
www.eeworm.com/read/396640/2409625
svn-base apinames.c.svn-base
/*
* This little program is used to parse the FreeType headers and
* find the declaration of all public APIs. This is easy, because
* they all look like the following:
*
* FT_EXPORT( retu
www.eeworm.com/read/396640/2409633
c apinames.c
/*
* This little program is used to parse the FreeType headers and
* find the declaration of all public APIs. This is easy, because
* they all look like the following:
*
* FT_EXPORT( retu
www.eeworm.com/read/390699/2525618
h miniphone.h
#define RBUFSIZE 256
#define MAXARGS 10
#define MAXARG 256
#define MAX_SESSIONS 4
extern void parse_cmd(FILE *, int, char **);
www.eeworm.com/read/382594/2632855
thoughts
@@ I should not assume that Utility::CommandLine is the only mechanism
used to parse command line. Application developer may be using
different components that employ different command lin