谁能帮我 翻译一篇 论文 摘要

来源:百度知道 编辑:UC知道 时间:2024/05/21 12:04:55
本文首先对序列密码的原理、意义、研究重点以及研究现状进行了初步的介绍,详细说明了非线性反馈移位寄存器产生伪随机序列的原理,同时对de Bruijn序列(俗称M-序列)的定义及判定方法进行了说明。文章的后半部分阐述了线性移位寄存器的综合算法(也称Berlekamp-Massey算法),在简要介绍原理的同时,给出了算法的具体步骤及C源代码。最后介绍了一个用VC++6.0实现的程序,该程序通过遍历n级de Bruijn序列, 利用BM算法求解他们的线性复杂度,计算具有某线性复杂度的n级de Bruijn序列的条数, 从而得到n级de Bruijn序列的总条数。通过对该程序的介绍以及运行结果的分析说明BM算法在序列密码中重要作用。

可能用到的词汇:
非线性反馈移位寄存器:NFSR
序列密码:Stream Cipher
伪随机序列:pseudorandom numbers

This paper first sequence passwords principle, meaning, the focus of its research and study status of the initial presentation, a detailed description of non-linear feedback shift register have a pseudo-random sequence of principle, Meanwhile de Bruijn of the sequence (commonly known as the M-series), the definition and determination methods described. The article described the latter part of the linear shift register integrated algorithm (also known as Berlekamp-Masse y algorithm), in principle briefed at the same time is given for the specific steps and C source code. Finally, the use of an implement of the procedures, The procedure traverse n-de Bruijn sequence, the use of BM algorithm for the linear complexity, calculated with a linear complexity of n-de Bruijn sequence number, hence n-de Bruijn sequence of the total number. Through the procedures and operations on the results of the analysis shows that the BM algorithm code sequences important role.

Non-linear feedba