代码搜索:subtract
找到约 923 项符合「subtract」的源代码
代码结果 923
www.eeworm.com/read/379728/9180277
cpp subtract_mu.cpp
// SUBTRACT_MU.CPP
//
// X = SUBTRACT_MU( X, Mu ) subtracts bias term Mu from sparse data
// matrix X.
// Equivalent Matlab code:
// M = spones(X);
// X = X - repmat(Mu,1,size(X,2)).*M;
// This
www.eeworm.com/read/379728/9180287
dll subtract_mu.dll
www.eeworm.com/read/379728/9180289
mexglx subtract_mu.mexglx
www.eeworm.com/read/365862/9842949
m gmm_subtract.m
function gr = gmm_subtract(g1, g2)
% Convolution for subtraction of two random variables: xr = x1-x2
% Same as gmm_correlate.
D = size(g1.x, 1);
M = size(g1.x, 2);
N = size(g2.x, 2);
R = M*N;
www.eeworm.com/read/351998/10588956
m gmm_subtract.m
function gr = gmm_subtract(g1, g2)
% Convolution for subtraction of two random variables: xr = x1-x2
% Same as gmm_correlate.
D = size(g1.x, 1);
M = size(g1.x, 2);
N = size(g2.x, 2);
R = M*N;
www.eeworm.com/read/314474/13566679
gawk subtract-ppls.gawk
#!/usr/local/bin/gawk -f
#
# subtract-ppls --
# Subtracts text statistics (from -ppl output)
#
# The first input file contains a total, from which subsequent stats are
# discounted. The result is pri
www.eeworm.com/read/139332/5800565
hpp subtract_with_carry.hpp
/* boost random/subtract_with_carry.hpp header file
*
* Copyright Jens Maurer 2002
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE_1_0.txt or copy at
www.eeworm.com/read/485380/6560916
vhd subtract_with_borrow.vhd
-------------------------------------------------------------------------------
-- $Id: subtract_with_borrow.vhd,v 1.1 2007/10/12 09:11:36 stefana Exp $
-----------------------------------------------
www.eeworm.com/read/482889/1282604
hpp subtract_with_carry.hpp
/* boost random/subtract_with_carry.hpp header file
*
* Copyright Jens Maurer 2002
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE_1_0.txt or copy
www.eeworm.com/read/182365/5264122
e test_subtract.e
indexing
description: "Tests of DECIMAL.subtract operation."
library: "EDA"
author: "Paul G. Crismer"
date: "$Date: 2003/02/06 22:42:26 $"
revision: "$Revision: 1.2 $"
licensing: "See