代码搜索:parse

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

代码结果 10,000
www.eeworm.com/read/223143/14654138

c parse.c

/* Copyright (c) 1985 Sun Microsystems, Inc. Copyright (c) 1980 The Regents of the University of California. Copyright (c) 1976 Board of Trustees of the University of Illinois. All rights reserv
www.eeworm.com/read/122603/14679885

h parse.h

void read_config_file (char **, char *); void skip_whitespace (char **); int move_across_substring (char **, char *); void read_token (char **, char **); struct interface * get_interface_details (char
www.eeworm.com/read/122603/14679905

c parse.c

#include "stdhead.h" #include "parse.h" #include "clilib.h" void read_config_file (char **config_buff, char *file_name) { int fd, n, size = 0; if ((fd = open (file_name, O_RDONLY)) == -1
www.eeworm.com/read/122603/14679940

h parse.h

void read_config_file (char *); void skip_whitespace (void); int move_across_substring (char *); int Move_across_substring (char *); void read_token (void); int find_if_s1_before_s2 (char *, char *);
www.eeworm.com/read/122603/14679960

c parse.c

#include "stdhead.h" #include "lib.h" #include "parse.h" char *config_buff = 0, *curr_ptr = 0, *token = 0; // Read the entire configuration file into config_buff void read_config_file (char *file_na
www.eeworm.com/read/122542/14685456

h parse.h

#ifndef __parse_h #define __parse_h Mm parse(Mm inStr); #endif // __parse_h
www.eeworm.com/read/122542/14685494

r parse.r

E:\matlab\GA1\parse.m [undefined] [called] parse function 1 1 0 1 0 0 0 0 0 0 0 [input] inStr double 0 0 0 0 0 0 0 0 0 0 0 [output] x double 0 0 0 0 0 0 0 0 0 0 0 [feval] [callbacks] [ext
www.eeworm.com/read/122542/14685550

cpp parse.cpp

#include "matlib.h" #pragma hdrstop #include "parse.h" Mm parse(Mm inStr) { begin_scope inStr.setname("inStr"); dMm(x); dMm(sz); dMm(strLen); dMm(wordCount); dMm
www.eeworm.com/read/222279/14698744

h parse.h

#ifndef __PARSE_H #define __PARSE_H double evalform (char **f, int *err); char *parsemsg (int err); char *listvar (int varid, double *val); double dblstrf (char **); int intstrf (char **); long
www.eeworm.com/read/222279/14698823

c parse.c

/* */ /* */ /* FORMULA PARSER