快速crc和普通crc算法綜合比較.doc
約29頁DOC格式手機打開展開
快速crc和普通crc算法綜合比較,快速crc和普通crc算法綜合比較30頁 7000余字[論文摘要] 本文給出了crc 碼的查表生成算法和一個碼表實例. 所給算法適合用軟件方法快速生成 crc 碼. 由于計算上的復雜性, crc 碼通常用硬件來產(chǎn)生, 限制了在一些地方的應用. 本文采用c++語言對實現(xiàn)快速crc算法和普通crc算法,并對兩個算法進行綜...
內(nèi)容介紹
此文檔由會員 從頭再來 發(fā)布
快速CRC和普通CRC算法綜合比較
30頁 7000余字
[論文摘要] 本文給出了CRC 碼的查表生成算法和一個碼表實例. 所給算法適合用軟件方法快速生成 CRC 碼. 由于計算上的復雜性, CRC 碼通常用硬件來產(chǎn)生, 限制了在一些地方的應用. 本文采用C++語言對實現(xiàn)快速CRC算法和普通CRC算法,并對兩個算法進行綜合比較。
[關(guān)鍵詞] 普通CRC 快速CRC 算法速度 錯誤校驗
[Abstract] This paper gives the algorithm of look-up for generating CRC-code table and a code-list example. This kind of algorithm is suitable for rapidly generating CRC-code by software. Due to the complexity of the calculation, the CRC code normally used to generate code by hardware, and limits in some places Application of this algorithm. This paper use C++ language for achieving quick CRC and the general CRC algorithm, and compare the two algorithms in all direction.
[Key Words] the general CRC,quick CRC,algorithm speed, Error Check
目 錄
1 引 言 1
1.1 CRC算法背景 1
1.2 基于快速CRC算法的研究熱點問題 2
2 基于CRC算法的概述 4
2.1 普通CRC算法原理 4
2.2 快速CRC算法原理 7
3 c++實現(xiàn)CRC算法 15
3.1 普通CRC算法的C++程序?qū)崿F(xiàn) 15
3.2 快速CRC算法的C++程序?qū)崿F(xiàn) 18
4 普通CRC和快速CRC算法的比較 24
4.1 兩個算法的測試標準 24
4.2 兩個算法的速度比較 24
4 總 結(jié) 28
參考文獻 30
參考文獻:
[1] CRC算法在計算機網(wǎng)絡通訊中的漏檢分析 陳立輝 黃怡彬 付金華 徐杰 河南科學報 25卷第3期
[2] 梁振軍 , 梁 波 1 計算機網(wǎng)絡教程 [M ] 1 北京 : 海洋出版社 , 1991 .
[3] CRC快速算法 韓炬 (煤炭科學研究總院 太原分院 , 山西 太原 030006)
30頁 7000余字
[論文摘要] 本文給出了CRC 碼的查表生成算法和一個碼表實例. 所給算法適合用軟件方法快速生成 CRC 碼. 由于計算上的復雜性, CRC 碼通常用硬件來產(chǎn)生, 限制了在一些地方的應用. 本文采用C++語言對實現(xiàn)快速CRC算法和普通CRC算法,并對兩個算法進行綜合比較。
[關(guān)鍵詞] 普通CRC 快速CRC 算法速度 錯誤校驗
[Abstract] This paper gives the algorithm of look-up for generating CRC-code table and a code-list example. This kind of algorithm is suitable for rapidly generating CRC-code by software. Due to the complexity of the calculation, the CRC code normally used to generate code by hardware, and limits in some places Application of this algorithm. This paper use C++ language for achieving quick CRC and the general CRC algorithm, and compare the two algorithms in all direction.
[Key Words] the general CRC,quick CRC,algorithm speed, Error Check
目 錄
1 引 言 1
1.1 CRC算法背景 1
1.2 基于快速CRC算法的研究熱點問題 2
2 基于CRC算法的概述 4
2.1 普通CRC算法原理 4
2.2 快速CRC算法原理 7
3 c++實現(xiàn)CRC算法 15
3.1 普通CRC算法的C++程序?qū)崿F(xiàn) 15
3.2 快速CRC算法的C++程序?qū)崿F(xiàn) 18
4 普通CRC和快速CRC算法的比較 24
4.1 兩個算法的測試標準 24
4.2 兩個算法的速度比較 24
4 總 結(jié) 28
參考文獻 30
參考文獻:
[1] CRC算法在計算機網(wǎng)絡通訊中的漏檢分析 陳立輝 黃怡彬 付金華 徐杰 河南科學報 25卷第3期
[2] 梁振軍 , 梁 波 1 計算機網(wǎng)絡教程 [M ] 1 北京 : 海洋出版社 , 1991 .
[3] CRC快速算法 韓炬 (煤炭科學研究總院 太原分院 , 山西 太原 030006)