def gf_add(x, y):
return x ^ y
def gf_sub(x, y):
return x ^ y
为程序员写的Reed-Solomon码解释英文原文:Reed–Solomon codes for coders翻译参照: Felix021参考:AN2407.pdfWIKI:里德-所罗门码实现:Pypi ReedSo...
def gf_add(x, y):
return x ^ y
def gf_sub(x, y):
return x ^ y
为程序员写的Reed-Solomon码解释英文原文:Reed–Solomon codes for coders翻译参照: Felix021参考:AN2407.pdfWIKI:里德-所罗门码实现:Pypi ReedSo...
请问rs_correct_errata中调用的gf_sub没有定义
为程序员写的Reed-Solomon码解释英文原文:Reed–Solomon codes for coders翻译参照: Felix021参考:AN2407.pdfWIKI:里德-所罗门码实现:Pypi ReedSo...