代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/124842/14534445
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/124229/14585444
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/119287/14834255
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/117779/14905415
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/117779/14905417
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/214740/15090257
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/16502/674024
m setdiff.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/455463/1614395
m rectimecb.m
function rectimecb(action)
% Determine the parameter for the reciprocal time difference function
if( nargin < 1 )
action = 'init';
end
if( strcmp(action,'init'))
q=str2mat('Reciprocal time chec
www.eeworm.com/read/455463/1614444
m autoreject.m
function [cvpi,cvpj]=autoreject(cvpi,cvpj,nshots,dev,standard)
% Function used to reject some of the cross over point based on the standard
% deviation or a constant difference from the cross over po
www.eeworm.com/read/249482/4450587
dat funtc135b.dat
#include
#include
int main(void)
{
printf("The difference between the highest allocated block in the far
");
printf("heap and the top of the far heap is: %lu bytes
",