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