代码搜索:Coding
找到约 9,366 项符合「Coding」的源代码
代码结果 9,366
www.eeworm.com/read/293518/8288784
pdf channel coding_matlab.pdf
www.eeworm.com/read/392497/8339761
m blk_thres_coding.m
% threshold coding for intensity images
function codes=blk_thres_coding(codes, threshold)
% take Discrete Cosine Transform of each block
%codes=dct2(block);
% locate DCT coefficients below threshold
www.eeworm.com/read/174295/9597932
m source_coding1.m
e=zeros(8,161)
b=zeros(8,161)
e(1,2:161)=s
b(1,1:160)=s
h(1,1)=2*sum(e(1,:).*b(1,:))
g(1,1)=sum(e(1,:).*e(1,:))+sum(b(1,:).*b(1,:))
k(1,1)=h(1,1)/g(1,1)
www.eeworm.com/read/174295/9598035
m source_coding1.m
e=zeros(8,161)
b=zeros(8,161)
e(1,2:161)=s
b(1,1:160)=s
h(1,1)=2*sum(e(1,:).*b(1,:))
g(1,1)=sum(e(1,:).*e(1,:))+sum(b(1,:).*b(1,:))
k(1,1)=h(1,1)/g(1,1)
www.eeworm.com/read/174295/9598155
m source_coding1.m
e=zeros(8,161)
b=zeros(8,161)
e(1,2:161)=s
b(1,1:160)=s
h(1,1)=2*sum(e(1,:).*b(1,:))
g(1,1)=sum(e(1,:).*e(1,:))+sum(b(1,:).*b(1,:))
k(1,1)=h(1,1)/g(1,1)
www.eeworm.com/read/174295/9598264
m source_coding1.m
e=zeros(8,161)
b=zeros(8,161)
e(1,2:161)=s
b(1,1:160)=s
h(1,1)=2*sum(e(1,:).*b(1,:))
g(1,1)=sum(e(1,:).*e(1,:))+sum(b(1,:).*b(1,:))
k(1,1)=h(1,1)/g(1,1)
www.eeworm.com/read/369217/9659190
pdf coding_tips_chinese.pdf
www.eeworm.com/read/368685/9681468
h rdopt_coding_state.h
/*!
***************************************************************************
* \file
* rdopt_coding_state.h
*
* \author
* Heiko Schwarz
*
* \date
* 17. April 2001
*
www.eeworm.com/read/368685/9681554
c rdopt_coding_state.c
/*!
***************************************************************************
* \file rdopt_coding_state.c
*
* \brief
* Storing/restoring coding state for
* Rate-Distortion optim
www.eeworm.com/read/171245/9764975