受限环境下基于空间拓扑关系推理的三维路径规划研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
随着计算机人工智能的发展以及城市化进程对人工智能支持的需求扩大,路径规划已被广泛应用于导航、规划、城市应急事件处理等各个方面。鉴于三维环境下的路径规划尤其是城市建筑物等受限环境由于引入了各种限制条件而更趋复杂,已经不适合再沿用传统的二维路径规划方案。为满足城市建筑物等受限环境的路径规划需求,本文尝试提出了一套应用于三维受限环境的路径规划方案。
     当前使用的路径规划解决方案存在着若干不足:首先传统路径规划没有使用空间拓扑关系;其次传统路径规划的基本移动规则没有适时改进;再次传统路径规划的数据组织方式存在效率问题。可见传统路径规划的最优路径结果衡量准则已无法满足现代需求。通过综合对现有搜索算法、空间拓扑关系和定量空间推理研究内容的分析,可以得出当前的路径规划研究重点应该是建立一套能够在受限环境下使用的基于空间拓扑关系推理的三维路径规划方案。为了建立该方案需要进行以下的研究:三维空间数据的拓扑关系引入、三维多层次式路径表达和基于能量最优的路径规划模式的实现。这中间的关键技术包括多层次的数据组织方式及路径规划、空间拓扑关系及定量空间推理的应用以及A*算法的三维改进。
     三维空间拓扑关系与定量空间推理的融合是本文数据结构和路径规划的基础。因为空间物体的拓扑关系对路径规划起到重要的辅助作用,比如路径规划方案可以利用空间拓扑关系来优化搜索范围。现有的有效获得空间物体的拓扑关系的方法是利用定量空间推理的相关技术来将已有的空间物体之间的定量关系转化为对应的空间物体的拓扑关系。为了达到此目的,需要引入一套能够适用于受限环境的改进空间物体拓扑关系与定量空间描述的对照体系。该体系中的每种拓扑关系包含了若干对应空间物体定量约束条件的集合,以及特定空间物体定量描述与对应空间物体拓扑关系的映射。在建立了空间物体拓扑定量推理的转化体系之后,就可以利用该体系对于路径规划环境进行分析处理,从而得到一套完整的有关路径规划环境的空间物体拓扑关系描述。
     由于路径规划往往涉及较大量的数据,因此必须探讨海量数据在路径规划方案中的存储与表达方式。因为空间物体拓扑关系都是以空间物体为单位进行描述的,所以路径规划方案的数据组织架构体系适合采用基于R-Tree的空间数据对象关系体系。此外数据组织在三维复杂情况下的具体实现方式和数据压缩的方法引入也是路径规划方案的重要组成部分。
     新路径规划方案的最优路径组织表达方式也和传统方案有明显区别。本文对于最优路径的表达引入了由用户决定主要范围和相关尺度的模式,利用该模式可以确定对于最优路径结果在何处采用精细路径表达以及何处采用粗略路径表达。这种表达模式需要空间拓扑关系和多层次式数据组织结构提供底层支持。除了这套表达模式,本文还提出了路径表达需要关注用户和系统的交互结果等在之前的研究中被忽视的因素,同时还建立了一套能量耗费最优的移动衡量准则用于满足用户相关需求。
     本文的路径规划方案的实现包括了三个部分,即路径规划环境的预处理、路径规划环境的构建以及多层次三维A*路径规划方案的实施。路径规划环境的预处理包括路径规划基本单元设置以及路径规划过程中基本移动规则的确立。路径规划环境的构建则包括了针对特定路径规环境采用特定方式来分析构建路径规划方案所需的多层次数据结构和空间物体拓扑关系。多层次A*路径规划方案的实施则介绍了改进三维A*算法利用空间物体拓扑关系推理技术和多层次的数据结构的特点来满足用户的多种路径规划需求的实现方式。
     为探讨本文路径规划方案的可推广性,专门设计了特定的实验。实验包括新路径规划方案中的算法性能分析和新路径规划方案的仿真应用。在新路径规划方案和传统径规划方案进行对比的过程中,展示出了新径规划方案具有占用较低的存储空间、使用较少运算时间等良好性能表现。除了具有性能优势外,新路径规划方案还能够根据用户的不同需求提供不同层次和不同范围的特定最优路径结果,这是传统路径规划方案所无法比拟的。但是新路径规划方案所给出的最优路径结果和传统的路径规划方案相比仍然存在着一定不足。在应用展示中,通过规划实验区域的逃生路线充分展示了新路径规划方案所具有的较好的应急反应能力。而仿真结果表明新路径规划方案能够为受限区域的大范围动态空间分析和应用提供有力的底层技术支持。
     通过以上研究,本文将空间拓扑关系和空间推理技术相融合应用于路径规划,并构建了将其实现的三维路径规划方案。在构建路径规划方案的过程中,建立了完整的空间数据结构体系和多层次路径规划模式,并攻克了相关的关键技术。论文通过仿真进行了系统验证,取得了一定研究成果,为将空间关系应用于路径规划提出了一种可行的应用模式。
     除此之外,本文还总结了受限环境下路径规划未来的发展趋势:即受限环境路径规划的多层次组织和表达研究;受限环境的基本构成单位研究;受限环境下三维空间物体拓扑关系深入研究;路径规划的能量最优模式研究。
     本文的创新点如下:
     1)空间拓扑关系在路径规划过程中的引入。
     2)多层次最优路径无缝融合表达。
     3)改进的三维空间寻路模式。
As the urbanization spreads all over the built-up area, people needs path finding technology to help them make better moving decisions. The path planning of subway and inner building becomes the key subject especially on path finding issues. This study proposes a possible solution to path finding problem in certain restricted area under three dimension situations. Thus several key subjects and technologies needs to be discussed and improved to help build the spatial topology reasoning based 3D path finding solution.
     This study reviews the classical path finding methods and application patterns, and generates the main concerns of path finding development and related tools. We concluded the disadvantages of current path finding solutions as below:firstly, classical path finding solutions don't use spatial topology relationships. Secondly, the basic moving styles are not properly discussed. Thirdly, current data organization is inefficient. Fourthly, evaluation system of optimized path is not suitable for current applications. Fifthly the representation method of optimized path is not human based. Thus this study has introduced improved searching algorithm, spatial topology relationships and spatial reasoning contents with related math tools and patterns. Next we represent the research target of this study is to build a working 3D path finding solution in restricted area which uses spatial topology relationships and reasoning. To finish this task this study introduces the spatial topology relationships of 3D data, a new improved representation pattern of optimized path and a new optimized path evaluation method based on moving plan's energy cost. Therefore the key subjects of this study are multi-layers data organization and path planning, proper usage of spatial topology relationships, quantitative spatial reasoning, and improvement of classical A* algorithm.
     The first key subject of this study is the fusion of spatial topology relationships and quantitative spatial reasoning. For the path finding solution needs spatial topology relationships, but at the beginning of path finding process there is no existing spatial topology relationships, so the first step is to transform current spatial objects' quantitative relationships into spatial topology relationships. Thus this study has introduced an improved spatial topology relationship system in restricted area. This improved spatial topology relationship system defines each spatial topology relationship with its own quantitative description set, which means a spatial topology relationship contains several related spatial quantitative relationships. After setting up mapping system between spatial topology relationships and spatial quantitative relationships, we can use this mapping system to analyze and form spatial topology relationships up in restricted area.
     For the path finding uses mass searching data, the data need to be organized into multi-layer format. The multi-layer format of path finding environment data can use the built up spatial topology relationships. As the spatial topology relationships'basic unit is object, this study uses R-Tree based data organization system to store spatial data. Besides data organization system, this study also discusses data compression possibility in restricted area's path finding applications by using current methods.
     The optimized path representation of our work is different from traditional one. For our path finding solution considers user concerned elements, which make optimized path's representation is determined by user's interest focus. And the interest focus directly affects detail level and spatial scale of the optimized path. Besides focus based path representation method, this paper proposes a user-system interaction model of path finding and a human energy cost based path finding pattern.
     The path planning solution of this study can be concluded into three parts: pre-calculation of path finding environment, setting of path finding environment and execution of multi-layer A* path finding algorithm. The pre-calculation of path finding environment contains the definition of basic unit and moving styles of the path finding solution. The setting of path finding environment contains the method of building up multi-layer data structure and extraction of spatial topology relationships from quantitative description for specific path finding situation. The execution of multi-layer A* path finding algorithm contains 3D A* algorithm's using pattern under spatial topology relationship system and multi-layer data structure.
     The experiment of this study contains two parts, which are algorithm efficiency demonstration and application simulation. Among the comparison of our path finding solution and classical solutions, our solution has shown lower storage cost and time cost. But our solution does have disadvantages such as lower optimized path quality. In the simulation, our solution has shown it can be widely used in restricted area's applications.
     In the conclusion, the new 3D path finding solution based on spatial topology reasoning can finish specific path finding task by using comparative low calculation cost and generate human interest focus based multi-layer optimized path. The researching subject of our ongoing work concentrates on the improvement of multi-layer data organization and representation, basic unit's setting research,3D spatial topology relationships extension.
     This study contains several innovative ideas:
     1. The introduction of spatial topological relationships into path finding process.
     2. The fusion of multi-layer optimized path results.
     3. Improvement on three dimension path finding patterns.
引文
[1]S. J. Russell and P. Norvig, Artificial Intelligence:A Modern Approach. New York:Prentice Hall,2003.
    [2]N. J. Nilsson, Artificial Intelligence:A New Synthesis:Morgan Kaufmann,1998.
    [3]J. Pearl, Heuristics:intelligent search strategies for computer problem solving: Addison-Wesley Longman Publishing Co., Inc.,1984.
    [4]G. F. Luger, Artificial Intelligence:Structures and Strategies for Complex Problem Solving 5ed.:Addison Wesley,2005.
    [5]B. Reese, "Finding a Pathfinder," in Proceedings of the AAAI 99 Spring Symposium on Artificial Intelligence and Computer Games,1999.
    [6]E. O. Barraquand, et al., "A Random Sampling Scheme for Path Planning," International Journal of Robotics Research, vol.16, pp.759-774,1997.
    [7]J. H. Reif and J. A. Storer, "A single-exponential upper bound for finding shortest paths in three dimensions," Journal of the ACM, vol.41, pp.1013-1019,1994.
    [8]P. W. Eklund, et al., "A Dynamic Multi-source Dijkstra'Algorithm for Vehicle Routing," in Conf. on Intelligent Information Systems, Australian New Zealand,1996.
    [9]P. C. Nelson and A. A. Toptsis, "Unidirectional and Bidirectional Search Algorithms," Digital Object Identifier, vol.9, pp.77-83,1992.
    [10]P. E. Hart, et al., "A Formal Basis for the Heuristic Determination of Minimum Cost Paths," IEEE Transactions on Systems Science and Cybernetics, vol.4, pp.100-107,1968.
    [11]Y. KOBAYASHI, et al., "State and Action Space Construction Using Vision Information," in IEEE SMC'99 Conference Proceedings.,1999, pp.447-452.
    [12]J. Wang, et al., "Using focusing search algorithms and a strong heuristic to solve the findpath problem in robotics," presented at the Proceedings of the 1990 ACM annual conference on Cooperation, Washington, D.C., United States,1990.
    [13]A. Razavian, "Numerical Object Rings Path Planning Algorithm," in Decision and Control, 1996., Proceedings of the 35th IEEE, Kobe, Japan,1996, pp.4406-4411.
    [14]J. v. Bemmelen, et al., "Vector vs. Raster-based Algorithms for Cross-country Movement Planning," in Auto-Carto 11, Minneapolis, Minnesota, USA,1993.
    [15]T. Lozano-Perez and M. A. Wesley, "An Algorithm for Planning Collision-Free Paths Among Polyhedral Obstacles," Communications of the ACM, vol.22, pp.560-570,1979.
    [16]T. Lozano-Perez. (1980,2009,05-20). Automatic Planning of Manipulator Transfer Movements.
    [17]T. Lozano-Perez, "Spatial Planning:A Configuration Space Approach," IEEE Transactions on Computers, vol. C-32,pp.108-120,1983.
    [18]R. A. Brooks, "Solving the find-path problem by good representation of free space," in AAAI-82 Proceedings,1982, pp.290-297.
    [19]R. A. Brooks, "Solving the Find-Path Problem by Representing Free Space as Generalized Cones," IEEE Trans. on Systems, Man and Cybernetics, vol.674, pp.190-197,1982.
    [20]R. A. Brooks and T. Lozano-Perez, "A Subdivision Algorithm in Configuration Space for Findpath with Rotation," IEEE Transactions on System, Man, and Cybernetics, vol. SMC-15, pp.224-233,1985.
    [21]R. S. Alexander and N. C. Rowe, "Path Planning by Optimal-path-map Construction for Homogeneous-cost two-dimensional Regions," in IEEE International Conference Proceedings on Robotics and Automation., Cincinnati, OH, USA,1990, pp.1924-1929.
    [22]J. S. B. MITCHELL and C. PAPADIMITRIOU, "The Weighted Region Problem Finding Shortest Paths Through a Weighted Planar Subdivision," Joumd of the Assoclatlon for Computing Machinery, vol.38, pp.18-73,1991.
    [23]D. Zhu and J.-C. Latombe, "New Heuristic Algorithms for Efficient Hierarchical Path Planning," IEEE TRANSACTIONS ON ROBOTICS AND AUTOMATION, vol.7, pp.9-20, 1991.
    [24]R. Subrata and A. Y. Zomaya, "Dynamic Location Management for Mobile Computing," Telecommunication Systems, vol.22, pp.169-187,2003.
    [25]N. Bin and C. Xiong, "New approach of neural network for robot path planning," presented at the 2004 IEEE International Conference on Systems, Man and Cybernetics,2004.
    [26]K.-C. Fan and P.-C. Lui, "Solving Find Path Problem in Mapped Environments Using Modified A* Algorithm," IEEE Transactions on Systems Man and Cybernetics Part A-Systems and Humans, vol.24, pp.1390-1396,1994.
    [27]E. Stefanakis and M. Kavouras, "On the Determination of the Optimum Path in Space," in Proceedings of the European Conference on Spatial Information Theory, Semmering, Austria, 1995.
    [28]D. E. Knuth, Art of Computer Programming, Volume 1:Fundamental Algorithms (3rd Edition) vol.1:Addison Wesley,1997.
    [29]A. V. Aho, et al., The Design and Analysis of Computer Algorithms:Addison-Wesley,1974.
    [30]J. Kuffner, "Goal-directed navigation for animated characters using real-time path planning and control," Lecture Notes in Computer Science, pp.171-186,1998.
    [31]Z. Li, et al., "Basic topological models for spatial entities in 3-dimensional space," Geoinformatica, vol.4, pp.419-433,2000.
    [32]T.-Y. Li and C.-C. Chang, "Path planning with incremental roadmap update for large environments," in IEEE International Conference on Robotics and Automation,2001. Proceedings 2001 ICRA.,2001, pp.1934-1939.
    [33]李德仁and朱庆,"数码城市:概念,技术支撑和典型应用,”武汉测绘科技大学学报,vol.25,pp.283-288,2000.
    [34]K. Makanae and M. Takaki, "Development of the 3-Dimensional Urban Spatial Data Model and Application to the Pedestrian Navigation System," ITS(?), vol.3,2004.
    [35]D. Smith and A. Paradis, "Three-dimensional GIS for the earth sciences," Three Dimensional Applications in Geographic Information Systems, pp.149-154,1989.
    [36]W. Tobler, "A computer movie simulating urban growth in the Detroit region," Economic geography, pp.234-240,1970.
    [37]B. Jonsson and A. Tarski, "Boolean Algebras with Operators. Part I," American Journal of Mathematics, vol.73, pp.891-939,1951.
    [38]M. Egenhofer and K. Al-Taha, "Reasoning about Gradual Changes of Topological Relationships," Lecture Notes in Computer Science, vol.639, pp.196-219,1992.
    [39]A. Gerevini and J. Renz, "Combining Topological and Qualitative Size Constraints for Spatial Reasoning," Principles and Practice of Constraint Programming, vol.1520, pp.220-234, 1998.
    [40]G. E. LIGOZAT, "Reasoning about Cardinal Directions," Journal of Visual Languages and Computing, pp.23-44,1998.
    [41]M. Gombosi, "Evolution of Path Finding," in Proceedings of the 23rd International Conference on Information Technology Interfaces,2001, pp.133-138
    [42]M. J. Egenhofer, "A Formal Definition of Binary Topological Relationships," Lecture Notes in Computer Science, vol.367, pp.457-472,1989.
    [43]杨必胜,”数字城市三维建模与可视化技术研究,”博士,武汉大学,武汉,2002.
    [44]陈军and蒋捷,”多维动态GIS的空间数据建模,处理与分析,"武汉测绘科技大学学报,vol.25,pp.189-195,2000.
    [45]A. Archer, "A Modern Treatment of the 15 Puzzle," American Mathematical Monthly, pp. 793-799,1999.
    [46]N. J. Nilsson, Problem-Solving Methods in Artificial Intelligence:McGrawHill,1971.
    [47]E. W. Dijkstra, "A Note on Two Problems in Connections with Graphs," Numer. Math, vol.1, pp.269-271,1959.
    [48]Y. Saab and M. VanPutte, "Shortest Path Planning on Topographical Maps," IEEE Transactions on Systems Man and Cybernetics Part A-Systems and Humans, pp.139-150, 1999.
    [49]M. Jones, Artificial intelligence:a systems approach:Jones & Bartlett Publishers,2008.
    [50]J. Munkres, Topology Prentice Hall,2000.
    [51]M. J. Egenhofer, et al., "The 9-intersection:Formalism and Its Use for Natural-language Spatial Predicates," 1994.
    [52]J. Venn and M.A, Symbolic Logic. London:University Press,1881.
    [53]M. J. Egenhofer and J. R. Herring, "Categorizing Binary Topological Relations Between Regions, Lines, and Points in Geographic Databases," Technical Report, vol.91,1991.
    [54]郭庆胜,et al.,“线与线之间的空间拓扑关系组合推理,”武汉大学学报.信息科学版,vol.31,2006.
    [55]J. CHEN, et al., "Voronoi-based 9-Intersection Model for Topological Spatial Relations," International Journal of Geographical Information Science, vol.15, p.201-220,2001.
    [56]M. Bhatt, et al., "A General Framework Based on Dynamic Constraints for the Enrichment of a Topological Theory of Spatial Simulation " in Knowledge-Based Intelligent Information and Engineering Systems. vol. Volume 3684/2005, ed:Springer Berlin/Heidelberg,2005, pp. 366-373.
    [57]E. Clementini, et al., "Qualitative Representation of Positional Information," Artificial Intelligence, vol.95, pp.317-356,1997.
    [58]L. Kulik and A. Klippel, "Reasoning about Cardinal Directions Using Grids as Qualitative Geographic Coordinates," in Proceedings of the International Conference on Spatial Information Theory:Cognitive and Computational Foundations of Geographic Information Science,1999, pp.205-220.
    [59]M. J. Egenhofer, "Categorizing Topological Spatial Relations Between Regions, Lines, and Points in Geographic Databases," 1994.
    [60]M. J. Egenhofer and R. D. Franzosa, "Point-Set Topological Spatial Relations," International Journal for Geographical Information System vol.5, pp.161-174,1991.
    [61]P. v. Oosterom, et al., "The Balance between Geometry and Topology," in Symposium on Geospatial Theory, Processing and Application, Ottawa, Canada,2002.
    [62]张维鼎,意义与认知范畴化:四川大学出版社,2007.
    [63]F. S. Hill.Jr. and S. M. Kelley, Computer Graphics Using Open GL (2nd Edition) Prentice Hall, 2000.
    [64]J. H. Clark, "Hierarchical Geometric Models for Visible Surface Algorithms," Communications of the ACM, vol.19, pp.547-554,1976.
    [65]A. Koninger and S. Bartel, "3D-GIS for urban purposes," Geoinformatica, vol.2, pp.79-103, 1998.
    [66]A. Guttman, "R-trees:A dynamic index structure for spatial searching," 1984, pp.47-57.
    [67]L. Arge, et al., "The priority R-tree:A practically efficient and worst-case optimal R-tree," ACM Transactions on Algorithms (TALG), vol.4, pp.1-30,2008.
    [68]C. Jones, et al., "Database design for a multi-scale spatial information system," Geographical Information Systems, vol.10, pp.901-920,1996.
    [69]E. Ralli and G. Hirzinger, "Fast Path Planning for Robot Manipulators Using Numerical Potential Fields in the Configuration Space," Digital Object Identifier, vol.3, pp.1922-1929, 1994.
    [70]J. Baum and A. E. Nicholson, "Dynamic Non-uniform Abstractions for Approximate Planning in Large Structured Stochastic Domains," presented at the Proceedings of the 5th Pacific Rim International Conference on Artificial Intelligence:Topics in Artificial Intelligence,1998.
    [71]W. Tobler and Z.-t. Chen, "A Quadtree For Global Information Storage," Geographical Analysis, vol.18,1986.
    [72]R. Agrawal and H. V. Jagadish, "Algorithms for Searching Massive Graphs," IEEE Transactions on Knowledge and Data Engineering, vol.6, pp.225-238,1994.
    [73]M. Kavouras and E. Stefanakis, "Determination of the Optimum Path on the Earth's Surface," in Proceedings of the 17th International Cartographic Association Conference, Barcelona, Spain,1995.
    [74]K. lshikawa, et al., "Map Navigation Software of the Electro-Multivision of the'91 Toyota Soarer," in Vehicle Navigation and Information Systems Conference,1991, pp.463-473.
    [75]W. Ribarsky, et al., "Time-Critical Visual Exploration of Scalably Large Data," 1998.
    [76]M. Graz, "Managing large 3D urban databases," 1999, pp.341-349.
    [77]边馥苓 and 傅仲良,”面向目标的栅格矢量一体化三维数据模型,"武汉测绘科技大学学报,vol.25,pp.294-298,2000.
    [78]F. Hill, Computer graphics using OpenGL:Prentice Hall PTR Upper Saddle River, NJ, USA, 2000.
    [79]D. King, et al., "Connectivity compression for irregular quadrilateral meshes," Arxiv preprint cs/0005005,2000.
    [80]H. J. Miller and E. A. Wentz, "Representation and Spatial Analysis in Geographic Information Systems," Annals of the Association of American Geographers, vol.93, pp.574-594,2003.
    [81]N. KADMON and E. SHLOMI, "A Polyfocal Projection for Statistical Surfaces," Cartography., vol.15, pp.36-41,1978.
    [82]A. Stopp and T. Riethmuller, "Fast Reactive Path Planning by 2D and 3D Multi-layer Spatial Grids for Mobile Robot Navigation," in Intelligent Control,1995., Proceedings of the 1995 IEEE International Symposium on,1995, pp.545-550
    [83]G A. Klunder and H. N. Post, "The Shortest Path Problem on Large-Scale Real-Road Networks," Networks, vol.48, pp.182-194,2006.
    [84]叶建平,et al.,“移动机器人路径规划定量研究,”武汉理工大学学报,vol.29,pp.119-121,2007.
    [85]Y. Li and X. Pan, "An Integrated GIS and Micro-simulation System for Dynamic Routing," in Intelligent Transportation Systems,2003. Proceedings.2003 IEEE,2003, pp.1171-1176
    [86]L. Ikonen and P. Toivanen, "Shortest Routes on Varying Height Surfaces Using Gray-level Distance Transforms," Image and Vision Computing, vol.23, pp.133-141,2005.
    [87]C.-W. Park, et al., "A Turn-by-turn Navigation System for Automotive Telematics Terminals," in Intelligent Vehicles Symposium,2003. Proceedings. IEEE,2003, pp.21-24
    [88]F. M. Jonsson. (2008,28 Jan). An Optimal Pathfinder for Vehicles in Real-world Digital Terrain Maps. Available:http://www.student.nada.kth.se/-f93-maj/pathfinder/
    [89]龚健雅,地理信息系统基础.北京:科学出版社,2001.
    [90]P. Lester. (2003, A* Pathfinding for Beginners Available: http://www.gamedev.net/reference/articles/article2003.asp
    [91]J. H. Jones. (2001,28 Jan). A* Tutorial. Available: http://www.geocities.com/jheyesjones/astar.html
    [92]Foxes Team. (2005, A* Pathfinder in Visual Basic with the A-star algorithm. Available: digilander.libero.it/foxes/Plot/Pathfinder_%20Astar.pdf
    [93]Amit. (2008,28 Jan). Amit's Game Programming Information. Available: http://www-cs-students.stanford.edu/-amitp/gameprog.html
    [94]East Japan Railway Company. (2008, November 19th).各駅の(?)車人員. Available: http://www.jreast.co.jp/passenger/index.html
    [95]F. Benedict and H. Murschhauser, "Energy transformations during horizontal walking," Proceedings of the National Academy of Sciences of the United States of America, vol.1, p. 597,1915.
    [96]R. Kreider, et al., "Exercise & Sport Nutrition:A Balanced Perspective for Exercise Physiologists," Professionalization of Exercise Physiologyonline, vol.6,2003.
    [97]UNITED NATIONS UNIVERSITY, et al., "Human energy requirements
    Report of a Joint FAO/WHO/UNU Expert Consultation," FOOD AND AGRICULTURE ORGANIZATION OF THE UNITED NATIONS, Roma2004.
    [98]unk_variable, "Calories Burned-Values per 10 Minutes of Activity> Activity> Clear Walking Upstairs ", ed,2007.
    [99]H. Simon, "A behavioral model of rational choice," The Quarterly Journal of Economics, vol. 69, pp.99-118,1955.
    [100]J. Goldthorpe, "Rational action theory for sociology," British Journal of Sociology, vol.49, pp. 167-192,1998.

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

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

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