we can get something about Digital IC design from berkeley advanced digital IC lecture, and it is very good for beginner
標簽: something berkeley advanced Digital
上傳時間: 2014-01-08
上傳用戶:凌云御清風
We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.
標簽: functions questions deflate inflate
上傳時間: 2014-01-02
上傳用戶:zhuyibin
Zlib函數列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.
標簽: functions questions deflate inflate
上傳時間: 2014-01-03
上傳用戶:lhc9102
《Prolog Programming in Depth》: In this book, we emphasize practical Prolog programming, not just theory. We present several ready-to-run expert system shells, as well as routines for sorting,searching, natural language processing, and even numerical equation solving. We also emphasize interoperability with other software. For example, Chapter 5 presents techniques for reading Lotus spreadsheets and other special file formats from within a Prolog program.
標簽: Prolog Programming programming emphasize
上傳時間: 2014-01-24
上傳用戶:JIUSHICHEN
鄰接矩陣類的根是A d j a c e n c y W D i g r a p h,因此從這個類開始。程序1 2 - 1給出了類的描述。程 序中,先用程序1 - 1 3中函數Make2DArray 為二組數組a 分配空間,然后對數組a 初始化,以描述 一個n 頂點、沒有邊的圖的鄰接矩陣,其復雜性為( n2 )。該代碼沒有捕獲可能由M a k e 2 D A r r a y 引發的異常。在析構函數中調用了程序1 - 1 4中的二維數組釋放函數D e l e t e 2 D
標簽: 矩陣
上傳時間: 2013-12-21
上傳用戶:lanjisu111
利用二元域的高斯消元法得到輸入矩陣H對應的生成矩陣G,同時返回與G滿足mod(G*P ,2)=0的矩陣P,其中P 表示P的轉置 使用方法:[P,G]=Gaussian(H,x),x=1 or 2,1表示G的左邊為單位陣
上傳時間: 2014-11-27
上傳用戶:semi1981
LDPC研究者MacKay提供的校驗矩陣H及對應的生成矩陣G,其中H行重為6,列重為3,行數252,列數504.
上傳時間: 2015-10-12
上傳用戶:腳趾頭
LDPC研究者MacKay提供的校驗矩陣H和對應的G,其中H的行重12,列重6,行數504,列數1008,任意兩行不含圍長為4的圈
上傳時間: 2015-10-12
上傳用戶:水口鴻勝電器
語音標準g.722的編解碼程序,可以運行
上傳時間: 2015-10-13
上傳用戶:sdq_123
這是G.723和G.729的音頻編解碼的源代碼,當在網絡帶寬不夠的時候可考慮采用該語音編碼方式。
上傳時間: 2013-12-12
上傳用戶:彭玖華