代码搜索:ESTIMATE
找到约 3,366 项符合「ESTIMATE」的源代码
代码结果 3,366
www.eeworm.com/read/477308/6741500
mdl estimate.mdl
Model {
Name "estimate"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataT
www.eeworm.com/read/346902/11713709
m estimate.m
function [estimate]=estimate(ffthou,gujifangshi)
if gujifangshi==1
weizhi2=[1 10 19 28 37 46 55 64];
train=ffthou(weizhi2 );%%%%%%%%%%%取出训练序列
for i=2:2:8
train(i)=-train(i);
end
t
www.eeworm.com/read/259756/11768280
m estimate.m
function eta = estimate(node,elem,u)
[dudx,dudy] = ZZ(node,elem,u);
[dudxx,dudxy] = sgrad(node,elem,dudx);
[dudyx,dudyy] = sgrad(node,elem,dudy);
eta = abs(dudxx) + abs(dudxy) + abs(dudyx) + abs(d
www.eeworm.com/read/259756/11768310
m estimate.m
function [ eta, res, osc]= estimate(mesh,eps,a1,a2,b,f,g_N,bta)
% ESTIMATE computes residual error estimator on each element
%
% USAGE
% [ eta, res, osc]= estimate(mesh,eps,a1,a2,b,f,bta)
%
% INPUT
www.eeworm.com/read/259756/11768313
asv estimate.asv
function [ eta, res, osc]= estimate(mesh,eps,a1,a2,b,f,g_N,bta)
% ESTIMATE computes residual error estimator on each element
%
% USAGE
% [ eta, res, osc]= estimate(mesh,eps,a1,a2,b,f,bta)
%
% INPUT
www.eeworm.com/read/155649/11856883
doc estimate.doc
www.eeworm.com/read/251889/12313330
java estimate.java
/* ----------------------------------------------------------------------
* This program reads a data sample from a text file in the format
* one data point per line
* a
www.eeworm.com/read/251888/12313484
java estimate.java
/* ----------------------------------------------------------------------
* This program reads a data sample from a text file in the format
* one data point per line
* a
www.eeworm.com/read/251885/12313754
c estimate.c
/* ----------------------------------------------------------------------
* This program reads a data sample from a text file in the format
* one data point per line
* and