代码搜索:Entropy

找到约 1,851 项符合「Entropy」的源代码

代码结果 1,851
www.eeworm.com/read/292129/8376332

m entropy.m

function h = entropy(vec1) %========================================================= % %This is a prog in the MutualInfo 0.9 package written by % Hanchuan Peng. % %Disclaimer: The author of program
www.eeworm.com/read/289743/8530077

m entropy.m

function e = entropy(x, y) %ENTROPY Computes entropy e for vector x or joint entropy for (x, y). % % e = entropy(x) % e = entropy(x, y) % % Computes entropy e for vector x or joint entropy for (x,
www.eeworm.com/read/289568/8543610

m entropy.m

function h=entropy(p) % H=ENTROPY(P) 返回概率矢量P的熵函数。 if length(find(p10e-10, error('Not aprob.vector,componen
www.eeworm.com/read/389184/8544814

m entropy.m

function H = entropy(S) % entropy Function returns 0th order entropy of a source. % % H = entropy(S) % S is probability or count of each symbol % S should be a vector of non-negative numbers
www.eeworm.com/read/289443/8551049

hh entropy.hh

/*---------------------------------------------------------------------------*/ // Baseline Wavelet Transform Coder Construction Kit // // Geoff Davis // gdavis@cs.dartmouth.edu // http://www.cs.dartm
www.eeworm.com/read/289443/8551069

cc entropy.cc

/*---------------------------------------------------------------------------*/ // Baseline Wavelet Transform Coder Construction Kit // // Geoff Davis // gdavis@cs.dartmouth.edu // http://www.cs.dartm
www.eeworm.com/read/433003/8554612

p entropy.p

www.eeworm.com/read/387864/8650026

c entropy.c

#if defined _WIN32 && defined _MSC_VER #include #include #include #endif /* _WIN32 */ #include #include #include #inclu
www.eeworm.com/read/387864/8650029

h entropy.h

#ifndef __ENTROPYH__ #define __ENTROPYH__ #ifdef __cplusplus extern "C" { #endif int __FLINT_API GetEntropy_l (CLINT Seed_l, UCHAR *Hashres, int AddEntropy, char *RndStr, int LenRndStr);
www.eeworm.com/read/431631/8664433

m entropy.m

function h=entropy(p) % H=ENTROPY(P) returns the entropy function of % the probability vector P. if length(find(p