代码搜索:parse

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

代码结果 10,000
www.eeworm.com/read/150547/12286654

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/131588/14136297

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/131146/14158418

php template.php

www.eeworm.com/read/130781/14174357

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/130197/14203942

m getnextarg.m

function [arg, i] = getNextArg(s, i) % [arg, i] = getNextArg(s, i) % % Used to parse a comma or space separated list of arguments % in a single string into a sequence of argument strings. % % Inputs %
www.eeworm.com/read/129915/14217712

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/127116/14376578

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
www.eeworm.com/read/226418/14475501

java dict.java

import java.io.*; public class Dict { public static void main(String[] args)throws Exception { String dictPath = null; String saveTo = null; //Parse from xml //... // dictPath
www.eeworm.com/read/123064/14649899

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/118993/14845182

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 =~ /^