代码搜索:constructs

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

代码结果 1,240
www.eeworm.com/read/396844/2406717

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/368348/2822604

h sdbm_tune.h

/* * sdbm - ndbm work-alike hashed database library * tuning and portability constructs [not nearly enough] * author: oz@nexus.yorku.ca */ #define BYTESIZ 8 /* * important tuning parm
www.eeworm.com/read/158411/5597381

java telephone.java

import java.awt.*; import java.awt.event.*; import javax.swing.*; /** Presents a phone GUI for the voice mail system. */ public class Telephone { /** Constructs a telephone with
www.eeworm.com/read/393424/8287909

m sde_makelabel.m

function [label,TIME,VRBL] = SDE_makelabel(TIMEREP,VRBLREP) % SDE_makelabel constructs an array TIME of different times (the array TIMEREP without repetitions) % and an array VRBL of different va
www.eeworm.com/read/172493/9705436

h item.h

#ifndef ITEM_H #define ITEM_H #include "product.h" /** Describes a product to purchase and its quantity. */ class Item { public: /* Constructs an item from the product and
www.eeworm.com/read/170936/9779355

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/415313/11076659

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/413912/11137344

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/391275/8412952

m gmmouse.m

function brep = gmmouse % GMMOUSE: construct a brep from user-clicked in a graphics panel % brep = gmmouse % Constructs a 2D brep by letting the user click points in the % drawing window that define
www.eeworm.com/read/375212/9369244

m plsrsgcv.m

function coeff = plsrsgcv(data,lv,cvit,cvnum) %PLSRSGCV Generates PLS models for MSPC with cross-validation % This function constructs a matrix of PLS models that % can be used like a PCA model f