文件名称:Reed-Solomon-error-correction:Reed – Java中的Solomon编码器和解码器
文件大小:200KB
文件格式:ZIP
更新时间:2024-06-04 21:32:23
Java
里德-所罗门错误校正 Reed – Java中的Solomon纠错,提供RS(255,223)编码和解码方法。 #在网络传输或本地存储之前使用字符串编码: RSEncoder encoder=new RSEncoder(); byte[] bytes=encoder.encode(string); 从网络接收或从磁盘读取时进行解码 String result=decoder.decode(receive); #例子 public static void simulateTransmission(String message){ //encode System.out.println("String ready to translate:"); System.out.println(message); System.out.println("----------------
【文件预览】:
Reed-Solomon-error-correction-master
----doc()
--------overview-frame.html(1KB)
--------constant-values.html(3KB)
--------com()
--------deprecated-list.html(3KB)
--------resources()
--------overview-tree.html(5KB)
--------package-list(109B)
--------index-files()
--------allclasses-noframe.html(1KB)
--------help-doc.html(8KB)
--------index.html(3KB)
--------overview-summary.html(4KB)
--------allclasses-frame.html(2KB)
--------stylesheet.css(11KB)
----README.md(3KB)
----rscode()
--------.gitignore(9B)
--------src()
--------.classpath(996B)
--------.settings()
--------pom.xml(756B)
--------.project(535B)
--------screenshot()
----README.md~(2KB)