代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/103816/15719669
h gsminstr.h
//
// $Source: /home/gambit/CVS/gambit/sources/gcl/gsminstr.h,v $
// $Date: 2002/08/27 18:57:18 $
// $Revision: 1.2 $
//
// DESCRIPTION:
// Declaration of expression classes for GCL
//
// This file is
www.eeworm.com/read/103011/15749378
java booleanexpression.java
package piy;
import java.io.Serializable;
/**
* A boolean expression links two BooleanComparable objects together with an AND
* or an OR. If only one of the objects is non-null, it just retur
www.eeworm.com/read/102552/15778190
htm subject_25798.htm
序号:25798 发表者:死循环 发表日期:2002-12-25 20:31:02
主题:C++的疑惑
内容:#include<iostream.h>class anyclass{private: int i;public: void evaluate(int x = 0){ i = x; } void sh
www.eeworm.com/read/101292/15838671
java notexp.java
/**
* A NonterminalExpression
*/
public class NotExp implements BooleanExp {
private BooleanExp opernot1;
//private BooleanExp operor2;
public NotExp(BooleanExp oper1) {
www.eeworm.com/read/101292/15838673
java orexp.java
/**
* A NonterminalExpression
*/
public class OrExp implements BooleanExp {
private BooleanExp operor1;
private BooleanExp operor2;
public OrExp(BooleanExp oper1, BooleanExp
www.eeworm.com/read/101292/15838674
java andexp.java
/**
* A NonterminalExpression
*/
public class AndExp implements BooleanExp {
private BooleanExp operand1;
private BooleanExp operand2;
public AndExp(BooleanExp oper1, Boolea
www.eeworm.com/read/100594/15870312
h gamma.h
#pragma Gamma
double GammaLn(double inValue);
double GammaSeries(double a, double x);
/* evaluate by series representation*/
double GammaConFrac(double a, double x);
double Gam
www.eeworm.com/read/389692/8507411
m surfview.m
% SURFVIEW 弌椡僒乕僼僃僗價儏乕傾
%
% surfview('a') 偵傛偭偰幚峴偝傟傞弌椡僒乕僼僃僗價儏乕傾偼丄FIS 僼傽僀儖
% a.fis 偺1屄傑偨偼2屄偺弌椡偺弌椡僒乕僼僃僗傪昞帵偡傞 GUI 僣乕儖偱偡丅
% 偙傟偼丄僼傽僕傿僔僗僥儉傗娭楢偟偨 FIS 峴楍傪曄峏偡傞偙偲偼側偄偺偱丄
% 撉傒庢傝偺傒偺僄僨傿僞偱偡丅億僢僾傾僢僾儊僯儏乕傪巊偭偰丄昞帵偟偨偄 ...
www.eeworm.com/read/373627/9446191
index
Kaver Average K-functions from Simulations
Kenvl Compute Envelope and Average of Simulations of K-fns
Kfn Compute K-fn of a Point Pattern
Psim
www.eeworm.com/read/360770/10079084
m funf424.m
function y = funf424 (a,x,k)
%--------------------------------------------------------------
% Usage: y = funf424 (a,x,k)
%
% Description: Evaluate kth Lagrange interpolating polynomial
%