This example shows how to transmit and receive packets with packet length up to 255 bytes. The status byte is polled every 200 us in a timer1 int.
標簽: transmit example receive packets
上傳時間: 2014-01-26
上傳用戶:zhuimenghuadie
1.JPEG壓縮編碼的vc++代碼 2.使用Run length algorithm Jpeg圖像編解碼 3.內含有測試用c,rc,h,文件,測試用圖像文件,翔實,清晰的代碼注釋行
標簽: algorithm length JPEG Jpeg
上傳時間: 2015-08-16
上傳用戶:zhengjian
Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^25*X^4 + a^17*X^5 + a^18*X^6 + a^30*X^7 + a^20*X^8 + a^23*X^9 + a^27*X^10 + a^24*X^11 + X^12. Note: a = alpha, primitive element in GF(2^5) and a^i is root of g(x) for i = 19, 20, ..., 30. Uses Verilog description with synthesizable RTL modelling. Consists of 5 main blocks: SC (Syndrome Computation), KES (Key Equation Solver), CSEE (Chien Search and Error Evaluator), Controller and FIFO Register.
標簽: symbols length Hard-decision Codeword
上傳時間: 2014-07-08
上傳用戶:曹云鵬
acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. The setup times are associated with cleaning operations and changing tools and shapes in the machine. The setup times of the woodworking machine are given as follows: (a) The setup time for the first wooden stick is 1 minute. (b) Right after processing a stick of length l and weight w , the machine will need no setup time for a stick of length l and weight w if l<=l and w<=w . Otherwise, it will need 1 minute for setup.
標簽: WoodenSticks Description length wooden
上傳時間: 2014-03-08
上傳用戶:netwolf
實現基本的資料壓縮演算法的參考,以run-length編碼的的演算法機制,所得出的源碼
標簽: run-length 算法
上傳時間: 2015-10-20
上傳用戶:gundamwzc
rll(run length limited) code for channel simulate
標簽: simulate channel limited length
上傳時間: 2014-09-07
上傳用戶:wxhwjf
A simple (de)compression program using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) Decompression: originalData = rle(compressedData)
標簽: compression Compression Encoding program
上傳時間: 2015-12-24
上傳用戶:遠遠ssad
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
標簽: compression mplemented huffman specify
上傳時間: 2013-12-03
上傳用戶:yzhl1988
游程編碼的一個演示程序, 用VC寫的Demo程序, 學習Run Length Coding時很好的參考資料.
上傳時間: 2016-04-11
上傳用戶:wanghui2438
This zip contains a simple paper of SPIHT generated streams run length encoded ... later i ll be posting the MATLAB source code also and also SPIHT with Arithmetic coding
標簽: generated contains encoded streams
上傳時間: 2013-12-01
上傳用戶:huangld