代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/136989/5838154
idl cosnotifyfilter.idl
/**
* @file CosNotifyFilter.idl
*
* @brief Defines the CosNotifyFilter module
*
* CosNotifyFilter.idl,v 1.4 2001/09/17 20:50:34 coryan Exp
*
* This module is taken from the standard CORB
www.eeworm.com/read/136865/5841530
3qt qregexp.3qt
'\" t
.TH QRegExp 3qt "21 January 2005" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a complet
www.eeworm.com/read/136828/5845252
java not.java
package com.javapatterns.interpreter;
public class Not extends Expression
{
/**
* @link aggregation
*/
private Expression exp;
public Not(Expression exp)
{
th
www.eeworm.com/read/136828/5845254
java and.java
package com.javapatterns.interpreter;
public class And extends Expression
{
/**
* @link aggregation
*/
private Expression left, right;
public And(Expression left, Exp
www.eeworm.com/read/136815/5856222
3qt qregexp.3qt
'\" t
.TH QRegExp 3qt "21 January 2005" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a complet
www.eeworm.com/read/136812/5857274
c regex.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)regex.c 1.1 92/07/30 SMI"; /* from UCB 4.1 80/12/21 */
#endif
/*
* routines to do regular expression matching
*
* Entry points:
www.eeworm.com/read/133860/5899117
java xpath.java
/*--
$Id: XPath.java,v 1.15 2004/02/06 09:28:32 jhunter Exp $
Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
All rights reserved.
Redistribution and use in source and binary fo
www.eeworm.com/read/133117/5907331
grammar incorrect-04.grammar
/*
* incorrect-04.grammar
*
* This work 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 Foundati
www.eeworm.com/read/132649/5912229
hpp regexp.hpp
/*
* ===========================================================================
* PRODUCTION $Log: regexp.hpp,v $
* PRODUCTION Revision 1000.2 2004/06/01 19:38:40 gouriano
* PRODUCTION PRODUCTI
www.eeworm.com/read/131315/5936775
h expr.h
/* expr.h -> header file for expr.c
Copyright (C) 1987 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
GAS is free software; you can redistribute it and/or modify
it u