搜索结果
找到约 422 项符合
Coding-Location 的查询结果
其他书籍 Microsoft.NET测试驱动开发 Test-Driven Development in Microsoft .NET by James W. Newkirk and Alexei A.
Microsoft.NET测试驱动开发
Test-Driven Development in Microsoft .NET
by James W. Newkirk and Alexei A. Vorontsov ISBN:0735619484
Microsoft Press &copy 2004
Using a wealth of pragmatic examples in C# and other .NET development tools, the two authors of this text demonstrate how to use automated te ...
书籍源码 Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman codin
Huffman编码算法的C语言的源程序代码
(source code written in C programming language for algorithm of Huffman coding).
嵌入式/单片机编程 G729编码和解码的Matlab源程序 调用方法: 1.需要编码时
G729编码和解码的Matlab源程序 调用方法:
1.需要编码时,在 Matlab命令行下输入"G729code(speech)"(请务必保证 speech是已经存在在 Matlab工作区的一个行向量,其中是语音数据),然后你会在你的文件夹下看到一个"coding.bit"的文件。
2.需要解码时,把"coding.bit"的文件复制到"G729 decoder"的目录下,在Matlab命令行下 ...
压缩解压 对文本文件success.dat进行霍夫曼编码
对文本文件success.dat进行霍夫曼编码,用文本文件coding.dat保存编码
其他 MPEG MDCT的一些文章 A design on the vector-processor of MDCT-IMDCT algorithm for digital audio;A fast al
MPEG MDCT的一些文章
A design on the vector-processor of MDCT-IMDCT algorithm for digital audio;A fast algorithm of integer MDCT for lossless audio coding
文件格式 INTERNATIONAL ORGANIZATION FOR STANDARDIZATION ORGANISATION INTERNATIONALE NORMALISATION ISO/IEC J
INTERNATIONAL ORGANIZATION FOR STANDARDIZATION
ORGANISATION INTERNATIONALE NORMALISATION
ISO/IEC JTC 1/SC 29/WG 11
CODING OF MOVING PICTURES AND AUDIO
单片机开发 NAME Control_AT24Cxx This collection of routines allows an AT89C2051 microcontroller to read a
NAME Control_AT24Cxx
This collection of routines allows an AT89C2051 microcontroller to read
and write the AT24Cxx family of serial CMOS EEPROMS. This version of the
code is compatible only with the AT89C2051 due to the location of the
data buffer and stack in RAM. The code may be modified to w ...
软件工程 A good ebook for those who want to be an archtecher, it will help you how to manager a more efficien
A good ebook for those who want to be an archtecher, it will help you how to manager a more efficient coding.
数据结构 摘 要 1 前 言 2 正 文 4 1. 采用类C语言定义相关的数据类型 4 2. 各模块的伪码算法 5 3. 函数的调用关系图 7 4. 调试分析 8 5. 测试结果 9 6. 源程
摘 要 1
前 言 2
正 文 4
1. 采用类C语言定义相关的数据类型 4
2. 各模块的伪码算法 5
3. 函数的调用关系图 7
4. 调试分析 8
5. 测试结果 9
6. 源程序(带注释) 10
总结 29
参考文献 30
致谢 31
摘 要
哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树—即最优二叉树,带权路径长度最小的二叉树,经常应用于数据 ...