代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/371229/9561081
sh build_float_vpi.sh
# This constructs a DLL plug in for Modelsim from float_vpi.cpp
# It contains a few floating point helper functions.
# The Modelim PLI interface library - modify Modelsim path if necessary
if [ -
www.eeworm.com/read/362500/9996074
m plsrsgn.m
function coeff = plsrsgn(data,lv,out)
%PLSRSGN Generates a matrix of PLS models for MSPC
% This function constructs a matrix of PLS models that
% can be used like a PCA model for multivariate sta
www.eeworm.com/read/362500/9996169
m modlgui.m
function modlgui(action,fighand)
%MODLGUI linear regression with graphical user interface.
% MODLGUI constructs linear regression models using a graphical
% user interface. Data, variable and sam
www.eeworm.com/read/469416/6976474
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
www.eeworm.com/read/140851/13059284
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
www.eeworm.com/read/326305/13149144
java catalog.java
import java.util.*;
import java.io.*;
public class Catalog
{
/* Collection of Product objects.*/
private Vector products;
/**
* Constructs an empty catalog.
*/
www.eeworm.com/read/139427/13156661
vhd chapter2_models.vhd
--
-- This example illustrates VHDL
-- constructs that can be translated
-- into an iterative network.
--
entity IPAR is
generic (PROP_DEL:time);
port (
R: in BIT_VECTOR (7 downto 0)
www.eeworm.com/read/138798/13212382
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
www.eeworm.com/read/305190/13777273
m sumkromat.m
function y = sumkromat(A,C,U,i)
%SUMKROMAT Calculates the sum of block Kronecker product matrices.
%
% SUMKROMAT(A,C,U,i) constructs the sum of a number of Kronecker products of
% subsets of
www.eeworm.com/read/302608/13831421
cpp clocks1.cpp
#include
#include
#include
using namespace std;
#include "ccc_time.h"
class Clock
{
public:
/**
Constructs a clock that can tell the local time.