代码搜索:persistent

找到约 2,751 项符合「persistent」的源代码

代码结果 2,751
www.eeworm.com/read/480778/6661427

m bench_funcs.m

function f=BENCH_FUNCS(x,func_num) %Unconstrained problems with random shifting of global optima and random %rotation of co ordinates. The total of 13 problems are presented global initial_flag M O
www.eeworm.com/read/480781/6661429

m bench_funcs.m

function f=BENCH_FUNCS(x,func_num) %Unconstrained problems with random shifting of global optima and random %rotation of co ordinates. The total of 13 problems are presented global initial_flag M O
www.eeworm.com/read/480782/6661431

m bench_funcs.m

function f=BENCH_FUNCS(x,func_num) %Unconstrained problems with random shifting of global optima and random %rotation of co ordinates. The total of 13 problems are presented global initial_flag M O
www.eeworm.com/read/347945/11624373

m snoptgp_callback.m

function [F,G] = snoptgp_callback(x,mmodel) persistent model if nargin > 1 model = mmodel; return end [f,df] = fmincon_fungp(x,model); [g,geq,dg,dgeq] = fmincon_congp(x,model); F =
www.eeworm.com/read/376212/9324953

m doscribble.m

function theResult = doscribble(self, theEvent, varargin) % ps/doscribble -- Process "ps" mouse events. % doscribble(self, 'theEvent') handles mouse events % on behalf of self, a "ps" object. The
www.eeworm.com/read/376212/9325058

m sg_proj.m

function [theProj, theCenter] = sg_proj(theProjection, theProjectionCenter) % sg_proj -- Stub for m_map-like "m_proj" function. % sg_proj(theProjection) sets and/or gets the current % map projecti
www.eeworm.com/read/179813/9335908

cxx comptime.cxx

//-< COMPTIME.CXX >--------------------------------------------------*--------* // POST++ Version 1.0 (c) 1998 GARRET * ? * // (Persistent Object Storage)
www.eeworm.com/read/140847/5779586

m ff_inf_engine.m

function engine = ff_inf_engine(bnet) % FF_INF_ENGINE Factored frontier inference engine for DBNs % engine = ff_inf_engine(bnet) % % The model must be topologically isomorphic to an HMM. % In addition
www.eeworm.com/read/133943/5897768

m ff_inf_engine.m

function engine = ff_inf_engine(bnet) % FF_INF_ENGINE Factored frontier inference engine for DBNs % engine = ff_inf_engine(bnet) % % The model must be topologically isomorphic to an HMM. % In addition
www.eeworm.com/read/153044/12064345

m doscribble.m

function theResult = doscribble(self, theEvent, varargin) % ps/doscribble -- Process "ps" mouse events. % doscribble(self, 'theEvent') handles mouse events % on behalf of self, a "ps" object. The