代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/371987/9526348
java or.java
public class Or extends Expression {
private Expression firstOp, secondOp;
public Or(Expression f, Expression s) {
firstOp = (Expression)f.clone();
secondOp = (Expression)s.clone
www.eeworm.com/read/175182/9555981
html library_9.html
The GNU C Library - Pattern Matching
Go to the
www.eeworm.com/read/371236/9560389
atg umbriel1.atg
COMPILER Umbriel
/* COCO/R - like Grammar for Umbriel
Umbriel is a simple Modula-2 / Pascal like language
This grammar is not LL(1), so a Coco/R generated parser will be incorrect
Th
www.eeworm.com/read/371236/9560408
atg umbriel2.atg
COMPILER Umbriel
/* COCO/R Grammar for Umbriel
Umbriel is a simple Modula-2 / Pascal like language
This grammar is LL(1), so a Coco/R generated parser will be correct */
CHARACTERS
www.eeworm.com/read/371050/9570189
h sexp_ops.h
/**
SFSEXP: Small, Fast S-Expression Library version 1.0
Written by Matthew Sottile (matt@lanl.gov)
Copyright (2004). The Regents of the University of California. This material
was produced under U
www.eeworm.com/read/366065/9834088
c tclregexp.c
/*
* tclRegexp.c --
*
* This file contains the public interfaces to the Tcl regular
* expression mechanism.
*
* Copyright (c) 1998 by Sun Microsystems, Inc.
* Copyright (c) 1998-1999 by Script
www.eeworm.com/read/366065/9834858
n while.n
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1997 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/365849/9843773
m xsymbolic_expr2obj.m
function bool=xsymbolic_expr2obj(hf)
% Sorry, I didn't have enough time to write nice and documented GUI code.
% Toolbox for nonlinear filtering.
% Copyright (C) 2005 Jakob Ros閚
www.eeworm.com/read/365849/9844133
m refresh.m
function obj=refresh(obj);
% No documentation available
% Toolbox for nonlinear filtering.
% Copyright (C) 2005 Jakob Ros閚
%
% This program is free software; you can re
www.eeworm.com/read/365849/9844243
m xltv.m
function obj=xltv(varargin)
% Holds an 3d array 2d matrices which forms linear expressions.
%
% Syntax: (* = optional)
%
% obj = xltv(expression, Ts*, evalvar*, varsize*, interpolate*);
%
% In