berlmass.cc.txt
来自「压缩文件中是Error Correction Coding - Mathemat」· 文本 代码 · 共 24 行
TXT
24 行
// Program: berlmass.cc --- implement the Berlekamp-Massey algorithm#include "polynomialT.h"template <class T> polynomialT<T>berlmass(const T* s, int n)// s = input coefficients s[0],s[1],... s[n-1]// returns = final connection polynomial{ // fill in the blanks ... return c;}/*Local Variables:compile-command: "g++ -g berlmass.cc"End:*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?