代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/461210/7231718
m main.m
% % Test program for Quadtree Encoding and Decoding of RGB image
clc, close all, clear all
thvec=[0.5,0.5,0.5]; % threshold for red,green and blue (values b/w 0 and 1)
picname='rafting.png';
I =
www.eeworm.com/read/457219/7332092
m fubin.m
function out=fubin(in,bits,dvec);
%
% fubin.m
%
% function out=fubin(in,bits,dvec);
%
% Fast decoding from binary to decimal
% avoiding the use of loops
% dvec=vector of decimal mappings
%
www.eeworm.com/read/452217/7445276
m fubin.m
function out=fubin(in,bits,dvec);
%
% fubin.m
%
% function out=fubin(in,bits,dvec);
%
% Fast decoding from binary to decimal
% avoiding the use of loops
% dvec=vector of decimal mappings
%
www.eeworm.com/read/206731/7457024
m fubin.m
function out=fubin(in,bits,dvec);
%
% fubin.m
%
% function out=fubin(in,bits,dvec);
%
% Fast decoding from binary to decimal
% avoiding the use of loops
% dvec=vector of decimal mappings
%
www.eeworm.com/read/451433/7463957
asv plotcurves.asv
close all;
clc;
figure;
SNR = 3:3:18;
BER0=[0.259962890625000,0.198233398437500,0.140309570312500,0.0861953125000000,0.0524892578125000,0.0275849609375000]; %未编码
semilogy(SNR,BER0,'o-k','lin
www.eeworm.com/read/451433/7463966
m plotcurves.m
close all;
clc;
figure;
SNR = 3:3:18;
BER0=[0.259962890625000,0.198233398437500,0.140309570312500,0.0861953125000000,0.0524892578125000,0.0275849609375000]; %未编码
semilogy(SNR,BER0,'o-k','lin
www.eeworm.com/read/443256/7635341
txt 说明.txt
RSA加密程序
1、能够对字串进行加密;
2、可以自动生成RSA加密密钥和解密密钥对;
3、能够显示给定密钥下明文加密后的密文;
4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。
RSA Encrpytion
1.Encrpyt strings
2.Create pairs of keys for encoding and decoding automatica
www.eeworm.com/read/436318/7772276
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on
www.eeworm.com/read/436318/7772532
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on
www.eeworm.com/read/199440/7853313
m hmmdecode.m
function [block,LP,LP_best]=hmmdecode(X,T,hmm);
% function [block,LP,LP_best]=hmmdecode(X,T,hmm)
%
% Viterbi and single-state decoding for hmm
% X N x p data matrix
% T length of each