代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/243253/6339214
v datapath.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company: ASIC CEBTER
// Engineer: Freedom
// Create Date: 11:25:24 09/24/2007
www.eeworm.com/read/272379/6350010
h field.h
#if !defined(AFX_FIELD_H__BC74EB81_CC1F_4175_B32C_56A90CD0D166__INCLUDED_)
#define AFX_FIELD_H__BC74EB81_CC1F_4175_B32C_56A90CD0D166__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/493294/6400240
m parzenml.m
%PARZENML Optimum smoothing parameter in Parzen density estimation.
%
% H = PARZENML(A,FID)
%
% INPUT
% A input dataset
% FID File ID to write progress to (default [], see PRPROGRESS)
%
%
www.eeworm.com/read/493294/6400492
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)
%
%