代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/109011/6178142
java whentag.java
/*
* Copyright 1999,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/109011/6178667
java expressionevaluatormanager.java
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/105889/6197341
java pointoutsidecoverageexception.java
/*$************************************************************************************************
**
** $Id: PointOutsideCoverageException.java,v 1.6 2004/04/28 19:40:01 desruisseaux Exp $
**
**
www.eeworm.com/read/213911/6312098
m twoode.m
function dydx = twoode(x,y)
%TWOODE Evaluate the differential equations for TWOBVP.
dydx = [ y(2); -abs(y(1)) ];
www.eeworm.com/read/213911/6312099
m twobc.m
function res = twobc(ya,yb)
%TWOBC Evaluate the residual in the boundary conditions for TWOBVP.
res = [ ya(1); yb(1) + 2 ];
www.eeworm.com/read/213911/6312101
m emdenbc.m
function res = emdenbc(ya,yb)
%EMDENBC Evaluate the residual in the boundary conditions
res = [ ya(2)
yb(1) - sqrt(3)/2 ];
www.eeworm.com/read/490082/6458181
m polyint.m
function yp = polyint(x,y,xp)
% function polyint(x,y,xp)
% perform polynomial interpolation
% input: x,y - data vectors
% xp - new abscissa vector
% output: yp - polynomial in
www.eeworm.com/read/489883/6463059
prg gzhs.prg
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* 文件名: GZHS.PRG
www.eeworm.com/read/488224/6498583
m program_13_4.m
% Program 13_4
% Effect of Down-Sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.42 0.48 1];
mag = [0 1 0 0];
x = fir2(101, freq, mag);
% Evaluate a
www.eeworm.com/read/488224/6498587
m program_13_3.m
% Program 13_3
% Effect of Up-Sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.45 0.5 1];
mag = [0 1 0 0];
x = fir2(99, freq, mag);
% Evaluate and p