代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/123658/14618295
def tree.def
/* This file contains the definitions and documentation for the
tree codes used in the GNU C compiler.
Copyright (C) 1987, 1988, 1993, 1995 Free Software Foundation, Inc.
This file is part of G
www.eeworm.com/read/169190/5426542
txt pcreposix.txt
NAME
pcreposix - POSIX API for Perl-compatible regular expres-
sions.
SYNOPSIS
#include
int regcomp(regex_t *preg, const char *pattern,
int cflags);
www.eeworm.com/read/162614/5515663
h fr30.h
/*{{{ Comment. */
/* Definitions of FR30 target.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
This file is part of GC
www.eeworm.com/read/162614/5516068
h mt.h
/* Target Definitions for MorphoRISC1
Copyright (C) 2005 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of GCC.
GCC is free software; you can redistribute
www.eeworm.com/read/112400/15486950
txt rfc2938.txt
Network Working Group G. Klyne
Request for Comments: 2938 Content Technologies
Updates: 2533
www.eeworm.com/read/106679/15627668
txt rfc83.txt
Network Working Group R. Anderson
Request for Comments: 83 A. Harslem
NIC: 5621
www.eeworm.com/read/106679/15627999
txt rfc2938.txt
Network Working Group G. Klyne
Request for Comments: 2938 Content Technologies
Updates: 2533
www.eeworm.com/read/105271/15672907
5 dhcp-eval.5
.\" $Id: dhcp-eval.5,v 1.17.2.7 2004/06/10 17:59:15 dhankins Exp $
.\"
.\" Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
.\" Copyright (c) 1996-2003 by Internet Software Consortium
.
www.eeworm.com/read/102720/15761750
1 bc.1
bc(1) Minix Programmer's Manual bc(1)
NAME
bc - An arbitrary precision calculator language
SYNTAX
bc [ -lws ] [ file ... ]
VERSION
www.eeworm.com/read/271346/10999781
txt 使用说明文档.txt
本程序的产生式:
文法产生式如下(Program是文法的起始元素):
Program —> id ( ) { Slist }
Slist —> Dlist Olist | Olist | ε
Dlist —> Dlist D | D
D —> type id ;
Olist —> Olist O | O
O —> id = expression ;
| if ( e