代码搜索:evaluate

找到约 3,619 项符合「evaluate」的源代码

代码结果 3,619
www.eeworm.com/read/202224/15389175

m mm2103.m

%mm2103.m x = (0:.1:1)*2*pi; y = sin(x); % create rough data pp = spline(x,y); % pp-form fitting rough data ppi = mmppint(pp,0); % pp-form of integral xi = linspace(0,2*pi); % finer points for interp
www.eeworm.com/read/202224/15389205

m mm2104.m

% mm2104.m x = (0:.1:1)*2*pi; % same data as earlier y = sin(x); pp = spline(x,y); % pp-form fitting rough data ppd = mmppder(pp); % pp-form of derivative xi = linspace(0,2*pi); % finer points for in
www.eeworm.com/read/200976/15419133

cpp newmat5.cpp

//$$ newmat5.cpp Transpose, evaluate etc // Copyright (C) 1991,2,3,4: R B Davies //#define WANT_STREAM #include "include.h" #include "newmat.h" #include "newmatrc.h" #ifdef use_namespace
www.eeworm.com/read/109556/15554345

cpp lab5_1.cpp

#include void fn1(); int x = 1, y = 2; int main() { cout
www.eeworm.com/read/106262/15642139

cpp cal.cpp

//typedef double DataType; #include #include #include typedef double ELEM; // calculator accepts real data #include "..\include\book.h" #incl
www.eeworm.com/read/103816/15719664

cc gsminstr.cc

// // $Source: /home/gambit/CVS/gambit/sources/gcl/gsminstr.cc,v $ // $Date: 2002/08/27 18:57:18 $ // $Revision: 1.3 $ // // DESCRIPTION: // Implementation of GCL expression classes // // This file is
www.eeworm.com/read/103460/15730840

h mathexpressiondefops.h

#ifndef _MATHEXPRESSIONDEFOPS_INCLUDED #define _MATHEXPRESSIONDEFOPS_INCLUDED #include "MathExpression.h" #include #include class AddOp : public IMathOperator { // ret
www.eeworm.com/read/100394/15874944

cpp newmat5.cpp

//$$ newmat5.cpp Transpose, evaluate etc // Copyright (C) 1991,2,3,4: R B Davies //#define WANT_STREAM #include "include.h" #include "newmat.h" #include "newmatrc.h" #ifdef use_namespace
www.eeworm.com/read/127781/6000099

ver bm_osl.ver

#define __ver_bm_get_device_status _ver_str(336289aa) #define bm_get_device_status _set_ver(bm_get_device_status) #define __ver_bm_get_device_power_state _ver_str(cae6ab43) #define bm_get_device_power
www.eeworm.com/read/189063/8492316

c eval.c

/* SGPC: Simple Genetic Programming in C (c) 1993 by Walter Alden Tackett and Aviram Carmi This code and documentation is copyrighted and is not in the public domain. All rights reserved.