Computer Engineering and Applications ›› 2008, Vol. 44 ›› Issue (19): 16-19.

• 博士论坛 • Previous Articles     Next Articles

Algorithms for constructing look-up table labels of de Bruijn sequences using fixed value label

XIE Shen-quan   

  1. College of Information and Engineering,Xiangtan University,Xiangtan,Hunan 411105,China
  • Received:2008-01-22 Revised:2008-04-14 Online:2008-07-01 Published:2008-07-01
  • Contact: XIE Shen-quan

de Bruijn序列查寻表标签的定值构造法

谢深泉   

  1. 湘潭大学 信息工程学院,湖南 湘潭 411105
  • 通讯作者: 谢深泉

Abstract: The structure of de Bruijn sequences is a look-up table whose kernel is their look-up table labels.So it is very important for generating de Bruijn sequences to construct their look-up table labels.This paper presents an algorithm for constructing m+1-ary n stage look-up table labels using fixed value,i.e.setting a fixed value label for most of nodes and specifying or random choosing value label for some few nodes according to some necessary conditions of look-up table labels.The increasing speed of the amount of look-up table labels constructed by the algorithm is exponential by mn.It seems that the algorithm is efficient,but the speed is not worth to say when comparing with the rapid increasing speed of the amount of look-up table labels themselves.Whatever the algorithm is most efficient now for lack of more efficient algorithms.

摘要: de Bruijn序列结构是一个查寻表,其核心是它的表标签。因此构造出查寻表标签对于生成de Bruijn序列十分重要。给出一种定值标签构造法,即对大多数节点设定为定值标签,对少部分节点则根据查寻表标签的必要条件指定或任意选定标签。该方法构造的查寻表标签数随着mn增长而成指数式增长。在局部看是有效的,但与查寻表标签本身数目的惊人增长比较起来就很渺小了。该方法在目前缺乏更好的方法的情况下还是最有效的。