代码搜索:Coding

找到约 9,366 项符合「Coding」的源代码

代码结果 9,366
www.eeworm.com/read/441775/7665213

c channel_coding.c

#include #include #include #include #include #include #include "wimax.h" //Channel Coding/Decoding //Convolutional Coding (5,7)
www.eeworm.com/read/439854/7700625

doc coding_style.doc

www.eeworm.com/read/142093/12962913

doc coding_style.doc

www.eeworm.com/read/241362/13152174

doc coding_style.doc

www.eeworm.com/read/241307/13157829

sln huffman_coding.sln

Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "huffman_coding", "huffman_coding.vcproj", "{E60D34B5-939C-4496-8BB1-D03F674B0DF8}" Pr
www.eeworm.com/read/241307/13157831

vcproj huffman_coding.vcproj

www.eeworm.com/read/241307/13157833

cpp huffman_coding.cpp

#include "defines.h" void GatherData(ifstream& inFile, vector& hTree) { char ch; while(inFile.get(ch)) { bool appeared = false; vector::iterator iter = hTree.begin();
www.eeworm.com/read/241307/13157845

ncb huffman_coding.ncb

www.eeworm.com/read/241307/13157846

suo huffman_coding.suo

www.eeworm.com/read/240937/13186732

m conv_coding.m

function output_bit = conv_coding(input_bit,reset) % convolution coding for IEEE802.11a % Refer to Figure114 on page17 of IEEE802.11a. % Input: input_bit is the input bit stream. % Output: ou