面向方面的XML数据管理技术研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
随着Internet技术和计算机技术的不断发展,XML由于其所具有的自描述性、灵活的数据结构以及丰富的数据表示能力等特点,正在成为Web信息表示与数据交换的标准。面向对象的方法具有很强的建模能力,将面向对象的特征引入到XML中用来提高XML模式语言的建模能力。传统面向对象技术很难从根本上解决由于系统复杂度的提高而带来的代码混乱和代码纠缠问题。面向方面的程序设计正是针对这种实际情况被提出的。
     本文在对面向方面技术进行了深入分析的基础上,对面向方面技术的各个方面进行了系统的研究。比较了面向对象技术与面向方面基础的不同特征,提出并实现了—种基于面向方面的XML数据管理技术。本文主要的研究成果有以下几点:
     (1)对面向方面这种新型的方法进行分析,并且对面向对象理论在解决实际问题时的不足之处加以研究。在对比传统的面向对象的方法与面向方面的方法基础上,提出利用面向方面的方法对XML文档进行扩展。在XML文档定义中引入关注点这一概念和织入重要机制。通过实现对XML Schema的扩充,使XML文档定义具有面向方面编程技术的功能。实现织入、切入点与面向对象中继承、阻塞、重载等技术的结合对XML文档定义;
     (2)提出一种XML数据存储和查询的方法,该方法采用SAX技术输出XML流,并通过对原有编码的分析,对XML文档中各个元素进行扩展前缀编码,并随元素信息存入关系数据库。即在关系数据库中存放节点信息及节点之间的关系,使查询节点与子节点信息更方便,实现以文档为中心的大粒度文档的存储和查询,有效地提高了XML文档存储和查询效率;
     (3)在分析原有编码的方式基础之上,对原有扩展编码进行压缩。对于冗余节点信息进行重新编码,解决原有基于扩展前缀编码存储较大的XML文档结构信息时占用空间较大问题;
     (4)在分析现有单文档下的XML结构连接算法基础之上,对现有祖.先循裔与双亲/孩子结构查询进行改进.,提出了基于归并思想的,解决多文档下的结构连接算法,以适应在面向方面的XML Schema中定义的基于多文档的查询。该算法可以进一步利用XML数据的特点、索引和织入文档信息减少连接扫描的代价。
     最后,在本文关于面向方面的XML存储、索引和查询处理的研究基础上,设计并实现了相关的试验验证了本文所提方法的正确性和有效性。
With the development of Internet and computer technology,XML has been becoming a de facto standard for information representation and data exchange over the Web due to its self-description and flexible data structure properties.With the strong modeling ability of object-oriented methods,it is possible to improve the modeling ability of XML data models by extending XML with some object-oriented features.Traditional object-oriented techniques cannot fundamentally resolve the code tangling and scattering problems caused by the high system complexity.Aspect-oriented programming(AOP) methodology is introduced to solve these problems.
     After systemically analyzing and studying AOP techniques,an aspect-oriented framework is proposed in this dissertation to manage XML data.The main contributions of this dissertation are summarized as follows.
     (1) After analyzing aspect-oriented models and discussing some problems in practice that could not be solved by object-oriented theory,we extend XML document models with aspect-oriented techniques.The extended XML model has more object-oriented features and aspect-oriented features,including multiple inheritance,blocking,overriding,pointcut and weaving.
     (2) We propose a new method of XML data storing and querying.It adopts SAX technology to output XML streams,extends each element with Prefix code with the analyzing of Prefix code, and stores them into the relational database with others information.The new method can efficiently store and query data-centric documents with large graularity.
     (3) We present an effective method to compress the original extended Prefix code.The method recodes the redundant information to solve the problem that the original extended Prefix code has larger space complexity space when storing the large XML documents.
     (4) We improve the structural join algorithm of ancestor/decendant and parent/child over the single XML document,and propose a merge-based structural query algorithm over multiple documents to adapt to the query of the aspect-oriented definition of the XML Schema in the case of multiple documents.The proposed algorithm can further reduce the cost of scanning documents by utilizing the features of XML data,indexing and information waving into the documents.
     Finally,a lot of experiments are conducted to show the effectiveness and efficiency of the proposed algorithms in this dissertation.
引文
1.Wang G R.Extending XML Schema with Object-oriented features[J].Information Technology Journal 2005,4(1):44-54.
    2.Wang G,Liu M.Extending XML Schema with nonmonotonic inheritance[A],In proceedings of 1st international workshop on XML Schema and Data Management(ER Workshop XSDM'03)[C].Chicago,Illinois,USA.2003:402-407.
    3.Davidson,A,M,M.Hedin.Schema for Object-oriented XML 2.0.W3C Noted[eb/ol].http://www.w3.org/TR/NO TE-SOX,1999-7-30.
    4.Jelliffe,R.Schematron[eb/ol].http://www.ascc.net/xml/resource/schematron/,2000-7-12.
    5.Fallside,D.c.XML Schema Part 0:primer.W3C Recommendation[eb/ol].http://www.w3.org/TR/xmlsschema-0/,2001-5-2
    6.Lee,D.Comparative analysis of six XML schema language[J].ACM SIGMOD Record,2002,29:117-151.
    7.Bray T,Paoli J,Sperberg-McQueen C M,et al.Extensible markup language(xml)1.0(Third edition)[EB/OL].http://www.w3.org/TR/REC-xml,2004.
    8.Davidson A,Fuchs M,Hedin M,et al.Schema for object-oriented XML2.0[EB/OL].http://www.w3.org/tr/note-sox/,1999/7.
    9.Jelliffe R,Schematron[EB/OL].http://www.ascc.net/xml/resource/schematron/,2001.
    10.World Wide Web Consortium(W3C),XML Schema Part 0:Primer[EB/OL].http://www.w3.org/TR/xmlschema-0,2001-7-1.
    11.World Wide Web Consortium(W3C),XML Schema Part 1:Structures[EB/OL].http://www.w3.org/TR/xmlschema-1,2001-7-1.
    12.World Wide Web Consortium(W3C),XML Schema Part 2:Datatypes[EB/OL].http://www.w3.org/TR/xmlschema-2,2001-7-1.
    13.Document Object Model Leve 11 Specificationversion1.0,http://www.w3.org/tr/rec-dom-leve-1,2003.
    14.XML Shemas,http//www.w3.org/tr/xmlschema/[EB/OL].2003.
    15.周巍,孔冰.基于DOM模型的XML文档查询处理器的设计与实现[J].计算机科学.2001.28(增刊):93-97.
    16.Hors A L,Hergaret P L,Wood L,et al.Document object model(DOM) level 2 core specification,World wide web consortiu(W3C)[EB/OL].http://www.w3.org/TR/2000/RECDOM -Level-2-Core,2000.
    17.翟裕忠.XML语言及相关技术研究[J].计算机工程,2000,26(12):4-7.
    18.Robie J,Hors A.Document Object Model Level 2[EB/OL].http://www.w3.org/TR/2000/RECDOM2,2000.
    19.陈会安.XML网页制作彻底研究[M].北京:中国铁道出版社,2003-2.
    20.Deitel H M.Deitel P J.XML编程技术大全[M].北京:清华人学出版社,2002-1.
    21.Y.Papakonstantinou,H.Garcia-Molina,and J.Widom.Object Exchange Across Heterogeneous Information Sources[A],In Proceedings of 11th International Conference on Data Engineering[C].1995,251-260.
    22.Garcia-Molina H,Papakonstantion Y,Quass D.The TSIMMIS Project:Integration of Heterogeneous Information Sources[J].Joumal of Intelligent Information Systems,1997,8(2):117-132.
    23.Filemaker server7.0[EB/OL].http://www.filemaker.com/,2005.
    24.Standard Generalzied Markup Language(SGML)[EB/OL].http://xml.coverpages.org/sgml.html,2002-7-12.
    25.HypterText Markup Language(HTML)[EB/OL].http://www.w3.org/Markup/,2005-10-13.
    26.袁绪峰.基于Spring框架的AOP编程[[J].计算机与现代化.2006,No.1:118-119
    27.罗予东.AOP一横切关注点的解决之道[[J].计算机与现代化.2006,No.S:21-24
    28.周虹鹏.面向方面的编程[[J].湘潭师范学院学报(自然科学版).2006,28(2):10-12
    29.李志纯,张南平.面向Aspect编程的应用研究[[J].计算机技术与发展.2006,16(5):217-218,222
    30.宋小鹏,盛仲庵,潘宏侠,白晓峰.面向方面编程方法的研究[[J].微计算机信息.2006,22(4-3):290-292
    31.凌晨,陈芳莉.面向方面编程设计技术[[J].计算机系统应用.2006,11(2):34-36.
    32.任卫平.面向对象编程的C++[M].北京:中国铁道出版社,1992.
    33.王燕.面向对象的理论与C++实践[M].北京:清华大学出版社,1997.
    34.Due,T著,韩柯译.对象技术项目管理[M].北京:机械工业出版社,2004.
    35.Firesmith,D.G.Basic object-oriented concepts and terminology:a comparison of methods and languages[J].Advanced Software Technology Specialists,January,1994,7(3):37-38.
    36.古全友,王恩波,骨昌胜.AOP技术在J2EE系统构建中的应用[[J].计算机技术与发展.2006,16(4):150-152.
    37.Aspect J Homepage.http://www.parc.xerox.com/spl/projects/aop/aspectj,2006.
    38.Aspect-Oriented Software Development,http://aosd.net,2002.
    39.R.Hirschfeld.Aspects-AOP with Squeak[A],In proceedings of OOPSLA'O1 Workshop onAdvanced Separation of Concerns in Object-Oriented Systems[C].2001,1212-1221.
    40.K.Boller,Aspect-Oriented Programming.http://www.theoinf.tu-ilmenau.de,2002.
    41.程贤智.面向对象技术原理综述[[J].电脑知识与技术,2005(12):150-154.
    42.张晓琳.面向对象的XML数据管理技术研究[D].Ph.D.Thesis,Northeasten University,Jan.2006.
    43.谭韩成,牛争艳,邓宏文.基于AOP的Web系统权限管理[[J].电脑开发与应用.2006,19(4):20-22.
    44.李青,闻敬谦,赵萌.基于AOP的工作流系统与企业信息系统集成研究[[J].计算机集成制造系统.2006,12(3):401-406.
    45.Xiang-qun Chen,Fu-Qing Yang.Research on Aspect Oriented Operating Systems[J].Journal of software.2006,17(3):620-627.
    46.邵维忠,杨芙清.面向对象的系统分析[M].北京:清华大学出版社,1998.
    47.G Kiczales et al.Aspect-oriented programming[A],In Proceedings Of ECOOP[C].1997,1241,220-242.
    48.R.Douence,P.Fradet,M.Siidholt.A framework for the detection and resolution of aspect interactions[A],In Proceeding of the Conf.on Generative Programming and Component Engineering[C].2002,173-188.
    49.Joon-Sang Lee,Sang-Yoon Min,Doo-Hwan Bae.Aspect-Oriented Design Technique for Developing Distributed Object-Oriented Systems over the Internet[A],In Proceedings of the 5th International Computer Science Conference on Internet Applications[C].1999,203-215.
    50.G Kiczales,E.Hilsdale,J.Hugunin etc.An Overview of AspectJ[A],In Proceedings of theEuropean Conference on Object-Oriented Programming[C].Springer-Verlag,Hungary,2001,747-752..
    51.The Aspect Primer[EB/OL].http://aspectj.org,2002.
    52.Xiao-Jun Li,A-Qun Deng.Multi-Agent System for Enterprise Application IntegrationBased On Aspect Oriented Technology[C].Proceedings of the International Conference on Distributed Computing and Applications for Business Engineering and Sciences[A],2006,11,12-15.
     53.何丽莉,金淳兆,冯铁等.关注分离问题研究综述[[J].计算机科学.2005,32(2):129-132
     54.陈峰,饶若楠.一种基于AOP的分布式企业应用开发技术[[J].计算机仿真.2004,21(7):172-174,191.
    55.董云卫,郝克刚一种面向方面的软件体系结构[[J].微机发展.2004,14(6):61-63,67
     56.高海洋,陈平.AOP综述[J].计算机科学.2002,29(10):133-135.
    57.程虎.面向方面(aspect)的程序设计方法[J].信息技术快报.2005,3(1):1-4.
    58.王申源,董传良,刘英丹.面向方面的编程的研究与实现[J].计算机应用研究.2004,(11):220-223
    59.Kiczales C,Hilsdale E,Hugunin J,eta.An verview of Aspect[A],Proceedings of the 15th European Conference on Object-Oriented Programming[C].2001,327-353.
    60.李伟斋,应时,叶钰.应用AOP技术实现Role Object模式[J].计算机应用,2005,5:1061-1063.
    61.陈雷,孟博.基于AOP技术的重构方法研究与实现[J].小型微型计算机系统.2004,9:1700-1703.
    62.张晓琳,王国仁.用继承扩展XML-RL.小型微型计算机系统[J].2005,2:243-247.
    63.AspectWerkz.http://aspectwerkz.codehaus.org/[EB/OL].2003-4-11.
    64.The AspectBench Compiler for AspectJ.http://abc.comlab.ox.ac.uk/introduction[EB/OL].2004-4-12.
    65.spring 的 AOP 介绍.http://www.xue5.com/itedu/200707/133858_4.html[EB/OL].2007-3-24.
    66.Spring 之面向方面编程.http://tech.it168.com/jd/2007-10-31/200710311221250_9.shtml [EB/OL].2007-12- 17.
    67.面向方面编程 AOP 和 JBoss.http://www.syue.com/Java/HTML/76578.html[EB/OL].2007-9-18.
    68.JBoss AOP FAQ.http://www.jboss.org/community/docs/DOC- 134441[EB/OL].2008-1- 12.
    69.Hogen M,The foundation for the future[J].Seybold report on Internet publishing.1998,2(5):20-23.
    70.Salminen A.System desideration for XML Database[A],VLDB[C].San Francisco:Morgan Kaufmann Publisher.2001,340-350.
    71.Vianu V.A Web Odyssey:from Codd to XML[A],In Proceedings of ACM PODS[C].New York:ACM,2001,1098-2002.
    72.张敏.面向方面的软件开发方法与实现技术研究[D].中国科学技术大学,2007.
    73.邓阿群.面向方面技术在大规模嵌入式软件中的应用[D].浙江大学,2007.
    74.Yoshikawa M,Amagasa T,Shimura T,et al.A path-based approach to storage and retrieval of xml documents using relational databases[J].ACM Transactions on Interact Technology,2001,1(8):110-141.
    75.IBM Research.XML Storage Manager[EBIOL].http://www.research.ibm.com/xmlstorage/,2004.
     76.Shanmugasundaram J,Tufte K,Zhang C,ec al.Relational Database for Querying XML Documents:Limitations and Opportunities[A],VLDB[C].San Francisco:Morgan Kaufmann,1999,79-90.
    77.Kanne C,Guido M.Efficient storage of XML data,Technical Report,University of Mannheim,1999.
    78.Goldman R,McHugh J,Widom J.From Semistructured Data to XML:Migrating the Lore Data Model and Query Language[A],The 2nd International Workshop on the Web and Database(WebDB' 99)[C].Heidelberg:Springer-Verlag,1999,25-30.
    79.Chaudhuri S,Shim K.Storage and retrieval of XML data using relational databases [A],VLDB'O1[C].San Francisco:Morgan kaufrnann Publisher,2001,2301-2305.
    80.Florescu D,Levy A.Database techniques for the World Wide Web:A Survey[J].ACM SIGMOD Record Archive,1998,27(3):59-74.
    81.Shanmugasundaram J,Tufte K,He G.Relational Databases for Querying XML Documents:Limitations and Opportunities[A],VLDB[C].San Francisco:Morgan Kaufmann Publisher,1999,302-314.
    82.Goldman R,Widom J.Enabling Query Formulation and Optimization in Semis-structured Databases[A],In Proceedings of the VLDB International Conference on Very Large Database[C].1997,436-445
    83.Gionis A,Garofalakis M,Rastogi R,et al.XTRACT:A System for Extracting Document Type from XML Document[A],In Proceedings of the 19th ACM SIGMOD International Conference on Management of Data[C].2000,165-176.
    84.Cooper B F, Sample N, Franklin M J, et al.A Fast Index for Semistructured Data[A],In Proceedings of the 27th VLDB International Conference on Very Large Database[C].Rome,Italy. 2001,341-350.
    85.Kaushik R, Shenoy P, Bohannon P, et al.Exploiting Local Simiarity for Indexing Paths in Grah-Structured Data[A],In Proceedings of the 18th IEEE ICDE International Conference on Data Engineering[C].2002,129-140.
    86. Milo T, Suicu D.Index Structures for Path Expressions [A],In Proceedings of the 7th ICDT International Conference on Database Theory [C]. 1999,177-295.
    87.Kha D D,Yoshikawa M,Uemura S.An XML Indexing Structure with Relative Region Coordinate[A],In Proceedings of the 17th IEEE ICDE International Conference on Data Engineering[C].2001,313-320.
    88 Chan C Y, Graofalakis M, Rastogi R. An Efficient Index Structure for Regular Expressions [A],In Proceedings of the 28th VLDB International Conference on Very Large Database[C]. 2002,251-262.
    89.Min J,Chung C,and Shim K.An Adaptive Path Index for XML Data[A],In Proceedings of the 21th ACM SIGMOD International Conference on Management of Data[C].2002,121-132.
    90.Kaushik R,Bohannon P,Naughton J F,et al.Covering Indexes for Branching Path Queries[A],In Proceedings of the 21th ACM SIGMOD International Conference on Management of Data[C].2002,133-134.
    91.Kaushik R,Bohannon P,Naughton J F,et al.updates for Structure Indexes[A],In Proceedings of the 28th VLDB International Conference on Very Large Database[C].2002,239-250.
    
    92.Jiang Haifeng,Lu Hongjun,Wang Wei,et al. ndexing XML Data for Efficient Structural Joins[A],In Proceedings of the 19th IEEE ICDE International Conference on Data Engineering[C].2003,253-264.
    93.Chien S Y,Tsotras V J,Zaniolo C.Efficient Management of Multiversion Documents by Object Referencing[A],In Proceedings of the 27th VLDB International Conference on Very Large Database[C].2001.291-300.
    94.Chien S Y,Tsotras V J,Zaniolo C,et al.Efficient Complex Query Support for Multiversion XML Documents[A],In Proceedings of the 8th EDBT International Conferennce on Extending Database Technolog[C].2002.161-178.
    95.Li Q,Moon B.Indexing and Querying XML Data for Regular Path Expressions[A],In Prceedings of the 27th VLDB International Conference on Very Large Database[C].2001.361-370.
    96.Grust T.Accelerating XPath Location Steps[A],In Proceedings of the 21th ACM SIGMOD International Conference on Management of Data.Madison[C].2002,109-120.
    97.Christophides V,Plexousakis D,Scholl M,et al.On Labeling Schemes for the Semantic Web[A],In Proceedings of the 12th International World Wide Web Conference[C].2003,1-12.
    98.Wang Wei,Jiang Haifeng,Lu Hongjun,et al.PBiTree Coding and Efficient Processing of Containment Joins[A],In Proceedings of the 19th IEEE ICDE International Conference on Data Engineering[C].2003,391-402.
    99.Tatarinov I,Viglas S D,Beyer K,et al.Storing and Querying Ordered XML using a Relational Database System[A],In Proceedings of the 21th ACM SIGMOD International Conference on Management of Data[C].2002,204-215.
    100.Yoshikawa M,Amagara T,Shimura T,et al.A Path-Based Approach to Storage and Retrieval of XML documents using Relational Databases[J].ACM Transactions on Internet Technology[C].2001,1(1):110-141.
    101.Zhang C,Naughton J,DeWitt D,et al.On Supporting Containment Queries in Relational Database Managements Systems[A],In Proceedings of the 20th ACM SIGMOD International Conference on Management of Data[C].2001,426-437.
    102.Wan Chang xuan,Liu Yunsheng.Efficient Supporting XML Query and Key,word Search in Relational Database System[A],In Proceedings of the third WAIM International Conference on Web-Age Information Management[C].2002,1-12.
    103.Li Q,Moon B.Indexing and Querying XML Data for Regular Path Exprcsssqns[A],In Prceceedings of the 27~(th) VLDB International Conference on Very Database[C].2001,361-370.
    104.刘云生,万常选,徐升华.基干关系数据库有效地实现RPE查询[J].小型徽型计算机系统,2003,24(10):1764-1771.
    105.张恩德,王国仁,宁博.DVBB:基于Dewey向量的B+树索引结构连接算法[J].计算机科学,2005,27(10):94-98.
    106.Shimura T,Yoshikawa M,Uemura S.Storage and Retrieval of XML Documents Using Object-Relational Databases[A],In Proceedings of thel0 th DEXA International Conference on Database and Expert Systems Applications[C].1999,206-217.
    107.Al-Khalifa S,Jagadish H M Koudas N,et al.A Primitive for Efficient XML Query Pattern Matching[A],In Proceedings of the 18~(th) IEEE ICDE International Conference on Data Engineering[C].2002,141-152.
    108.Chien SY,Vagena Z,Zhang Donghui,et al.Efficient Structural Joins on Indexed XML Documents[A],In Proceedings of the 28th VLDB International Conference on Very Large Database[C].2002,263-274.
    109.Jung Haifeng,Lu Hongjun,Wang Wei,et al.Indexing XML Data for Efficient Structural Joins [A],In Proceedings of the 19th IEEE ICDE International Conference on Data Engineering[C].2003,253-264.
    110.Wang Wei,Jiang Haifeng,Lu Hongjun,et al.PBiTree Coding and Efficient Processing of Containment Joins[A],In Proceedings of the 19th IEEE ICDE International Conference on Data Engineering[C].2003,391-402.
    111.Bohme T,Rahm E.A Benchmark for XML Data Management[A],In Proceedings of BTW International Conference[C].2001,264-273.
    112.Schmidt A,Waas F,Kersten M L,et al.Why and How to Benchmark to XML Datebase[J].ACM SIGMOD Record,2001,30(3):27-32.
    113.Schmidt A,Waas F,Kersten M L,et al.A Benchmark for XML Date Management[A].In Proceedings of the 28th VLDB International Conference on Very Large Database[C].2002,974-985.
    114.万常选,基于关系数据库的XML数据存储与查询研究[D].武汉:华中科技大学图书馆,2003.
    115.万常选,云生,徐升华等.基于区间编码的XML索引结构有效实现结构连接[J]。计算机学报,2005,28(1):113-127.
    116.Crust T.Accelerating XPATH Location Steps[A],SIGMOD[C],New York:ACM Press,2002,109-120.
    117.Wang H,Park S,Fan W,et al.A dynamic index method for querying XML data by tree structures[A],SIGMOD[C].2003.110-121.
    118 Rao P,Moon B.Indexing and querying XML using Prunfer sequences[A],ICDE[C].2004,288-300.
    119.Milo T,Suciu D.Index Structures for Path Expressions[A],ICDT[C].1999,277-295.
    120.Kha D D,Yoshikawa M,Uemura S.An XML Indexing Structure with Relative Region Coordinate[A],ICDE[C].2001.313-320.
    121.Kaushik R,Bohannon P,Naughton J,et al.Updates for Structure Indexes[A],V LDB[C].2002.239-250.
    122.McHugh J,Widom J,Abiteboul S,et al.Indexing Semistructured Data.Technical Report[EB/OL].http://wwwdb.standford.edu/lore/pubs,1998.
    123.Lu J,Wang G,Yu G,et al.Performance Evaluation of a Dom —Based XML Database:Storage,Indexing and Query Optimization[A],WAIM[C].2002,13-24.
    124.吕建华,王国仁,于戈.XML数据的路径表达式查询优化技术.软件学报,2003,14(9):1615-1620.
    125.Wang G,Liu M.Query Processing and Optimization for Regular Path Expressions[A],CAiSE[C].2003.30-45.
    126.Mchngh J,Widom J.Query Optimization for XML[A],V LDB[C].1999.315-326.
    127.Wang G,Liu M,Yu G,et al.Effective Schema — Based XML Query Optimization Techniques[A],IDEAS[C].2003,230-235.
    128.Jiang H,Lu H,Wang W,et al.Indexing XML Data for EfficientStructural Joins[A],ICDE[C].2003,253-264.
    129.Chung C,Min J,Shim K.an adaptive path index for XML data[A],SIGMOD[C].2002.121-132.
    130.Kaushik R,Shenoy P,Bohannon P,et al.Exploiting local similarity for indexing paths in graph-structed data[A],ICDE[C].2002,129-140.
    131.Qinghua Zou,Shaorong Liu,Wesley W.Chu.A compact tree for indexing XML data [A],WIDM'04[C].2004,39-46.
    132.Kaushik R,Krishnamurthy R,Naughton J F,et al.On the Integration of Structure Indexes and Inverted Lists[A],SIGMOD[C].2004,779-790.
    133.Weigel F,Meuss H,Bry F.Interleaving IR and DB Indexing Techniques for Efficient Retrieval of Textual XML Data[A],ECIR[C].2004,378-393.
    134.Fernandez M E Suciu D.Optimizing Regular Path Expressions Using Graph Schemas[A],In proceedings of the 14th International Conference on Data Engineering[C].1998,14-23.
    135.Mathias N,John N W.Improving XML Processing Using Adapted Data Structures[J].Web-Services and Database Systems.2002,206-220.
    137.Cormack G.Data Compression in a Database System[J].Communications of the ACM,1985,28(12):1336-1342.
    138.Haruo H,Benjamin P.Regular Expression Pattern Matching for XML[J].ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages.2001,67-80.
    139.A-Qun Deng,Huan-Jun Yu,Shang-Xu Hu.Realization of Platform Based on JavaTechnology for Embedded Systems[A],In proceedings of the International Conference on Embedded Systems&Applications[C].2004,199-205.
    140.邓阿群,俞欢军,胡上序.基于Java的嵌入式系统开发平台设计与实现[J].信息与控制,2005,34(1):96-103.
    141.邓阿群,厉小军,俞欢军,胡上序一种新型软件设计方法AOP的研究[[J].系统工程与电子技术,2004,26(7):970-975..

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700