王朝网络
分享
 
 
 

仿真建模与分析(第4版)(清华版双语教学用书)(清华版双语教学用书)

王朝导购·作者佚名
 
仿真建模与分析(第4版)(清华版双语教学用书)(清华版双语教学用书)  点此进入淘宝搜索页搜索
  特别声明:本站仅为商品信息简介,并不出售商品,您可点击文中链接进入淘宝网搜索页搜索该商品,有任何问题请与具体淘宝商家联系。
  参考价格: 点此进入淘宝搜索页搜索
  分类: 图书,计算机与互联网,计算机控制仿真与人工智能,计算机仿真,
  品牌: 劳尔(Law.A.M.)

基本信息·出版社:清华大学出版社

·页码:734 页

·出版日期:2009年09月

·ISBN:7302204063/9787302204060

·条形码:9787302204060

·包装版本:第1版

·装帧:平装

·开本:16

·正文语种:英语

·丛书名:清华版双语教学用书

产品信息有问题吗?请帮我们更新产品信息。

内容简介《仿真建模与分析(第4版)(清华版双语教学用书)》自1982年首次出版以来,在世界范围内得到广泛采用,被誉为仿真领域的“圣经”。最新版(第4版)对离散事件系统仿真研究的所有重要方面给出了综合性的最新论述,包括建模。仿真软件、模型校验和确认。输入建模,随机数发生器。随机变量与随机过程的产生。统计设计与仿真实验分析,以及像制造这一类主要工业领域的应用等。

编辑推荐《仿真建模与分析(第4版)(清华版双语教学用书)》是由清华大学出版社出版。

目录

Chapter 1 Basic Simulation Modeling

1.1 The Nature of Simulation

1.2 Systems, Models, and Simulation

1.3 Discrete-Event Simulation

1.3.1 Time-Advance Mechanisms

1.3.2 Components and Organization of a Discrete-Event Simulation Model

1.4 Simulation of a Single-Server Queueing System

1.4.1 Problem Statement

1.4.2 Intuitive Explanation

1.4.3 Program Organization and Logic

1.4.4 C Program

1.4.5 Simulation Output and Discussion

1.4.6 Alternative Stopping Rules

1.4.7 Determining the Events and Variables

1.5 Simulation of an Inventory System

1.5.1 Problem Statement

1.5.2 Program Organization and Logic

1.5.3 C Program

1.5.4 Simulation Output and Discussion

1.6 Steps in a Sound Simulation Study

1.7 Other Types of Simulation

1.7.1 Continuous Simulation

1.7.2 Combined Discrete-Continuous Simulation

1.7.3 Monte Carlo Simulation

1.8 Advantages, Disadvantages, and Pitfalls of Simulation

Appendix 1A: A Primer on Queueing Systems

1A.1 Components of a Queueing System

1A.2 Notation for Queueing Systems

1A.3 Measures of Performance for Queueing Systems

Problems

Chapter 2 Modeling Complex Systems

2.1 Introduction

2.2 List Processing in Simulation

2.2.1 Approaches to Storing Lists in a Computer

2.2.2 Linked Storage Allocation

2.3 A Simple Simulation Language: simlib

2.4 Single-Server Queueing Simulation with simlib

2.4.1 Problem Statement

2.4.2 simlib Program

2.4.3 Simulation Output and Discussion

2.5 Time-Shared Computer Model

2.5.1 Problem Statement

2.5.2 simlib Program

2.5.3 Simulation Output and Discussion

2.6 Multiteller Bank With Jockeying

2.6.1 Problem Statement

2.6.2 simlib Program

2.6.3 Simulation Output and Discussion

2.7 Job-Shop Model

2.7.1 Problem Statement

2.7.2 simlib Program

2.7.3 Simulation Output and Discussion

2.8 Efficient Event-List Manipulation

Appendix 2A: C Code for simlib

Problems

Chapter 3 Simulation Software

3.1 Introduction

3.2 Comparison of Simulation Packages with Programming Languages

3.3 Classification of Simulation Software

3.3.1 General-Purpose vs. Application-Oriented Simulation Packages

3.3.2 Modeling Approaches

3.3.3 Common Modeling Elements

3.4 Desirable Software Features

3.4.1 General Capabilities

3.4.2 Hardware and Software Requirements

3.4.3 Animation and Dynamic Graphics

3.4.4 Statistical Capabilities

3.4.5 Customer Support and Documentation

3.4.6 Output Reports and Graphics

3.5 General-Purpose Simulation Packages

3.5.1 Arena

3.5.2 Extend

3.5.3 Other General-Purpose Simulation Packages

3.6 Object-Oriented Simulation

Chapter 4 Review of Basic Probability and Statistics

4.1 Introduction

4.2 Random Variables and Their Properties

4.3 Simulation Output Data and Stochastic Processes

4.4 Estimation of Means, Variances, and Correlations

4.5 Confidence Intervals and Hypothesis Tests for the Mean

4.6 The Strong Law of Large Numbers

4.7 The Danger of Replacing a Probability Distribution by its Mean

Appendix 4A: Comments on Covariance-Stationary Processes

Problems

Chapter 5 Building Valid, Credible, and Appropriately Detailed Simulation Models

5.1 Introduction and Definitions

5.2 Guidelines for Determining the Level of Model Detail

5.3 Verification of Simulation Computer Programs

5.4 Techniques for Increasing Model Validity and Credibility

5.4.1 Collect High-Quality Information an Data on the System

5.4. Interact with the Manager on a Regular Basis

5.4.3 Maintain a Written Assumptions Document and Perform a Structured Walk-Through

5.4.4 Validate Components of the Model by Using Quantitative Techniques

5.4.5 Validate the Output from the Overall Simulation Model

5.4.6 Animation

5.5 Management's Role in the Simulation Process

5.6 Statistical Procedures for Comparing Real-World Observations and Simulation Output Data

5.6.1 Inspection Approach

5.6.2 Confidence-Interval Approach Based on Independent Data

……

Chapter 8 Generating Random Variates

Chapter 9 Output Data Anlaysis for a Single System

Chapter 10 Comparing Alternative System Configurations

Chapter 11 Variance-Reduction Techniques

Chapter 12 Experimental Design and Optimization

Chapter 13 Simulation of Manufacturing Systems

Appendix

References

……[看更多目录]

序言仿真建模与分析(Simulation Modeling&Analysis)的第四版问世了。正如作者在序言中所言,与第三版一样,第四版对离散事件系统仿真研究的所有重要方面给出了综合性的最新论述,包括建模、仿真软件、模型校验和确认、输入建模、随机数发生器、随机变量与随机过程的产生、统计设计与仿真实验分析,以及像制造这一类主要工业领域的应用等。

那么,第四版的内容有何新变化和新特点呢?较之第三版,第四版基本保持了第三版的体系结构,因而仍具有第三版的许多特点,但在内容上做了许多调整。所有章节的相关内容的最新进展均得到补充,给出了最新论述和结果,各章的习题也做了相应的调整和补充,其中主要包括:

(1)将第三版中所有FORTRAN程序删除了,以反映当前主流编程语言是c语言这样一种情况,使相关章节变得更为简练。对FORTRAN仍感兴趣的读者,可以从www.mhhe.com/Law网址下载相关代码。

(2)对仿真软件的介绍进行了重新改写,以反映第三版以来,国际上流行的几种仿真软件如Arena、Extend等的最新进展。

(31近些年来,模型的校验、验证及确认技术(VV&A)得到广泛的注意并取得了许多进展,因此作者对该部分进行了重新编写,例如,第四版大大扩充了关于如何由仿真模型的输出数据来确定仿真模型的有效性,包括与已有系统的输出进行比较、与专家的意见比较,以及与其它模型进行比较等技术。

(41关于随机数发生器,第四版详细讨论了反馈移位寄存器发生器(第三版称为Tausworthe发生器)的实现,包括LFSR.、GFSR以及TGFSR等。

(5)关于随机变量的产生,第四版增加了一种新舍选法一一均匀比法(ratio-of-uniforms method)。

(61在多系统比较方面,第四版修订了排序及选择程序(ranking and selection procedure),以允许公共随机数(CRN)用于跨系统配置等,对基于公共随机数的方差减少技术的实现给出了更为详细且实用的讨论。

文摘插图:

仿真建模与分析(第4版)(清华版双语教学用书)(清华版双语教学用书)

Figure 2.8 shows init_model, which begins by setting the num_custs_delayed counter to 0 for the number of delays observed. The first arrival event is then sched-uled by invoking event_schedule with the desired event time (a float) as the first ar-gument and the event type (an int) as the second argument; note that adding sire_time to the generated exponential interarrival time in the first argument is not strictly necessary here since sim_time is now zero, but we write it this way to show the general form and to emphasize that the first argument of event_schedule is the (absolute) time in the simulated future when the event is to occur, not the interval of time from now until then. In Chap. 1 wehad to set the time of impossible events to(actually, 1030), but now we simply leave them out of the event list, ensuring that they cannot be chosen to happen next. Thus, we just do not schedule a departure event at all here.

In Fig. 2.9 is the code for event function arrive, which begins by using event_schedule to schedule the next arrival event, in a manner similar to that in init_model (here, adding sim_time to the generated exponential interarrival time is necessary since sim_time will be positive). We then check to see whether the server is busy, by asking whether the server list contains a (dummy) record; this is done by checking whether list_size[LIST_SERVER] is equal to 1. If so, the arriving cus- tomer must join the end of the queue, which is done by placing the time of arrival (the current clock value, sim time) into the first location of the transfer array, and by filing this record at the end (option = LAST = 2) of the queue list (list = LIST_QUEUE = 1). Note that we do not have to check for overflow of the queue here since simlib is automaticallyallocating storage dynamically for the lists as it is needed. On the other hand, if the server is idle, the customer experiences a delay

……[看更多书摘]

 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
>>返回首页<<
推荐阅读
 
 
频道精选
 
更多商品
公司法理论与实务(法学专业民商法学方向课程与技能课程系列教材)
仲裁法学(法学专业民商法学方向课程与技能课程系列教材)
政治观念史稿卷6:革命与新科学(西方传统经典与解释)(Revolution and the new science)
保险中介相关法规制度汇编(1998-2009)
Visual Basic.NET程序设计案例教程(中国高等院校计算机基础教育课程体系规划教材)
电子商务概论(高等学校电子商务专业规划教材)
光纤通信原理(第2版)(普通高等院校电子信息类系列教材)
ASP.NET应用与开发技术教程(21世纪高等学校计算机规划教材)
Bifing比菲-合金韩版项链毛衣链--镂空满钻米奇
计算机系统与网络技术学习指导与习题解析(高等院校计算机基础综合应用能力培养规划教材)
 
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有