代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/390183/8480049
pl afmmetrics.pl
#!/usr/bin/perl
#
# Parse AFM metric files
#
@widths = ((undef)x256);
while ( $line = ) {
if ( $line =~ /^\s*FontName\s+(.*)\s*$/ ) {
$fontname = $1;
} elsif ( $line =~ /^
www.eeworm.com/read/287415/8687211
c splitline.c
/* splitline.c - commmand reading and parsing functions for smsh
*
* char *next_cmd(char *prompt, FILE *fp) - get next command
* char **splitline(char *str); - parse a string
www.eeworm.com/read/286662/8751813
m grammatical_inference.m
function [A,I,S,P] = Grammatical_Inference(x, labels)
% Bottom-Up Parsing
%
% Inputs:
% x - Text vectors to parse
% labels - Labels for the text vectors {-1, 1}
%
% Output:
www.eeworm.com/read/286090/8789633
c prepargs.c
/* Parse arguments from a string and prepend them to an argv.
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
www.eeworm.com/read/286087/8790738
c partime.c
/* Parse a string, yielding a struct partime that describes it. */
/* Copyright (C) 1993, 1994, 1995, 1997, 2002 Paul Eggert
Distributed under license by the Free Software Foundation, Inc.
Th
www.eeworm.com/read/187283/8835238
y cexp.y
/* Parse C expressions for CCCP.
Copyright (C) 1987 Free Software Foundation.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public Lice
www.eeworm.com/read/380481/9145755
c splitline.c
/* splitline.c - commmand reading and parsing functions for smsh
*
* char *next_cmd(char *prompt, FILE *fp) - get next command
* char **splitline(char *str); - parse a string
www.eeworm.com/read/181854/9233997
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/179006/9379417
java mimeparser.java
package com.javapatterns.builder.message;
import java.awt.Image;
/**
* This is a class to parse MIME e-mail messages.
*/
class MIMEParser {
private MIMEMessage msg; // The messa