代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/374163/9418992
1 getopt.1
.TH GETOPT 1 "May 31, 1997" Linux ""
.SH NAME
getopt \- parse command options (enhanced)
.SH SYNOPSIS
.BR getopt " optstring parameters"
.BR getopt " [options] [" \-\- "] optstring parameters"
.BR g
www.eeworm.com/read/361386/10055669
java main_lexical.java
package Parse;
import ErrorMsg.ErrorMsg;
public class Main {
public static void main(String argv[]) throws java.io.IOException {
String infilename = argv[0];
String outfilename = "out
www.eeworm.com/read/361386/10055670
prj main.java.prj
package Parse;
public class Main {
public static void main(String[] argv) {
String filename;
int flagd = 0; // flag stampa debug
int write = 0; // flag scrittura alberi su file
www.eeworm.com/read/361386/10055674
java main.java
package Parse;
public class Main {
public static void main(String[] argv) {
String filename;
int flagd = 0; // flag stampa debug
int write = 0; // flag scrittura alberi su file
www.eeworm.com/read/280353/10336887
cs class1.cs
using System;
namespace AgentServer
{
class Class1
{
static void Main(string[] args)
{
int port = 10000;
if (args.Length > 0)
{
port = int.Parse(args[0]);
}
Mo
www.eeworm.com/read/278235/10557320
el x-win.el
;;; x-win.el --- parse switches controlling interface with X window system
;; Copyright (C) 1993, 1994, 2001 Free Software Foundation, Inc.
;; Author: FSF
;; Keywords: terminals
;; This file is par
www.eeworm.com/read/278099/10569865
awk asmcnvrt.awk
# +++Date last modified: 05-Jul-1997
# awk script to change block asm statments into the single line
# style that versions of Turbo C up to 2.01 can parse.
# asm {
# pushf
# pop
www.eeworm.com/read/421154/10752608
c cmdparse.c
/* Parse command line, set up command arguments Unix-style, and call function.
* Note: argument is modified (delimiters are overwritten with nulls)
*
*/
#include
#include "global.h"
www.eeworm.com/read/349902/10786602
m bvqx_srf_parseneighbors.m
function neighbors = bvqx_srf_parseneighbors(fid, numvtx)
% bvqx_srf_parseneighbors - parse neighbors from SRF file
%
% FORMAT: neighbors = bvqx_srf_parseneighbors(fid, numvtx)
%
% Input f
www.eeworm.com/read/349902/10787109
m bvqx_dtsf_parsefibers.m
function fibers = bvqx_dtsf_parsefibers(fid, numfib)
% bvqx_dtsf_parsefibers - parse fibers from DTSF file
%
% FORMAT: fibers = bvqx_dtsf_parsefibers(fid, numfib)
%
% Input fields:
%
%