代码搜索:Dim
找到约 10,000 项符合「Dim」的源代码
代码结果 10,000
www.eeworm.com/read/296534/8096979
dim_ olap挖掘模型.dim_
www.eeworm.com/read/296534/8096993
dim_ 区域.业务_客户.dim_
www.eeworm.com/read/296534/8097078
dim_ 销货日期_周.dim_
www.eeworm.com/read/296534/8097084
dim_ 区域.客户编号.dim_
www.eeworm.com/read/195849/8126614
m df1dim.m
function [df1] = df1dim(x)
% Must accompany dlinmin.
% Defined in dlinmin.
global pcom
global xicom;
global nrdfun;
df = feval(nrdfun, pcom + x.*xicom);
df1 = sum(df.*xicom);
www.eeworm.com/read/195849/8126617
m f1dim.m
% Move pcom (x units in xicom direction), and then evaluate the function there.
function [f] = f1dim(x)
% Must accompany linmin.
global pcom; % Defned in linmin.
global xicom;
global nrfun
www.eeworm.com/read/333410/12684422
m df1dim.m
function [df1] = df1dim(x)
% Must accompany dlinmin.
% Defined in dlinmin.
global pcom
global xicom;
global nrdfun;
df = feval(nrdfun, pcom + x.*xicom);
df1 = sum(df.*xicom);
www.eeworm.com/read/333410/12684426
m f1dim.m
% Move pcom (x units in xicom direction), and then evaluate the function there.
function [f] = f1dim(x)
% Must accompany linmin.
global pcom; % Defned in linmin.
global xicom;
global nrfun
www.eeworm.com/read/331966/12791002
png bg-snippet-dim.png
www.eeworm.com/read/244597/12853362
cpp xdf1dim.cpp
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine df1dim
int ncom; // defining declarations
DP (*nrfunc)(Vec_I_DP &);
Vec_DP *pcom_p,*xicom