代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/400577/11572970
m parzenml.m
%PARZENML Optimum smoothing parameter in Parzen density estimation.
%
% H = PARZENML(A)
%
% INPUT
% A Input dataset
%
% OUTPUT
% H Scalar smoothing parameter (in case of crisp labels)
%
www.eeworm.com/read/400577/11573127
m get.m
%GET Get datafile parameter fields
%
% [VALUE1,VALUE2,...] = GET(A,FIELD1,FIELD2,...)
%
% INPUT
% A Datafile
% FIELDx Field names (strings)
%
% OUTPUT
% VALUEx Field values
%
% SEE A
www.eeworm.com/read/400577/11573222
m lassor.m
%LASSOR LASSO regression
%
% W = LASSOR(X,LAMBDA)
%
% INPUT
% X Regression dataset
% LAMBDA Regularization parameter
%
% OUTPUT
% W LASSO regression mapping
%
% DESCRIPTION
% Th
www.eeworm.com/read/400577/11573370
m sigm.m
%SIGM Sigmoid map
%
% W = W*SIGM
% B = A*SIGM
% W = W*SIGM([],SCALE)
% B = SIGM(A,SCALE)
%
% INPUT
% A Dataset (optional)
% SCALE Scaling parameter (optional, default: 1)
%
%
www.eeworm.com/read/400225/11580343
v appreq_sm.v
/***********************************************************************
*
* High Speed AMBA Bus (AHB) Interface Example
* for "QuickMIPS" QL901M-680 Device
*
www.eeworm.com/read/400225/11580376
v appreq_sm.v
/***********************************************************************
*
* High Speed AMBA Bus (AHB) Interface Example
* for "QuickMIPS" QL901M-680 Device
*
www.eeworm.com/read/348277/11603435
c lft.c
/****************************************************************************************************************
File Name : lft.c
Content : list for test
Date : 2007/05/xx
Discription:
www.eeworm.com/read/348119/11610418
m rjdemo1.m
% PURPOSE : To approximate a noisy nolinear function with RBFs, where the number
% of parameters and parameter values are estimated via reversible jump
% Markov Chain Monte Carlo (
www.eeworm.com/read/261978/11612390
v tb_div2_01.v
`timescale 100ps/100ps
module top;
parameter n=32;
parameter m=16;
parameter clock_cycle=10;
reg clock;
reg start;
reg [n-1:0] dividend;
reg [n-1:0] divisor;
wire finish;
w