代码搜索:evaluate

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

代码结果 3,619
www.eeworm.com/read/215702/15052314

cpp lab5_1.cpp

#include using namespace std; void fn1(); int x = 1, y = 2; int main() { cout
www.eeworm.com/read/214167/15111896

cpp prg7_3.cpp

// File: prg7_3.cpp // the program inputs an infix expression until the user enters an empty // string. it uses the class infix2Postfix to convert the infix expression // to postfix, handling error
www.eeworm.com/read/162614/5530997

c 19921210-1.c

/* Test for proper disabling of macros within their own expansions. */ /* { dg-do compile } */ /* The following is a trick to evaluate a complex boolean expression at compile time, inspired by au
www.eeworm.com/read/210638/6872873

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/173458/9657034

h calculat.h

#include "qprocess.h" #include "ctmutex.h" class calculator : public query_processor{ protected: double Result; double processOperator(expression_component Operation); public: calculator(Stri
www.eeworm.com/read/173458/9657084

txt list11-1.txt

1 // Listing 11 - 1 2 // Definitions For threaded_calculator 3 4 #include 5 #include 6 7 8 threaded_calculator::thre
www.eeworm.com/read/172014/9726647

m legz.m

function f = legz(theta,w,h,b) % legz Evaluate f(theta) for picnic leg geometry. Use pass-through % parameters in fzero to send w, h, and b values to this function f = w*sin(theta) - h*cos(
www.eeworm.com/read/335042/12553062

cpp lab5_1.cpp

#include using namespace std; void fn1(); int x = 1, y = 2; int main() { cout
www.eeworm.com/read/334779/12573711

cpp prg7_3.cpp

// File: prg7_3.cpp // the program inputs an infix expression until the user enters an empty // string. it uses the class infix2Postfix to convert the infix expression // to postfix, handling error
www.eeworm.com/read/202542/15379107

cpp test.cpp

#include using namespace std; #include "Polynomial.h" int main() { Polynomial p; Polynomial q; cout