代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/196069/8116550
m ex030800.m
x = rand(1,11); n = 0:10;
k = 0:500; w = (pi/500)*k;
X = x * (exp(-j*pi/500)).^(n'*k); % DTFT of x
% signal shifted by two samples
y = x; m = n+2;
Y = y * (exp(-j*pi/500)).^(m'*k); % DTFT o
www.eeworm.com/read/136879/13356028
cpp fig20_35.cpp
// Fig. 20.35: fig20_35.cpp
// Demonstrates includes, set_difference, set_intersection,
// set_symmetric_difference and set_union.
#include
#include
using namespace std;
www.eeworm.com/read/317833/13495863
m ex030800.m
x = rand(1,11); n = 0:10;
k = 0:500; w = (pi/500)*k;
X = x * (exp(-j*pi/500)).^(n'*k); % DTFT of x
% signal shifted by two samples
y = x; m = n+2;
Y = y * (exp(-j*pi/500)).^(m'*k); % DTFT o
www.eeworm.com/read/100043/6275628
pl flag_truncs.pl
#!/usr/local/bin/perl
# flag_truncs.pl - martin hamilton
#
# Check the CERN/Harvest/Netscape cache for truncated objects
# - i.e. those for which there is a "Content-length:"
www.eeworm.com/read/386623/6343235
m amg_usersetfd.m
%AMG_USERSET_FD sets us up for User Specified Example using FInite
%Difference Discretization
% Ryan McKenzie
% Department of Computational Sciences
% University of Kentucky
amg_globals;
f
www.eeworm.com/read/371761/6350392
m pls.m
function [P,Q,W,T,U,bsco,ssqdif] = pls(X,Y,lv)
% pls calculates a PLS model
%
% Input:
% X: independent variables
% Y: dependent variable(s)
% lv: number of latent variables
%
% [P,Q,W
www.eeworm.com/read/371761/6350429
m pls.m
function [P,Q,W,T,U,bsco,ssqdif] = pls(X,Y,lv)
% pls calculates a PLS model
%
% Input:
% X: independent variables
% Y: dependent variable(s)
% lv: number of latent variables
%
% [P,Q,W
www.eeworm.com/read/493456/6393701
m ex030800.m
x = rand(1,11); n = 0:10;
k = 0:500; w = (pi/500)*k;
X = x * (exp(-j*pi/500)).^(n'*k); % DTFT of x
% signal shifted by two samples
y = x; m = n+2;
Y = y * (exp(-j*pi/500)).^(m'*k); % DTFT o
www.eeworm.com/read/492274/6420462
cpp adjdiff1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/482846/6614638
cpp adjdiff1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti