Microsoft.NET测试驱动开发 Test-Driven Development in Microsoft .NET by James W. Newkirk and Alexei A. Vorontsov ISBN:0735619484 Microsoft Press © 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 tests to drive lean, efficient coding and better design.
标签: Microsoft A. W. Development
上传时间: 2014-01-07
上传用户:ynzfm
Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
标签: Huffman programming algorithm language
上传时间: 2016-01-23
上传用户:SimonQQ
编程珠玑,程序员的警世恒言,让您Good reading、Happy coding
上传时间: 2013-12-18
上传用户:firstbyte
G729编码和解码的Matlab源程序 调用方法: 1.需要编码时,在 Matlab命令行下输入"G729code(speech)"(请务必保证 speech是已经存在在 Matlab工作区的一个行向量,其中是语音数据),然后你会在你的文件夹下看到一个"coding.bit"的文件。 2.需要解码时,把"coding.bit"的文件复制到"G729 decoder"的目录下,在Matlab命令行下输入"G729decodermain",然后你会在文件夹下看到"syn_speech.wav",那就是重构语音。 enjoy it!
上传时间: 2013-12-22
上传用户:GavinNeko
对文本文件success.dat进行霍夫曼编码,用文本文件coding.dat保存编码
上传时间: 2016-02-12
上传用户:sunjet
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
标签: vector-processor MDCT-IMDCT algorithm digital
上传时间: 2016-02-24
上传用户:busterman
INTERNATIONAL ORGANIZATION FOR STANDARDIZATION ORGANISATION INTERNATIONALE NORMALISATION ISO/IEC JTC 1/SC 29/WG 11 CODING OF MOVING PICTURES AND AUDIO
标签: STANDARDIZATION INTERNATIONALE INTERNATIONAL NORMALISATION
上传时间: 2016-03-04
上传用户:siguazgb
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 work with the AT89C1051 by relocating or resizing the buffer and stack to fit into the smaller amount of RAM available in the AT89C1051. Note that the minimum size of the buffer is determined by the page size of the AT24Cxx.
标签: microcontroller Control_AT collection routines
上传时间: 2013-12-13
上传用户:asddsd
A good ebook for those who want to be an archtecher, it will help you how to manager a more efficient coding.
标签: archtecher efficien manager ebook
上传时间: 2013-12-13
上传用户:gxf2016
摘 要 1 前 言 2 正 文 4 1. 采用类C语言定义相关的数据类型 4 2. 各模块的伪码算法 5 3. 函数的调用关系图 7 4. 调试分析 8 5. 测试结果 9 6. 源程序(带注释) 10 总结 29 参考文献 30 致谢 31 摘 要 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树—即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。在计算机信息处理中,“哈夫曼编码”是一种一致性编码法(又称"熵编码法"),用于数据的无损耗压缩。这一术语是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码。 关键词:哈夫曼;编码;译码,通信
上传时间: 2013-12-19
上传用户:kristycreasy