代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/388439/8609555
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/288527/8626880
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/386034/8770554
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/281878/9128083
c statcmp.c
/*
statcmp status_1 status_2
will return difference between the 2 status
*/
#include
int main(int argc, char **argv)
{
///////////////////////////////////////////////////
if(argc
www.eeworm.com/read/375566/9356372
m heat transfer.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/177981/9425093
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/371640/9543596
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/169081/9881530
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/168569/9907335
cpp huffman.cpp
/*
* huffman.c -- functions do decompress files in MPQ files which
* uses a modified huffman version.
*
* Copyright (C) 2003 Maik Broemme
*
* Difference
www.eeworm.com/read/168118/9938087
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