代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/161315/10425428
8 hcidump.8
.TH HCIDUMP 1 "Nov 12 2002" BlueZ "Linux System Administration"
.SH NAME
hcidump \- Parse HCI data
.SH SYNOPSIS
.B hcidump [-h]
.br
.B hcidump [option [option...]] [filter]
.SH DESCRIPTION
.LP
.B
hci
www.eeworm.com/read/159282/10673240
c http.c
/*
http.c
Copyright (C) 1999 Lars Brinkhoff. See COPYING for terms and conditions.
bug alert: parse_header() doesn't handle header fields that are extended
over multiple lines.
*/
#include
www.eeworm.com/read/349332/10835117
txt 求一系列整数的和.txt
using System;
using System.Threading;
class My302
{
static void Main()
{
Console.WriteLine("Please Input the Number:");
int all = int.Parse(Console.ReadLine());
int sum=0,temp=0;
fo
www.eeworm.com/read/110989/6944351
c ag_data.c
#include "ag_private.h"
#include "ag_parse.h"
#include "ag.h"
#include
#include
#include
#include
/*
agSendATmessage
Send an AT comm
www.eeworm.com/read/437118/7754897
cup java15.cup
package Parse;
import java_cup.runtime.*;
/* Java 1.5 parser for CUP.
* (actually "Java 1.4 with JSR-14" parser,
* since Java 1.5 has not yet been finalized)
* Copyright (C) 2002 C. Scott Anania
www.eeworm.com/read/332314/12763915
h demonstrator.h
// Demonstrator.h Motor Speed Control version
#include
#include
void initializer(void);
void parseInput(char *);
int parse_set(char *);
void set_speed(int);
vo
www.eeworm.com/read/329332/12960002
c ag_data.c
#include "ag_private.h"
#include "ag_parse.h"
#include "ag.h"
#include
#include
#include
#include
/*
agSendATmessage
Send an AT comm
www.eeworm.com/read/140162/13101436
c ccgen2.c
/* CCGEN2.C - Generate code for parse-tree expressions
**
** (c) Copyright Ken Harrenstien 1989
** All changes after v.295, 14-May-1989
** (c) Copyright Ken Harrenstien, SRI International 1985, 1
www.eeworm.com/read/140162/13101583
c ccnode.c
/* CCNODE.C - Parse-tree node routines
**
** (c) Copyright Ken Harrenstien 1989
** Plus all CCDUMP changes after v.142, 8-Apr-1988
** (c) Copyright Ken Harrenstien, SRI International 1985, 1986
www.eeworm.com/read/140162/13101617
c cceval.c
/* CCEVAL.C - Evaluate and optimize expression parse trees
**
** (c) Copyright Ken Harrenstien 1989
** All changes after v.24, 11-Jan-1988 including CCFOLD merge
** All CCFOLD changes after v.11