代码搜索:Coding

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

代码结果 9,366
www.eeworm.com/read/316876/13515271

cpp ex1 huffman coding.cpp

/* #include #include #define N 8 //哈夫曼树节点 class huff_p{ public: huff_p *r_child; //大概率节点 huff_p *l_child; //小概率节点 char op_mask[3]; //指令标号 float p; //出现概
www.eeworm.com/read/483783/6595072

bak channel coding(simulation and conclusion).tex.bak

\documentclass[10pt,a4paper]{article} \usepackage{amsmath, mathrsfs} \usepackage{amssymb, graphicx, epsfig, subfigure} \title{\textbf{Channel coding}} \author{Jinkyu Kang} \date{2008.01.20}