代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/368322/9701725
h evaluate.h
#ifndef __EVALUATE_H_
#define __EVALUATE_H_
#define EVAL_ERROR_SUCCESSFUL 0x00
#define EVAL_ERROR_INTERNAL 0x01
#define EVAL_ERROR_WRONG_SYNTAX 0x02
#define EVAL_ERROR_VARIABLE_N
www.eeworm.com/read/368322/9701893
cpp evaluate.cpp
#include "stdafx.h"
#include
#include "date.h"
#include "evaluate.h"
#define EVAL_MAX_ARGUMENT_COUNT 16
/* evaluate variables */
#define EVAL_VARIABLE_PI 3.1415926535
/*
www.eeworm.com/read/172058/9724983
cpp evaluate.cpp
#include
#include "Cdefines.h"
#include "Global.h"
#undef max
#undef min
#define max(a, b) (((a) > (b)) ? (a) : (b))
#define min(a, b) (((a) < (b)) ? (a) : (b))
#define TOLE
www.eeworm.com/read/269229/11105107
cpp evaluate.cpp
//计算后缀表达式值的文件Evaluate.cpp
const int SM=40;
#include"linearStack2.cpp"
float Evaluate(char* str)
//计算由str字符串所表示的后缀表达式的值,
//表达式要以'@'字符结束.
{LinStack S;//创建对象S
S.InitStack(SM);//初始化栈
istrstream
www.eeworm.com/read/411929/11221239
cs evaluate.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.
www.eeworm.com/read/410973/11261829
cpp evaluate.cpp
#include
#include
#include
#include
#include
#include
#include "evaluate.h"
CEvaluate:: CEvaluate()
{
#if 1
ReadInfo();
m_
www.eeworm.com/read/410973/11262632
h evaluate.h
#ifndef Evaluate_H_H
#define Evaluate_H_H
#include
#include
#include
#include
#include
#include"Parameter.h"
#include "BrowseDir.h"
static
www.eeworm.com/read/334076/12642601
c evaluate.c
/***********************************************************************
Main functions for fuzzy inference
**********************************************************************/
/* Copyright (
www.eeworm.com/read/135779/13900033