资源简介
BCH C++ 仿真实现,不是自己编写的书上的代码,非常不错 值得一看
代码片段和文件信息
// ------------------------------------------------------------------------
// File: bch_euc.c
// Date: April 3 2002
// Description: An encoder/decoder for binary BCH codes
// Error correction using the EUCLIDEAN ALGORITHM
// ------------------------------------------------------------------------
// This program is complementary material for the book:
//
// R.H. Morelos-Zaragoza The Art of Error Correcting Coding Wiley 2002.
//
// ISBN 0471 49581 6
//
// This and other programs are available at http://the-art-of-ecc.com
//
// You may use this program for academic and personal purposes only.
// If this program is used to perform simulations whose results are
// published in a journal or book please refer to the book above.
//
// The use o
- 上一篇:西北农林科技大学C++实验题及代码
- 下一篇:曼彻斯特码C语言实现
评论
共有 条评论