代码搜索:sequential

找到约 1,846 项符合「sequential」的源代码

代码结果 1,846
www.eeworm.com/read/122674/14676193

h dsearch.h

#ifndef DATATYPE_SEARCH_METHODS #define DATATYPE_SEARCH_METHODS // search the n element arrray a for a match with key // using the sequential search. return the index of the // matching array el
www.eeworm.com/read/222301/14697806

m train.m

function net = train(tutor, x, y, C, kernel, zeta, net) % TRAIN % % Train a support vector classification network, using the sequential minimal % optimisation algorithm. % % net = train(tut
www.eeworm.com/read/119154/14838274

ps viewjpeg.ps

%! viewjpeg.ps Copyright (C) Thomas Merz 1994 % % View JPEG files with Ghostscript % % This PostScript code relies on level 2 features. % % Only JPEG baseline, extended sequential, and progres
www.eeworm.com/read/218474/14919053

m bookdemo.m

% PURPOSE : We address here a nonlinear non-Gaussian problem using % the standard particle filtering algorithm. % For more details refer to the introduction of our book: % Sequential Monte Carlo in P
www.eeworm.com/read/213492/15133656

c smo_mex.c

/* -------------------------------------------------------------------- smo_mex.c: MEX-file for Sequential Minimal Optimizer. Compile: mex smo_mex.c ../kernels/kernel_fun.c Synopsis: [Alpha,b
www.eeworm.com/read/213424/15135078

m bookdemo.m

% PURPOSE : We address here a nonlinear non-Gaussian problem using % the standard particle filtering algorithm. % For more details refer to the introduction of our book: % Sequential Monte Carlo in P
www.eeworm.com/read/212063/15166299

cpp sequenti.cpp

Error_code sequential_search(const List &the_list, const Key &target, int &position) /* Post: If an entry in the_list has key equal to target, then return
www.eeworm.com/read/13911/286935

m train.m

function net = train(tutor, x, y, C, kernel, zeta, net) % TRAIN % % Train a support vector classification network, using the sequential minimal % optimisation algorithm. % % net = train(tut
www.eeworm.com/read/16821/692768

usp default.usp

[RunLogicRunRoot] MercIniTreeFather="" MercIniTreeSectionName="RunLogicRunRoot" RunLogicRunMode="Sequential" RunLogicActionOrder="Group1Action_Init,Group1Login_As_Admin,Group1Admin_Side_Script_0,G
www.eeworm.com/read/237048/4633992

java abstractsequentiallist.java

/* AbstractSequentialList.java -- List implementation for sequential access Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classp