代码搜索:Difference

找到约 3,389 项符合「Difference」的源代码

代码结果 3,389
www.eeworm.com/read/159596/10637374

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/277285/10648825

listing_17_29

! ! Resource file for Selection Example (Figure 17.2) ! ! Note that both files use the same resource file: the only difference ! is the buttons' labels, and these are identified by invocation name. !
www.eeworm.com/read/421771/10700528

cpp avltree.cpp

//*******三月四号写于上海交通大学*****,有指教之处请联系pkzhiwang@gmail.com,本人不承诺都能予以回复// #include "avltreenode.h" #include "avltree.h" #include #include #define LEFT 0 #define RIGHT 1 templat
www.eeworm.com/read/349916/10782304

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/349909/10784569

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/275419/10816950

asm g723_stat.asm

.title "g723_stat.asm" ;//struct g723_state { ;// long yl; /* Locked or steady state step size multiplier. */ ;// short yu; /* Unlocked or non-steady state step size multiplier.
www.eeworm.com/read/274773/10853171

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/272527/10953961

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/271686/10984630

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/417350/10993252

txt 06-21.txt

例6-21 使用diff函数求数值微分。 解:在命令窗口中输入如下命令,并按Enter键确认。 >> h = .002; >> x = 0:h:pi; >> diff(sin(x.^2))/h; %is an approximation to 2*cos(x.^2).*x >> diff((1:10).^2) ans = 3 5 7