代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/151704/12181308
m construct_renum.m
function nn = construct_renum(en,args)
%CONSTRUCT_ENUM Constructor for raw memory object
% MM = CONSTRUCT_ENUM('PropertyName',PropertyValue,...) Constructs an ..
%
% Major Properties (See NUM
www.eeworm.com/read/151567/12200444
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/339665/12211783
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/151186/12230379
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/150905/12250584
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/251835/12317517
m crqgraph.m
function Q = crqgraph(w,edge,triedge,edgetri)
%CRQGRAPH Quadrilateral graph of a triangulation.
% Q = CRQGRAPH(W,E,TE,ET) constructs the "quadrilateral graph" of a
% polygon triangulation. TE,
www.eeworm.com/read/130197/14203935
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/231526/14228250
lsp seq.lsp
;; seq.lsp -- sequence control constructs for Nyquist
;; get-srates -- this either returns the sample rate of a sound or a
;; vector of sample rates of a vector of sounds
;;
(defun get-srates (soun
www.eeworm.com/read/122469/14688130
cpp gametimer.cpp
/*
* Based upon the QT example dclock
*/
#include
#include "GameTimer.h"
#include "GameTimer.moc"
//
// Constructs a GameTimer widget with a parent and a name.
//
GameTimer::GameTimer
www.eeworm.com/read/119473/14829613
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