代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/159280/10673649
c parse.c
/* Driver template for the LEMON parser generator.
** The author disclaims copyright to this source code.
*/
/* First off, code is include which follows the "include" declaration
** in the input file.
www.eeworm.com/read/350982/10691026
m parse.m
function [x] = parse(inStr)
% parse is a function which takes in a string vector of blank separated text
% and parses out the individual string items into a n item matrix, one row
% for each string.
%
www.eeworm.com/read/276620/10722435
h parse.h
#define TK_SEMI 1
#define TK_EXPLAIN 2
#define TK_QUERY 3
#define TK_PLAN 4
#define TK_BEGIN
www.eeworm.com/read/276620/10722724
c parse.c
/* Driver template for the LEMON parser generator.
** The author disclaims copyright to this source code.
*/
/* First off, code is include which follows the "include" declaration
** in the input file.
www.eeworm.com/read/349916/10782250
m parse.m
function [x] = parse(inStr)
% parse is a function which takes in a string vector of blank separated text
% and parses out the individual string items into a n item matrix, one row
% for each string
www.eeworm.com/read/349844/10796402
h parse.h
/*
* Softcam plugin to VDR (C++)
*
* This code is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software F
www.eeworm.com/read/349844/10796561
c parse.c
/*
* Softcam plugin to VDR (C++)
*
* This code is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software F
www.eeworm.com/read/419990/10824337
h parse.h
/* this functions parses the inputfile */
char ReadData(char *Name)
{
FILE *File;
char token[100];
char err=0,c;
int ret,i;
char comp_s[5];
long h;
File=fopen(Name,"r");
if (File!=NULL)
{
www.eeworm.com/read/275163/10833945
h parse.h
#define TK_END_OF_FILE 1
#define TK_ILLEGAL 2
#define TK_SPACE 3
#define TK_UNCLOSED_STRING 4
#define TK_COMMENT
www.eeworm.com/read/275163/10834039
c parse.c
/* Driver template for the LEMON parser generator.
** The author disclaims copyright to this source code.
*/
/* First off, code is include which follows the "include" declaration
** in the input file.