代码搜索:Difference

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

代码结果 3,389
www.eeworm.com/read/168118/9937863

m jddiff.m

function X = jddiff(X,nd) %DIFF Differentiate or difference. % DIFF may be called numeric arguments. % % For a numeric vector argument, DIFF computes differences. % DIFF(X), for a vector X, is [X(2)-X
www.eeworm.com/read/359349/10154320

m program7_1.m

%=================================================== % program 7_1 % Solving a constant coefficient difference equation % The input sequence must be a closed representation %======================
www.eeworm.com/read/359005/10171838

m dsigmf.m

function y = dsigmf(x, params) %DSIGMF Membership function composed of the difference between two sigmoidal % membership functions. % Synopsis % y = dsigmf(x,[a1 c1 a2 c2]) % Description
www.eeworm.com/read/353425/10448420

m psnr.m

function PSNR(A,B) % PURPOSE: To find the PSNR (peak signal-to-noise ratio) between two % intensity images A and B, each having values in the interval % [0,1]. The answer is in deci
www.eeworm.com/read/424281/10467704

c fcmp.c

/* sys/gsl_compare.c * * Copyright (C) 2002 Gert Van den Eynde * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as
www.eeworm.com/read/421857/10690310

txt the difference between dvd-r, dvd+r, dvd+rw and dvd-rw.txt

The difference between DVD-R, DVD+R, DVD+RW and DVD-RW explained There's DVD+R, DVD+RW, DVD-R, DVD-RW, and even DVD-ROM! So what's the difference between all of these different names, aren't all DV
www.eeworm.com/read/349376/10832796

txt color.txt

grid.on('click', function(e) { // 8 => tree node id target = gridTree.getNodeById('8'); Ext.fly(target.ui.elNode).addClass('test'); // console.log(target); }); HTML Code: .test {
www.eeworm.com/read/418731/10933488

txt the difference between dvd-r, dvd+r, dvd+rw and dvd-rw.txt

The difference between DVD-R, DVD+R, DVD+RW and DVD-RW explained There's DVD+R, DVD+RW, DVD-R, DVD-RW, and even DVD-ROM! So what's the difference between all of these different names, aren't all DV
www.eeworm.com/read/271760/10981509

m frd.m

function f = frd(w,g,h,k); %FRD Return difference frequency response (MIMO). % % F = FRD(w,G,H,K) calculates the return difference matrix of a % closed loop system. % % F = I + GKH. %
www.eeworm.com/read/271244/11002012

m diffn.m

function d=diffn(x,n) % The function DIFFN provides a variable window differentiation on data. % % Calling sequence- % d=diffn(x,n) % % Example- % d=diffn(lod78_p',501); % % Input- % x