计算机工程与应用 ›› 2008, Vol. 44 ›› Issue (27): 165-167.DOI: 10.3778/j.issn.1002-8331.2008.27.053

• 数据库、信号与信息处理 • 上一篇    下一篇

网页树型结构快速加载大数据量数据的实现

王 硕,尤 枫,赵恒永   

  1. 北京化工大学 信息科学与技术学院,北京 100029
  • 收稿日期:2007-11-10 修回日期:2008-02-25 出版日期:2008-09-21 发布日期:2008-09-21
  • 通讯作者: 王 硕

Implementation of mass datas fast loading on Web-based tree structure

WANG Shuo,YOU Feng,ZHAO Heng-yong   

  1. College of Information Science and Technology,Beijing University of Chemical Technology,Beijing 100029,China
  • Received:2007-11-10 Revised:2008-02-25 Online:2008-09-21 Published:2008-09-21
  • Contact: WANG Shuo

摘要: 利用树型结构进行数据组织,层次清晰、操作方便、用途广泛。介绍了一种基于VS.NET技术设计实现的大数据量树型结构数据的快速加载方法,通过一种改进的基于广度优先的算法,将树型数据按照一定的层次和需要,分散地加载于树型结构上,从而较好地解决了大数量的树型数据在网页上树型结构加载时效率低下、延迟较长的问题。该方法在实际应用中,取得了很好的效果。

Abstract: Using tree structure to organize data has the attributes as clear hierarchy,easy to operate,wide range of uses.This paper introduces a method based VS.NET which design and realize the strategy that mass datas fast loading on the Web-based tree structure,through an improved algorithm based on the breadth priority that loading data with tree structure scatteredly according to certain levels and needs,which well solve the problems of inefficiency and delay when mass datas are loading on the tree structure on website,the results of practical application show a desired effect.