代码搜索:constructs

找到约 1,240 项符合「constructs」的源代码

代码结果 1,240
www.eeworm.com/read/283498/9016563

asm repeat.asm

; REPEAT- Constructs a string of length CX where each element ; is initialized to the character passed in AL. ; ; On entry: ; ; ES:DI- Points at the string to be constructed. ; CX- Contai
www.eeworm.com/read/177674/9442629

m rbf.m

function net = rbf(nin, nhidden, nout, rbfunc, outfunc, prior, beta) %RBF Creates an RBF network with specified architecture % % Description % NET = RBF(NIN, NHIDDEN, NOUT, RBFUNC) constructs and init
www.eeworm.com/read/176823/9483318

m rbf.m

function net = rbf(nin, nhidden, nout, rbfunc, outfunc, prior, beta) %RBF Creates an RBF network with specified architecture % % Description % NET = RBF(NIN, NHIDDEN, NOUT, RBFUNC) constructs and init
www.eeworm.com/read/366144/9828296

tcl gmtransf.tcl

proc gmtranslate args { ## gmset a [gmtranslate $t1 $t2 ...] ## constructs a translation operator. The ## dimension is inferred from the number of arguments. set n [llength $args]
www.eeworm.com/read/164509/10105415

m lpf via z.m

%Run from editor Debug(F5) %This M file constructs a low pass filter using the Z Transform and %analyzes the characteristics of the filter such as frequency response and %phase using the Matlab fil
www.eeworm.com/read/466896/7022924

m svc.m

% % SVC: Construct a support vector classifier. % % Constructs a support vector classifier based on the data points 'xo' % (stored rowwise) and labels 'yo', which should be either -1 or 1. % % Returns
www.eeworm.com/read/143706/12849941

m rbf.m

function net = rbf(nin, nhidden, nout, rbfunc, outfunc, prior, beta) %RBF Creates an RBF network with specified architecture % % Description % NET = RBF(NIN, NHIDDEN, NOUT, RBFUNC) constructs and init
www.eeworm.com/read/323118/13354399

versionhistory

25-02-97 Made the package compatible with Matlab version 5. (1.013) This turned out to only involve changing constructs like X ~= [] or X ~= '' to ~isempty(X) to avoid the other
www.eeworm.com/read/144216/5752382

h h2ph.h

/* * Test header file for h2ph * * Try to test as many constructs as possible * For example, the multi-line comment :) */ /* And here's a single line comment :) */ /* Test #define with no ind
www.eeworm.com/read/141268/5775120

h sourceline.h

#ifndef CPPUNIT_SOURCELINE_H #define CPPUNIT_SOURCELINE_H #include #include /*! \brief Constructs a SourceLine object initialized with the location where the m