分布式仿真运行支撑平台中时间管理服务的研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
高层体系结构HLA(High Level Architecture)是美国国防部为了解决在各个领域开发出来的多种模型、仿真应用和C4I系统的互操作和可重用问题而提出的一种分布式仿真规范。2000年9月,HLA被正式接纳为IEEE 1516标准。HLA中的时间管理服务是在综合了以往各类仿真中的时间管理技术的基础上提出来的,对于解决分布式仿真中消息的时序问题和保证仿真的正确执行具有十分重要的意义。
     时间管理服务是HLA/RTI中的核心技术,时间管理服务的基本原理和关键算法的研究是当前分布式仿真领域公认的热点和难点问题。特别是随着分布式仿真规模的不断扩大,时间管理服务的实际应用也受到了空前的挑战。
     本文重点针对大规模分布式仿真环境下高效的时间管理服务展开研究,其重要贡献在于从理论和实现等方面系统地研究了IEEE 1516标准中时间管理服务的基本原理、关键算法和在基于CORBA(Common Object Request Broker Architecture)的层次式RTI(Runtime Infrastructure)软件StarLink+中的具体实现机制。
     最大可用逻辑时间GALT(Greatest Available Logical Time)在HLA 1.3中被称之为LBTS(Lower Bound Time Stamp),是实现时间管理服务的关键。本文针对GALT算法中可能存在的死锁问题,系统地分析了GALT的计算要素,剖析了相关算法的局限性,揭示了死锁产生时系统所特有的规律,提出了两种无死锁的GALT算法,即身高测量法1和身高测量法2,并从理论上对算法的正确性进行了证明。身高测量法为正确实现遵循IEEE 1516标准的时间管理服务提供了可靠保证。
     HLA中的乐观推进机制来源于并行离散事件仿真PDES(Parallel Discrete Event
     Simulation),但又有所不同。本文针对乐观推进机制中回卷管理复杂低效的问题,在深入研究PDES和HLA两种乐观推进机制的基础上,对两种不同的推进机制进行了分析和比较,描述了它们之间的重要差异,给出了仿真应用程序的开发方法,提出了不需要RTI做任何保存操作的“零保存”机制。“零保存”机制大大地简化了RTI中时间管理服务的实现。
     层次式体系结构的RTI能够有效地降低时间管理服务的计算开销,为大规模仿真应用提供有效的支持。StarLink+的层次式体系结构包括中心RTI服务器、局部RTI服务器和盟员三个层次。本文针对大规模分布式仿真中时间管理服务可能带来的巨大开销,基于层次式RTI的体系结构,提出并实现了遵循IEEE 1516标准的“集中式”和“分布式”两套时间管理服务方案,并集成在同一个软件包中可供用户通过配置文件进行选择。本文详细地描述了两种时间管理实现方案中每个重要服务的实现算法。
     在集中式时间管理实现中,提出了基于“最小二元法”的双层RTI并行推进机制,盟员的时间推进由中心RTI服务器和局部RTI服务器协同完成,这种决策机制可有效地提高时间管理服务的决策效率。盟员在请求时间推进时,首先由所属的局
    
    国防科学技术大学研究生院学位论文
    部RTI服务器快速决策;若局部RTI服务器无法推进则由中心RTI服务器进行全面
    协调;中心Rl,1服务器拥有计算GALT的全部信息,中心Rl,1服务器通过“最小二
    元法”选取两个最小的盟员身高发送到局部RTI服务器,则局部RTI服务器即可计
    算出所有本地盟员的GALT。
     在分布式时间管理实现中,提出了可由局部RTI服务器独立计算GALT的分布
    并行推进机制。盟员的时间推进由局部Rl,1服务器独立完成,中心Rl,I服务器并不
    参与时间管理服务的决策功能,每个局部RTI服务器只相当于其它局部RTI服务器
    的一个普通盟员,这种决策机制可有效地减少GALT计算时各个局部RTI服务器之
    间的通信开销,为实现使用HLA时间管理服务的大规模分布式仿真应用提供有效
    保证。
     论文通过各种试验对StarLink十的时间管理服务进行了系统的测试,结果表明:
    StarLink+时间管理服务的功能完全,性能优良,支持大规模仿真应用,具有跨路由
    和广域网运行能力。特别重要的是,starLink十的时间管理服务已经在由1 800个盟员
    构成的仿真系统中成功地得到了检验。
     本文提出的关键算法和实现机制对于其它RTI软件的研究同样具有重要的参考
    价值。
    关键词:高层体系结构,运行支撑平台,CORBA,时间管理服务,最大可用逻辑时
     间,身高测量法,零保存
    第11贡
High Level Architecture (HLA) is a distributed modeling and simulation standard put forward by American Department of Defense, which is used to facilitate interoperability and reuse of various models and simulations among themselves and with C4I-systems. HLA was adopted as the IEEE 1516 standard in September 2000. Time Management services in HLA is brought forward on the basis of all kinds of former time management technologies. The main goal of time management services is used to resolve time stamp order of messages in a distributed simulation, and ensures that the simulation can be executed correctly.Time management services is the critical technology in HLA/RTI, while the research on the principles and key algorithms in time management services is a well-known important and intractable problem in present modeling and simulation area. Especially with the frequent rise of simulation scales, the actual application of time management services is also meeting an unprecedented challenge.The objective of the dissertation is to study the efficient time management services for large-scale distributed simulations. The major contributions of this thesis focuses on the principles and key algorithms in time management services according to the IEEE 1516 standard, and the implementation mechanisms in a hierarchical RTI (Runtime Infrastructure) software named StarLink+ based on CORBA (Common Object Request Broker Architecture).It is most important for GALT (Greatest Available Logical Time) algorithm to implement time management services which is also called LBTS (Lower Bound Time Stamp) in HLA 1.3. In order to resolve the deadlock which may exist in a GALT algorithm, this thesis systematically analyzes the factors of GALT computation, anatomizes a few of algorithms' shortages, reveals some important conclusions about the deadlock, and Two GALT algorithms without deadlock are put forward, which are called stature-measuring I and stature-measuring II. The correctness of the two algorithms are also proved, and they can exactly provide reliable technology support to develop time management services according to IEEE 1516.The optimistic advancing mechanism in HLA originally comes from PDES (Parallel Discrete Event Simulation), but they are not always the same. In order to resolve the complicated implementation of rollback mechanism with low efficiency, this thesis analyzes and compares the two different optimistic advancing mechanisms in PDES and HLA, reveals some important differences between them, explains the programming method for a simulation application and the Zero-Saving mechanism without saving any operations in a RTI is proposed. The Zero-Saving mechanism can simplify the development of time management services in a RTI greatly.A hierarchical RTI can effectively decrease the computation expenditure in time
    
    management services, and support the large-scale simulations. The hierarchical architecture in StarLink+ is composed of three levels that are the central RTI server (CRTI), the local RTI servers (LRTI), and the joined federates. In order to resolve the great expenditure in time management services for large-scale simulations, this thesis proposes and implements two schemes in time management services according to IEEE 1516 standard based on the hierarchical RTI architecture. One is the central scheme and the other is the distributed scheme. The dissertation also describes the algorithms of all important time management services in the two schemes in details.The double-level parallel advancing technology based on the two least elements is put forward in the central scheme. Time advancement is controlled by the central RTI server and all local RTI servers, and the technology can greatly enhance the decision-making efficiency. When a joined federate requests to advance time, its local RTI server firstly makes rapid decision and decides whether the joined federate can be granted to advance logical time. If the local RTI server suspends the request, the central RTI server must dispose the request globally. As it has all informa
引文
[1] IEEE Standard for Modeling and Simulation (M&S) High Level Architecture(HLA)—Framework and Rules(IEEE Std 1516-2000).USA:The Institute of Electrical and Electronics Engineers, Inc., 2000.12
    [2] IEEE Standard for Modeling and Simulation (M&S) High Level Architecture(HLA)—Federate Interface Specification(IEEE Std 1516.1-2000).USA:The Institute of Electrical and Electronics Engineers, Inc.,2001.3
    [3] IEEE Standard for Modeling and Simulation (M&S) High Level Architecture(HLA)—Object Model Template (OMT) Specification(IEEE Std 1516.2-2000).USA:The Institute of Electrical and Electronics Engineers, Inc.,2001.3
    [4] IEEE Recommended Practice for High Level Architecture(HLA) Federation Development and Execution Process (FEDEP)(IEEE Std 1516.3-2003).USA:The Institute of Electrical and Electronics Engineers, Inc.,2003.4
    [5] RTI 1.3-Next Generation Programmer's Guide Version 4. Defense Modeling and Simulation Office. http://www.dmso.mil
    [6] http://www.dmso.mil, 2004
    [7] http://www.dmso.mil/public/transition/hla/techspecs, 2004
    [8] http://www.sisc.org, 2003
    [9] Pearson MW, Littin RH, McWha JAD, Cleary JG. Applying Time Warp to CPU Design. http://citeseer.nj.nec.com/pearson97applying.html, 1997
    [10] Hybrid Time Warp (HYT): A Protocol for Parallel Database Transaction Management. http://citeseer.nj .nec.corn/172453.html, 2002
    [11] http://www.ieee.org/portal/index.jsp, 2004
    [12] http://www.pitch.se/prti 1516/default.asp, 2003
    [13] Douglas Haanpaa, Charles Jacobus. Using OpenSkies to Implement Multi-Level Security in a Mixed HLA/DIS Environment. http://www.openskies.net/files/ Openskies, February, 2003
    [14] 凌云翔.基于HLA/RTI分布交互式仿真系统的体系结构及其时间管理的研究与实现[博士学位论文].国防科技大学研究生院,1999
    [15] 邱晓刚,黄柯棣.分布仿真的时间推进机制:HLA 时间管理服务.系统工程与电子技术,1999,21(4):55~59
    [16] 柴旭东,李伯虎.高层体系结构HLA/RTI及其实现综述.系统仿真学报,1999,11(2):92~96
    
    [17] 姚新宇,黄柯棣.基于HLA时间管理的实时时间控制和乐观时间同步算法设计.国防科技大学学报,1999,21(6):84~87
    [18] 欧阳伶俐,宋星,卿杜政,郝江波,SE锦.HLA时间管理与PDES仿真算法研究.系统仿真学报,2000,12(3):237~240
    [19] 张龙,尹文君,柴旭东,刘民.RTI系统时间管理算法研究.系统仿真学报,2000,12(5):494~498
    [20] 黄健,黄柯棣.HLA中的时间管理.计算机仿真,2000,17(4):69~73
    [21] 黄树彩,李为民,刘兴堂.高层体系结构的时间管理技术.空军工程大学学报,2000,1(2):64~68
    [22] 陈凌云,姜振东.HLA/RTI中时间管理服务研究.指挥技术学院学报,2001,12(6):63~67
    [23] 钟海荣,王召福,金士尧,刘晓建.基于组播组的联邦时间推进策略.系统仿真学报,2003,15(3):417~420
    [24] 翟永翠,程健庆.HLA中时间管理及对实时仿真改善方法的研究.计算机仿真,2003,20(8):144~147
    [25] 姚益平.高性能分布式交互仿真运行支撑平台关键技术研究[博士学位论文].国防科技大学研究生院,2003
    [26] http://www.mak.com/rti.htm,2003
    [27] http://www.cc.gatech.edu/computing/pads/fdk.html, 2000
    [28] http://perso.wanadoo.fr/dominique.canazzi/dominique.htm, 2000.11
    [29] http://www.nongnu.org/certi/, 2004
    [30] http://bacon.gmu.edu/rti/,1997
    [31] HAO JG, Huang J. Implementation Architecture of KD-RTI. System Modeling & Simulation, 2002,1 (1):48~52
    [32] Aronson J. The STOW-97 system architecture and implementation design. Technical Report CDRL:A005. http://www.stow.com, 1996
    [33] 卿杜政,李伯虎.HLA运行支撑框架(SSS-RTI)的研究与开发.系统仿真学报,2000,12(5):490~493
    [34] 姚益平,时向泉,万江华.HLA/RTI的研究与实现.系统仿真学报,2000,12(4):364~366
    [35] CORBA.http://www.corba.org,2003
    [36] 姚益平,卢锡城,王怀民.层次式RTI服务器的设计与实现.计算机学报,2003,26(6):716~721
    [37] Fujimoto RM. Time Management in the High Level Architecture. http://www.cc.gatech.edu/computing/pads/papers.htrnl, 2000
    [38] Fujimoto RM. Parallel and distributed simulation systems. In: Peters BA, Smith JS, Medeiros DJ, Rohrer MW, eds. Proceedings of the 2001 Winter Simulation Conference, 2001. 147~157
    
    [39] Chandy KM, Misra J. Distributed Simulation: A Case Study in Design and Verification of Distributed Programs. IEEE Transactions on Software Engineering, 1979,5(5):440~452
    [40] Lin YB, Lazowska ED. Exploiting Lookahead in Parallel Simulation. IEEE Transactions on Parallel and Distributed Systems, 1990,1 (4):457~469
    [41] Fujimoto RM. Lookahead in Parallel Discrete Event Simulation. 1988 International Conference on Parallel Processing, Vol. Ⅲ, pp. 34-41, August 1988
    [42] Lamport L. Time, clocks, and the ordering of events in a distributed system. Communications of the ACM, 1978,21 (7):558~565
    [43] Maekawa M, Oldehoeft AE, Oldehoeft RR. Operating Systems. The Benjamin/Cummings Publishing Company, INC. 1987
    [44] 苏运霖.分布式系统与分布式算法.广州:暨南大学出版社,1993.1
    [45] 尹俊文,邹鹏,王广芳.分布式操作系统.长沙:国防科技大学出版社,2000.5
    [46] 吴杰,高传善.分布式系统设计.北京:机械工业出版社,2001.1
    [47] Tanenbaum AS, Steen MV. Distributed Systems—Principles and Paradigms. Prentice Hall PTR. Upper Saddle River, NJ 074584,2002
    [48] Fujimoto RM. HLA Time Management: Design Document. August 1996. http://www.cc.gatech.edu/computing/pads/papers.html
    [49] Carothers CD, Weatherly RM, Fujimoto RM, Wilson AL. Design and implementation of HLA time management in the RTI version F.0. In: Proceedings of the 1997 Winter Simulation Conference. 1997. 373~380
    [50] Cramp A, Best JP. Time Management in Hierarchical Federation Communities. 2002 Fall Simulation Interoperability Workshop, 02F-SIW-031.pdf. 2002
    [51] Kuhl F, Weatherly R, Dahmann J. Creating Computer Simulation Systems: an Introduction to the High Level Architecture. Prentice Hall PTR. Upper Saddle River, NJ 074584,1999
    [52] 付正军,王永红,戴绍强.计算机仿真中的HLA技术(为上一条目的中文翻译本).北京:国防工业出版社,2003.6
    [53] USJFCOM. Millennium Challenge 02. http://www.jfcom.mil/about/experiments/ mc02.htm, 2002
    [54] USJFCOM. Largest military experiment ends. http://www.jfcom.mil/newslink/ storyarchive/2002/pa081502.htm, 2002
    [55] http://mil.fjii.com/2002-09-25/2848.htm
    [56] http://www.pladedly.com.cn/gb/pladaily/2002/07/30/20020730001142_Today News.html
    [57] Ceranowicz A, Torpey M, Helfinstine B, Evans J, Hines J. Reflections on Building the Joint Experimental Federation. http://www.iitsec.org/authordir/2002 MS Reflections%20on%20...Federation.PDF
    
    [58] Pullen M, Myjak M, Bouwens C. Limitations of Intemet Protocol Suite for Distributed Simulation in the Large Multicast Environment. 1999. http://www.faqs.org/rfcs/rfc2502.html
    [59] http://www.pds.its.tudelft.nl/~epema/ASCIa9-papers/iskra.pdf, 2003
    [60] Standards Committee on Interactive Simulation(SCIS). IEEE Standard for Distributed Interactive Simulation—Application Protocols (IEEE Std 1278.1-1995). USA: The Institute of Electrical and Electronics Engineers, Inc., 1996
    [61] Simulation Interoperability Standards Committee. http://www.sisostds.org/ stdsdev/sisc/, 2003
    [62] Computer Simulation Standards. http://standards.ieee.org/catalog/olis/compsim. html, 2003.10
    [63] Wei S. QoS/Policy/Constraint Based Routing. http://www.mythdragon.com/QoS/ documents/QOS-Policy-Constraint%20Based%20Routing.htm, 2003
    [64] Furuichi M, Mizuno M, Miyata H. Performance Evaluation Model of HLA-RTI and Evaluation Result of eRTI. 1997 Fall Simulation Interoperability Workshop, 97F-SIW-187.pdf. 1997
    [65] 刘步权,王怀民,姚益平.RTI中乐观推进机制的实现.软件学报, 2004.15(3):338-347.http://www.jos.org.cn/1000-9825/15/338.htm
    [66] http://sdc.dmso.mil/,2002
    [67] 赵沁平,吴威,梁晓辉等.分布式虚拟环境DVENET研究进展.系统仿真学报,2003,15f增刊1:1~7
    [68] http://www.pitch.se/prti/default.asp, 2002
    [69] Myjak MD, Clark D, Lake T. "RTI Interoperability Study Group Final Report." In Procs. of 1999 Fall Simulation Interoperability Workshop, paper no. 99F-SIW-001, Orlando Florida, USA, Sept. 1999
    [70] 郝建国,赵兴锋,黄健,黄柯棣.高层体系结构多联邦互连技术研究.系统仿真 学报,2002,14(6):714~717
    [71] Cramp A, Oudshoorn M, Best J. Hierarchical Federation Communities for Systems of Systems Simulation. 2003. http://www.consec.com.au/simtect/abstracts.html?cortfid=STT2003
    [72] Myjak MD, Sharp ST. "Implementations of Hierarchical Federations." In Procs. of 1999 Fall Simulation Interoperability Workshop, paper no. 99F-SIW-180, Orlando Florida, USA, Sept. 1999
    [73] Douglas D. Wood and Mikel D. Petty. "HLA Gateway 1999." in Procs. of 1999 Spring Simulation Interoperability Workshop, paper no. 99S-SIW-051, Orlando Florida, USA, March 1999
    [74] Magee G, Shanks G, Hoare P. "Hierarchical Federations", In Procs. of 1999 Spring Simulation Interoperability Workshop, paper no. 99F-SIW-085, Orlando Florida, USA, March 1999
    [7
    
    [75] Cai WT, Turner SJ. Hierarchical Federations: An Architecture for Information Hiding. Proceedings of the fifteenth workshop on Parallel and distributed simulation. USA:IEEE Computer Society. 2001.67~74
    [76] http://www.ctiin.com.cn/zwnew/znews/20001120znew05.htm, 2000
    [77] http://www.863.org.cn/863_95/indust/ind24.html, 2002
    [78] 中国计算机报.http://media.ccidnet.com/media/ciw/1263/d2003.htm, 2003.11
    [79] Jefferson DR. Virtual time. ACM transactions on programming languages and systems, 1985,7(3):404~425
    [80] 汤再江,李斌.分布式虚拟环境中时间一致性研究.系统仿真学报(增刊),2001,13(11):187-189
    [81] Chandy KM, Misra J. Distributed Deadlock Detection. ACM Transactions on Computer Systems. 1983,1(2): 144~156
    [82] Ho CS, Ramamoorthy CV. Protocols for Deadlock Detection in Distributed Database Systems. IEEE Transactions on Software Engineering SE-8, 1982,6:554~557
    [83] Isloor SS, Marsland TA. System Recovery in Distributed Databases. Proceedings of lEEE COMPSAC 79. 421~426
    [84] Kohler WH. A Survey of Techniques for Synchronization and Recovery in Decentalized Computer Systems. ACM Computer Surveys 13, 2, 149~183
    [85] Lomet DB. Process Structuring, Synchronization, and Recovery Using Atomic Actions. ACM SIGPLAN Notices 12, 3, 128~139
    [86] Fujimoto RM. Parallel and distributed simulation systems. In: Zomaya AY, eds. USA: John Wiley & Sons, Inc. 2000
    [87] Fujimoto RM. Zero Lookahead and Repeatability in the High Level Architecture. 1997 Spring Simulation Interoperability Workshop, March 1997
    [88] Riley GF, Fujimoto R, Ammar MH. Network Aware Time Management and Event Distribution, College of Computing Georgia Institute of Technology Atlanta, 1999.11
    [89] Fujimoto RM, Hybinette M. Computing Global Virtual Time in Shared Memory Multiprocessors. ACM Transactions on Modeling and Computer Simulation, 1997,7(4):425~446
    [90] https://www.dmso.mil/public/dod/amg/, 2004
    [91] 视景仿真论坛.HLA的时间推进机制. http://vrforum.cn/viewthread.Php?tid=2850, 2004
    [92] Carothers C, Perumalla K, Fujimoto RM. Efficient Optimistic Parallel Simulations using Reverse Computation," ACM TOMACS, 2000. http://www.cc.gatech.edu/computing/pads/papers.html
    [9
    
    [93] Das SR, Fujimoto RM. Adaptive Memory Management and Optimism Control in Time Warp. ACM Transactions on Modeling and Computer Simulation. 1997,7(2):239~271
    [94] Das SR, Fujimoto RM. An Empirical Evaluation of Performance-Memory Trade-offs in Time Warp. IEEE Transactions on Parallel and Distributed Systems, 1997,8(2):210~224
    [95] Krishna CM, Shin KG. Real-time Systems. USA: The McGraw-Hill Companies, Inc. 1997
    [96] http://www.863.org.cn/863_95/indust/ind24.html, 2002
    [97] 国防科技大学计算机研究所.分布计算软件平台StarBus参考手册,2001
    [98] http://www.service-architecture.com/web-services/articles/omg_interface_definiti on_language_idl.html, 2003
    [99] http://citeseer.nj.nec.com/chu96zerocopy.html, 1996
    [100] 梁健.零拷贝技术研究与实现.http://www.juntuan.net/shownews.asp? NewsID=1310, 2003
    [101] About the Object Management Group. http ://www.omg.org/gettingstarted/ gettingstartedindex.htm, 2003
    [102] Object Management Group. Modeling and Simulation (MfgSIM) Working Group. http://mfg.omg.org/mfgsim.htm, 2002
    [103] Object Management Group. History of CORBA. http://www.omg.org/ gettingstarted/history_of_corba.htm, 2003
    [104] Klefstad R, Krishna AS, Schmidt DC. Design and Performance of a Modular Portable Object Adapter for Distributed, Real-Time, and Embedded CORBA Applications. The 4th International Symposium on Distributed Objects and Applications, Irvine, CA, October-November, 2002
    [105] http://www4.informatik.uni-erlangen.de/~geier/corba-faq/obj-refs-details.html
    [106] OMG IDL: Details. http://www.omg.org/gettingstarted/omg_idl.htm, 2003
    [107] OMG/ISO Standards. http://www.corba.org/standards.htm, 2004.2
    [108] A. L. Wilson and R. M. Weatherly, The Aggregate Level Simulation Protocol: An Evolving System, In 1994 Winter Simulation Conference Proceedings, pp. 781-787, December 1994
    [109] http://alsp.ie.org/alsp/, 2004.2
    [110] http://www.cs.wustl.edu/~schmidt/TAO-users.html, 2002.7
    [111] Pyarali I, O'Ryan C, Schmidt DC. Patterns for Efficient, Predictable, Scalable, and Flexible Dispatching Components. http://jerry.cs.uiuc.edu/~plop/plop2k/proceedings/Pyarali/Pyarali.pdf, 2000
    [112] Loyall JP, Atlas AK, Schantz RE. Flexible and Adaptive Control of Real-Time Distributed Object Computing Middleware. http://citeseer.nj.nec.com/loyal199flexible.html, 1999
    [1
    
    [113] O'Ryan C, Schmidt DC, Levine D. Applying a Scalable CORBA Events Service to Large-scale Distributed Interactive Simulations. In Proceedings of the 5 Workshop on Object-oriented Real-time Dependable Systems, (Montery, CA), IEEE, Nov. 1999
    [114] Hoare P, Magee G, Moody I. The Development of a Prototype HLA Runtim Infrastructure [RTI-Lite] Using CORBA. 1997 Summer Computer Simulation Conference. 1997. 573~578
    [115] Fujimoto R, Hoare P. HLA RTI Performance in High Speed LAN Environments. http://www.cc.gatech.edu/computing/pads/PAPERS/HLA_RTI_Performance in High_Speed_Lan_Environments.pdf, 1999
    [116] Reliable Multicast in the STOW RTI Prototype. http://www.wolfpup.org/97S-SIW-paper/97-SIW-119.html
    [117] Pullen JM. The IETF, Reliable Multicast, and Distributed Simulation. http://bacon.gmu.edu/rti/papers/98S-SIW-208.html
    [118] 廖利云,龚光红.组播技术及其在RTI通信中的应用.系统仿真学报,2003,15(7):1021~1023
    [119] 周彦,戴剑伟.HLA仿真程序设计.北京:电子工业出版社,2002.6
    [120] http ://www.dmso.mil/public/library/proj ects/hla/rti/DoD_interps_ 1516_Release_2.doc, 2003
    [121] http://www.omg.org/technology/documents/formal/naming_service.htm, 2003
    [122] 刘铸.HLA/RTI中联盟保存恢复与记录回放机制的研究与实现[硕士学位论文].国防科技大学研究生院,2003
    [123] 周绥平,陈宗基.分布交互仿真的时空一致性.系统仿真学报,1996,8(3):6~13
    [124] Zhou S, Cai W, Lee FB. Consistency in distributed interactive application. In: Proceedings of the 2001 European Simulation Interoperability Workshop. London, UK, 2001
    [125] 陈磊,王海丽,周伯昭,姚新宇.导弹攻防对抗仿真的时空一致性研究.系统仿真学报,2001,13(5):634~636
    [126] http://www.cs.wisc.edu/~bodik/om2001/papers/carlos.pdf, 2001

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

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

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