代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/318307/13481623
frm frmconfig.frm
VERSION 5.00
Begin VB.Form frmConfig
Caption = "Sampling Configuration"
ClientHeight = 4815
ClientLeft = 60
ClientTop = 300
ClientWidth = 6615
www.eeworm.com/read/480200/6668038
m resample.m
function p2 = resample(p,Np,ksType)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% resample(p,Np,KSType) -- construct a new estimate of the KDE p by sampling
%
www.eeworm.com/read/403808/11509095
f90 cvt_mesh.f90
program main
!*****************************************************************************80
!
!! MAIN is the main program for CVT_TET_MESH.
!
! Discussion:
!
! CVT_TET_MESH uses CVT sampling on
www.eeworm.com/read/257925/11905880
ini vcsampler.ini
;------- PC Sampler configuration file -------;
;-------;
[waveOut]
;
; wave out device Id
;
deviceId=4294967295
;
; wave out sampling parameters
;
pcmSamplesPerSecond=44100
pcmBitsPe
www.eeworm.com/read/226035/14502587
h sampler.h
/***************************************************/
/*! \class Sampler
\brief STK sampling synthesis abstract base class.
This instrument provides an ADSR envelope, a one-pole filter, and
www.eeworm.com/read/226035/14502759
cpp sampler.cpp
/***************************************************/
/*! \class Sampler
\brief STK sampling synthesis abstract base class.
This instrument provides an ADSR envelope, a one-pole filter, and
www.eeworm.com/read/429426/1948922
py randomindicescv.py
# Description: Constructs indices for cross-validation
# Category: sampling
# Classes: MakeRandomIndices, MakeRandomIndicesCV
# Uses: lenses
# Referenced: RandomIndices.htm
impor
www.eeworm.com/read/428738/1956447
svn-base displaypoints.m.svn-base
function [axis_limits] = DisplayPoints(Model, Scene, dim, sampling, axis_limits)
%%=====================================================================
%% $RCSfile: DisplayPoints.m,v $
%% $Author:
www.eeworm.com/read/247527/12652476
m selectionstochunif.m
function parents = selectionstochunif(expectation,nParents,options)
%SELECTIONSTOCHUNIF Choose parents using stochastic universal sampling (SUS).
% PARENTS = SELECTIONSTOCHUNIF(EXPECTATION,NPARENT
www.eeworm.com/read/247527/12652478
m selectionremainder.m
function parents = selectionremainder(expectations,nParents,options)
%SELECTIONREMAINDER Remainder stochastic sampling without replacement.
% PARENTS = SELECTIONREMAINDER(EXPECTATIONS,NPARENTS,OPT