1. 首页
  2. 编程语言
  3. C
  4. RS编译码算法的实现 c程序

RS编译码算法的实现 c程序

上传者: 2019-09-17 20:57:09上传 CPP文件 15.96KB 热度 42次
Thisprogramisanencoder/decoderforReed-Solomoncodes.Encodingisinsystematicform,decodingviatheBerlekampiterativealgorithm.Inthepresentform,theconstantsmm,nn,tt,andkk=nn-2ttmustbespecified(thedoublelettersareusedsimplytoavoidclasheswithothern,k,tusedinotherprogramsintowhic
下载地址
用户评论
码姐姐匿名网友 2019-09-17 20:57:09

感觉还是挺不错的

码姐姐匿名网友 2019-09-17 20:57:09

可以用,但是写的不太好。

码姐姐匿名网友 2019-09-17 20:57:09

应该可以运行

码姐姐匿名网友 2019-09-17 20:57:09

试着运行了,感觉有点不对

码姐姐匿名网友 2019-09-17 20:57:09

不过希望还是能多给点注释 = =b 作为初学编码的新人,表示自己写个BCH,注释占用了一半以上才能看懂,不会忘掉程序含义……c语言写的确实很容易理解……