代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/391748/8379978
c argp-parse.c
/* Hierarchial argument parsing, layered over getopt
Copyright (C) 1995-2000, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader
www.eeworm.com/read/391748/8380400
h printf-parse.h
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Parse printf format string.
Copyright (C) 1999, 2002-2003, 2005, 2007 Free Software Foundation, Inc.
www.eeworm.com/read/391748/8380650
c printf-parse.c
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Formatted output to strings.
Copyright (C) 1999-2000, 2002-2003, 2006-2008 Free Software Foundation, Inc
www.eeworm.com/read/191936/8415395
c parse_config.c
/* Ogle - A video player
* Copyright (C) 2000, 2001, 2002 Bj鰎n Englund, H錵an Hjort
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/191936/8415416
h parse_config.h
#ifndef PARSE_CONFIG_H
#define PARSE_CONFIG_H
/* Ogle - A video player
* Copyright (C) 2000, 2001, 2002 Bj鰎n Englund, H錵an Hjort
*
* This program is free software; you can redistribute it and/or m
www.eeworm.com/read/390686/8452633
c parse_cmd.c
#include
#include
#include
#include
#include "input_check.h"
#include "parse_cmd.h"
int parse_cmd(char *argv1, char *argv2, command *cmd)
{
int flag1=0,fl
www.eeworm.com/read/390686/8452637
h parse_cmd.h
#ifndef __PARSE_CMD_H__
#define __PARSE_CMD_H__
typedef struct{
int type;
char IP[20];
char servpath[100];
char clientpath[100];
} command;
int parse_cmd(char *argv1, char *argv2, command *cmd);
www.eeworm.com/read/189736/8457231
cpp parse6502.cpp
/*-----------------------------------------------------------------------------
6502 Macroassembler and Simulator
Copyright (C) 1995-2003 Michal Kowalski
This program is free software; you can
www.eeworm.com/read/390457/8464724
m parse_inputs.m
function [A,Ar,Ac,Nrho,Ntheta,Method,Center,Shape,Class] = parse_inputs(varargin)
% Outputs: A the input image
% Nrho the desired number of rows of transformed image
%
www.eeworm.com/read/390081/8486827
y c-parse.y
/* YACC parser for C syntax.
Copyright (C) 1987, 1988, 1989, 1992 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify
it und