代码搜索:Decoding

找到约 6,356 项符合「Decoding」的源代码

代码结果 6,356
www.eeworm.com/read/433764/7910821

m main.m

tic % A main script to test the functions.. G=[[0,1,1;1,0,1;1,1,0;1,1,1],eye(4)]; sig=uint8(wavread('elen849_1.wav')*255); %Play the original speech wavplay(sig,8000); %Plot the original spe
www.eeworm.com/read/198212/7947208

cpp decry.cpp

#include #include const int LENGTH=2; ofstream textFile("codedData.txt"); //解密后的文件 void deCoding(char c[],char A[][LENGTH]); //将c中的字符用A解密后写入文件textFile void main() {
www.eeworm.com/read/298649/7947598

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/196840/8055089

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
www.eeworm.com/read/196836/8055282

m hmmdecode.m

function [block,LL,LL_best]=hmmdecode(X,T,hmm); % function [block,LL,LL_best]=hmmdecode(X,T,hmm) % % Viterbi and single-state decoding for hmm % X N x p data matrix % T length of each
www.eeworm.com/read/196832/8055433

m hmmdecode.m

function [block,LL,LL_best]=hmmdecode(X,T,hmm); % function [block,LL,LL_best]=hmmdecode(X,T,hmm) % % Viterbi and single-state decoding for hmm % X N x p data matrix % T length of each
www.eeworm.com/read/295861/8136385

txt readme.txt

The information on the code to be simulated must be input in the definition file "def.h" in addition to using the corresponding generator matrix Example: A BCH(32,6,16) is to be simulated.
www.eeworm.com/read/247305/12667130

h avcodec.h

/* * copyright (c) 2001 Fabrice Bellard * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published
www.eeworm.com/read/244097/12888569

h avcodec.h

#ifndef AVCODEC_H #define AVCODEC_H /** * @file avcodec.h * external api header. */ #ifdef __cplusplus extern "C" { #endif #include "common.h" #include "rational.h" #include /* si
www.eeworm.com/read/244076/12892125

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 %