代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/340446/12156476
txt (219)encode.txt
//(219)卷积编码
//生成多项式(111101011,101110001)
mudule encode(clk,reset,data_in,encode_out);
//clk
//reset
//data_in数据输入
//encode_out数据输出
input clk,reset;
input data_in;
output [1:0] encode_out;
www.eeworm.com/read/151961/12158450
m rsc_encode.m
function y = rsc_encode(g, x, end)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/151961/12158474
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/151960/12158487
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona
www.eeworm.com/read/151960/12158527
m encode_bit.m
function [output, state] = encode_bit(g, input, state)
% Copyright 1996 Matthew C. Valenti
% MPRG lab, Virginia Tech
% for academic use only
% This function takes as an input a single bit to be encod
www.eeworm.com/read/254044/12165916
m encode_symbol.m
function encode_symbol(symbol,cum_freq)
global top_value first_qtr half third_qtr high low bits_to_follow code_value_bits no_of_symbols no_of_chars
format long ;
top_value=2^code_value_bits-1
www.eeworm.com/read/254044/12165924
m main_encode.m
% This is main program for encode
clc
clear all
clear global
format long
global no_of_chars no_of_symbols cum_freq char_to_index index_to_char low high top_value code_value_bits bits_to_follow fi
www.eeworm.com/read/339712/12209110
h huff_encode.h
using namespace std;
/***************************************
* 蔡敏
***************************************/
HaffCode* huff_encode(char_record* w,int n, HaffNode *ht)//由哈夫曼
www.eeworm.com/read/339151/12254930
c encode_rs.c
/*****************************************************************************/
/* FIle Name : encode_rs.c */
/* Description : Encoder of Reed-Solom