代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/434208/7881899
html differencechartdemo1.html
DifferenceChartDemo1
A difference chart highlights the difference between two series. In this demo,
the data is randomly generated.
www.eeworm.com/read/434208/7882265
html differencechartdemo2.html
DifferenceChartDemo2
A difference chart highlights the difference between two series. This demo
also shows the use of a Marker to highlight a range of values on
the domain
www.eeworm.com/read/398648/7932139
m mmderiv.m
function z=mmderiv(x,y)
%MMDERIV Compute Derivative Using Weighted Central Differences.
% MMDERIV(X,Y) computes the derivative of the function y=f(x) given the
% data in X and Y. X must be a vector, b
www.eeworm.com/read/298649/7947005
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/398337/7993639
m testwaveletkernel.m
%
% this is a script for testing and looking into wavelet kernel
% and different decompositions.
%
%
clear all
close all
% this is the data
N=50;
x=linspace(0,1,N)';
% these are the
www.eeworm.com/read/296923/8070971
txt 一份 tomcat vs resin 的测试报告。。。.txt
作者:jeru
email: jeru@163.net
日期:2001-2-9 18:53:49
----- Original Message -----
From: Griggs, James
To:
Sent: Tuesday, February 08, 2000
www.eeworm.com/read/245113/12819842
txt 一份 tomcat vs resin 的测试报告。。。.txt
作者:jeru
email: jeru@163.net
日期:2001-2-9 18:53:49
----- Original Message -----
From: Griggs, James
To:
Sent: Tuesday, February 08, 2000
www.eeworm.com/read/143706/12849538
m gradchek.m
function [gradient, delta] = gradchek(w, func, grad, varargin)
%GRADCHEK Checks a user-defined gradient function using finite differences.
%
% Description
% This function is intended as a utility for
www.eeworm.com/read/244076/12891342
m calcbits.m
function [bits]=calcbits(bounds,precision)
% function [bits]=calcbits(bounds,precision)
% Determine the number of bits to represent a float number to the precision
% provided.
%
% bits - the
www.eeworm.com/read/140851/13058967
m gradchek.m
function [gradient, delta] = gradchek(w, func, grad, varargin)
%GRADCHEK Checks a user-defined gradient function using finite differences.
%
% Description
% This function is intended as a utility