java项目模块源码芦苇
这是Reed-Solomon编码模块,它是从用Java编写的开源项目中移植的。
现场演示
用法
编码
<
script
type
=
"
module
"
src
=
"
./ReedSolomon.js
"
></
script
>
<
script
type
=
"
module
"
>
import
{
ReedSolomonES
}
from
'
./ReedSolomon.js
'
;
//
t=(N-K)/2
(ByteAs8bit:max
0.97)
const
errorCrrectionReduntantRetio
=
0.97
;
//
ByteAs4bit*,ByteAs6bit*,ByteAs8bit,ByteAs10bit,ByteAs12bit,ByteAs14bit,ByteAs16bit*,QR_CODE_FIELD_256
//
*:has
error,unusualbe.
const
presetName
=
'
ByteAs8bit
'
;
//
K
=
planeUint8array.length
const
plane
2021-11-08 22:57:16
77KB
系统开源
1