代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/164272/10120278
m deltax.m
function y=deltax(x);
%
% DELTAX(X)
%
% Function to return the difference between
% successive row elements of an array. First
% element of result array is zero.
%
% Differs from MATLAB sup
www.eeworm.com/read/359831/10121463
tips
Speed:
* experiment with compiler flags
Special thanks to Oscar Lesta. He suggested some compiler flags
for gcc that make a big difference. They shave 10-15% off
execu
www.eeworm.com/read/280774/10292602
tips
Speed:
* experiment with compiler flags
Special thanks to Oscar Lesta. He suggested some compiler flags
for gcc that make a big difference. They shave 10-15% off
execution
www.eeworm.com/read/355063/10298074
res gt.res
DIFFERENCE DATA-1:
-15.00 21.00 -12.00 27.00 0.00 -6.00 2.00 2.00 -12.00 -9.00
14.00 0.00 -16.00 -3.00 8.00 27.00 12.00 -39.00 6.00 4.
www.eeworm.com/read/279378/10442872
f jacobi.f
program main
************************************************************
* program to solve a finite difference
* discretization of Helmholtz equation :
* (d2/dx2)u + (d2/dy2)u - alpha u =
www.eeworm.com/read/159601/10636598
m deltax.m
function y=deltax(x);
%
% DELTAX(X)
%
% Function to return the difference between
% successive row elements of an array. First
% element of result array is zero.
%
% Differs from MATLAB sup
www.eeworm.com/read/421190/10751402
res gt.res
DIFFERENCE DATA-1:
-15.00 21.00 -12.00 27.00 0.00 -6.00 2.00 2.00 -12.00 -9.00
14.00 0.00 -16.00 -3.00 8.00 27.00 12.00 -39.00 6.00 4.
www.eeworm.com/read/349916/10783317
m deltax.m
function y=deltax(x);
%
% DELTAX(X)
%
% Function to return the difference between
% successive row elements of an array. First
% element of result array is zero.
%
% Differs from MATLAB sup
www.eeworm.com/read/273177/10923926
res gt.res
DIFFERENCE DATA-1:
-15.00 21.00 -12.00 27.00 0.00 -6.00 2.00 2.00 -12.00 -9.00
14.00 0.00 -16.00 -3.00 8.00 27.00 12.00 -39.00 6.00 4.
www.eeworm.com/read/466466/7035630
tips
Speed:
* experiment with compiler flags
Special thanks to Oscar Lesta. He suggested some compiler flags
for gcc that make a big difference. They shave 10-15% off
execution