代码搜索:Computes

找到约 10,000 项符合「Computes」的源代码

代码结果 10,000
www.eeworm.com/read/111101/15518077

cpp computes.cpp

// ComputeS.cpp : implementation file // #include "stdafx.h" #include "aomanage.h" #include "ComputeS.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static c
www.eeworm.com/read/111101/15518121

h computes.h

#if !defined(AFX_COMPUTES_H__CF3F92E4_B855_11D7_868F_00E04C826851__INCLUDED_) #define AFX_COMPUTES_H__CF3F92E4_B855_11D7_868F_00E04C826851__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _
www.eeworm.com/read/358270/10193262

m parallel.m

% PARALLEL Computes the value of components in "parallel" % % [Veq] = PARALLEL (V1, V2, ...) computes V1 || V2 || ... % function [Veq] = parallel (varargin) Veq = varargin{1}; for num =
www.eeworm.com/read/405217/11468626

m parallel.m

% PARALLEL Computes the value of components in "parallel" % % [Veq] = PARALLEL (V1, V2, ...) computes V1 || V2 || ... % function [Veq] = parallel (varargin) Veq = varargin{1}; for num =
www.eeworm.com/read/152406/12116719

m parallel.m

% PARALLEL Computes the value of components in "parallel" % % [Veq] = PARALLEL (V1, V2, ...) computes V1 || V2 || ... % function [Veq] = parallel (varargin) Veq = varargin{1}; for num =
www.eeworm.com/read/254515/12132966

m parallel.m

% PARALLEL Computes the value of components in "parallel" % % [Veq] = PARALLEL (V1, V2, ...) computes V1 || V2 || ... % function [Veq] = parallel (varargin) Veq = varargin{1}; for num =
www.eeworm.com/read/161189/10439826

m rawfunc.m

% % computes y=p(1)*exp(p(2)*x)+p(3)*x*exp(p(4)*x) % % y=rawfunc(x,p) % function y=rawfunc(x,p) y=p(1).*exp(p(2)*x)+p(3).*x.*exp(p(4)*x);
www.eeworm.com/read/388370/8612541

m mod.m

function m = mod(n,N) % Computes m = (n mod N) index % ---------------------------- % m = mod(n,N) m = rem(n,N); m = m+N; m = rem(m,N);
www.eeworm.com/read/280929/10279560

m mod.m

function m = mod(n,N) % Computes m = (n mod N) index % ---------------------------- % m = mod(n,N) m = rem(n,N); m = m+N; m = rem(m,N);