代码搜索:sequential

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

代码结果 1,846
www.eeworm.com/read/141739/12988514

m som_seqtrain.m

function [sMap, sTrain] = som_seqtrain(sMap, D, varargin) %SOM_SEQTRAIN Use sequential algorithm to train the Self-Organizing Map. % % [sM,sT] = som_seqtrain(sM, D, [[argID,] value, ...]) % % sM
www.eeworm.com/read/136959/13351956

c seqtouch.c

/* ** SEQTOUCH.C - Touch files in a directory with sequential time stamps. ** ** Public domain by Bob Stout */ #include #include #include #include #ifdef _
www.eeworm.com/read/136879/13356655

cpp fig14_04.cpp

// Fig. 14.4: fig14_04.cpp // Create a sequential file #include #include #include int main() { // ofstream constructor opens file ofstream outClie
www.eeworm.com/read/307427/13722751

txt d_rs_jk.txt

Sequential Logic Using UDP D Latch 1 primitive latch_udp(q, clock, data) ; 2 output q; reg q ; 3 input clock, data; 4 table 5 // clock data q q+
www.eeworm.com/read/303048/13823199

m som_seqtrain.m

function [sMap, sTrain] = som_seqtrain(sMap, D, varargin) %SOM_SEQTRAIN Use sequential algorithm to train the Self-Organizing Map. % % [sM,sT] = som_seqtrain(sM, D, [[argID,] value, ...]) % % sM
www.eeworm.com/read/259565/11782205

m s_trace_numbers.m

function [index,ierr]=s_trace_numbers(seismic,varargin) % Function outputs sequential trace numbers of seismic input traces based on % header values % See also: "s_select" % % Written by: E. R.: Apri
www.eeworm.com/read/128468/14295544

m smoker.m

% SMOKER Sequential Minimal Optimization for SVM (L1). % [Alpha,bias,nsv,trn_err,margin]=smoker(K,labels,C,eps,tol,Alpha,bias) % % SMOKER is the SMO which uses precomputed kernel matrix % insted of
www.eeworm.com/read/210671/15193865

cpp fig14_07.cpp

// Fig. 14.7: fig14_07.cpp // Reading and printing a sequential file #include using std::cout; using std::cin; using std::ios; using std::cerr; using std::endl; #include
www.eeworm.com/read/184888/5244516

c lcr_mod.c

/* * $Id: lcr_mod.c,v 1.28 2006/05/26 12:16:23 juhe Exp $ * * Least Cost Routing module (also implements sequential forking) * * Copyright (C) 2005 Juha Heinanen * * This file is part of opense
www.eeworm.com/read/162614/5526243

f90 flush_1.f90

! { dg-do run } ! PR 22390 Implement flush statement program flush_1 character(len=256) msg integer ios open (unit=10, access='SEQUENTIAL', status='SCRATCH') write (10, *) 42 flush 1