代码搜索:evaluate

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

代码结果 3,619
www.eeworm.com/read/142433/12945971

cpp rk4.cpp

#include "NumMeth.h" void rk4(double x[], int nX, double t, double tau, void (*derivsRK)(double x[], double t, double param[], double deriv[]), double param[]) { // Runge-Kutta integrator (4th
www.eeworm.com/read/141160/13035150

c polevl.c

/* polevl.c * p1evl.c * * Evaluate polynomial * * * * SYNOPSIS: * * int N; * double x, y, coef[N+1], polevl[]; * * y = polevl( x, coef, N ); * * * * DESCRIPTION: * * Eval
www.eeworm.com/read/137285/13334986

codemod_var

# codemod variables # # file to be read by commander.p # each line is turned into a structure entry (str) # a default-setting entry (def) # a usage-printing entry (usg) # and a comma
www.eeworm.com/read/306748/13738915

c polevl.c

/* polevl.c * p1evl.c * * Evaluate polynomial * * * * SYNOPSIS: * * int N; * double x, y, coef[N+1], polevl[]; * * y = polevl( x, coef, N ); * * * * DESCRIPTION: * * Eval
www.eeworm.com/read/141300/5772116

c hsm1temp.c

/*********************************************************************** HiSIM (Hiroshima University STARC IGFET Model) Copyright (C) 2003 STARC VERSION : HiSIM 1.2.0 FILE : hsm1temp.c of HiSIM 1
www.eeworm.com/read/137426/5825027

frm vbexample.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "MTParserCOM: VB client demo" ClientHeight = 3690 ClientLeft = 60 ClientTop = 450 ClientWidth = 639
www.eeworm.com/read/131315/5941480

y label.y

/* -*- C++ -*- Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.com) This file is part of groff. groff is free software; you can redistr
www.eeworm.com/read/131315/5941483

cc label.cc

#ifndef lint static char yysccsid[] = "@(#)yaccpar 1.8 (Berkeley) 01/20/90"; #endif #define YYBYACC 1 #line 22 "label.y" #include "refer.h" #include "refid.h" #include "ref.h" #include "token.h" int
www.eeworm.com/read/130186/5963479

java testcondition.java

/* * * Copyright (c) 2003 Dragos Manolescu (dam@micro-workflow.com) * * See the LICENSE file for licensing information. */ package com.microworkflow.process; import com.microworkflow.execu
www.eeworm.com/read/119864/6081847

c polevl.c

/* polevl.c * p1evl.c * * Evaluate polynomial * * * * SYNOPSIS: * * int N; * double x, y, coef[N+1], polevl[]; * * y = polevl( x, coef, N ); * * * * DESCRIPTION: * * Eval