代码搜索:Difference

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

代码结果 3,389
www.eeworm.com/read/264420/11315705

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/347945/11624732

m setdiff1d.m

function [c,ia] = setdiff(a,b,flag) %SETDIFF Set difference. % SETDIFF(A,B) when A and B are vectors returns the values % in A that are not in B. The result will be sorted. A and B % can b
www.eeworm.com/read/155600/11861292

m example1b.m

%Temperature distribution in a rod %See example 9 %Discretization method: Finite difference % Solution method: SOR clear all; T = [];x=[];P=[];Q=[]; nn = input('Number of increment = ') n = n
www.eeworm.com/read/155600/11861310

m example1a.m

%Temperature distribution in a rod %See example 9 %Discretization method: Finite difference % Solution method: SOR clear all; a=[];b=[];c=[];d=[];x=[];T=[];analytical=[]; nn = input('Number of i
www.eeworm.com/read/342497/12016001

m example1b.m

%Temperature distribution in a rod %See example 9 %Discretization method: Finite difference % Solution method: SOR clear all; T = [];x=[];P=[];Q=[]; nn = input('Number of increment = ') n = n
www.eeworm.com/read/342497/12016035

m example1a.m

%Temperature distribution in a rod %See example 9 %Discretization method: Finite difference % Solution method: SOR clear all; a=[];b=[];c=[];d=[];x=[];T=[];analytical=[]; nn = input('Number of i
www.eeworm.com/read/254415/12139091

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/253499/12218806

py fileinfo_fromdict.py

"""Framework for getting filetype-specific metadata. This is the same as fileinfo.py with one difference: instead of inheriting from UserDict, we inherit directly from dict. This capability was intro
www.eeworm.com/read/125987/14453095

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/226071/14497450

c gdi.c

// Graphic Device Interface Module Source File // Brian, support GDI library //#define GDI_WITHOUT_OS // if define this, GDI is like a library, the difference will be // (1) Shoud not call OSD fucn