代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/488727/6484553

html 054-057.html

The Data Compression Book-:The Dawn Age: Minimum Redundancy Coding
www.eeworm.com/read/488727/6484554

html 043-046.html

The Data Compression Book-:The Dawn Age: Minimum Redundancy Coding
www.eeworm.com/read/488727/6484555

html 027-029.html

The Data Compression Book-:The Dawn Age: Minimum Redundancy Coding
www.eeworm.com/read/488727/6484556

html 074-074.html

The Data Compression Book-:The Dawn Age: Minimum Redundancy Coding
www.eeworm.com/read/264420/11315533

m clustie.m

function [c,newx,newy]=clustie(x,y,n); % % Clustering programme % % HELLO! % % Determine the maximum and minimum of each % input variable % xmax=max(x); xmin=min(x); xmean=mean(x); ran
www.eeworm.com/read/259886/11759833

m demolin4.m

%% Linear Fit of Nonlinear Problem % A linear neuron is trained to find the minimum sum-squared error linear fit to % a nonlinear input/output problem. % % Copyright 1992-2002 The MathWorks, Inc.
www.eeworm.com/read/152094/12139962

m linear304.m

%% Linear Fit of Nonlinear Problem % A linear neuron is trained to find the minimum sum-squared error linear fit to % a nonlinear input/output problem. % % Copyright 1992-2002 The MathWorks, Inc.
www.eeworm.com/read/151091/12235731

m sq4qam_gray_demap.m

function out=sq4QAM_Gray_demap(input) K=length(input); d=1/sqrt(2); %%% The minimum distance between constellations is 2*d x=[d,-d]; %%% coordinate matrix
www.eeworm.com/read/127960/14324750

cpp doublelm.cpp

//DOUBLELMT.CPP //This program displays the maximum and minimum double numbers by calling //the library function in header file float.h #include #include void main( )
www.eeworm.com/read/127767/14336599

txt e799. constraining jslider component values to tick marks.txt

By default, the slider can take on any value from the minimum to the maximum. It is possible to configure the slider to allow only values at tick marks (see e797 Showing Tick Marks on a JSlider Compon