数据结构课设电梯模拟——绝对原版,给我好评啊(外国英文资料).doc

数据结构课设电梯模拟——绝对原版,给我好评啊(外国英文资料).doc

  1. 1、本文档共39页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
数据结构课设电梯模拟——绝对原版,给我好评啊(外国英文资料)

数据结构课设电梯模拟——绝对原版,给我好评啊(国外英文资料) / * 10, elevator simulation (5) See the internship section of the problem set, P102 2.8 Added: the Weight of the lift, the time-spent time (30t) for each layer. People: random, assuming that every once in a certain time (n seconds) randomly generated (n seconds later to see if there is another person also is random), in which he is randomly generated the various states. Elevator: just as in real life: when it is on the rise, the person who passes the floor will not open the elevator Algorithm thought: the elevator of the stack is allowed to jump the queue (going together is the person who is) tree, queue is also can jump the queue (people together to peer), If he is impatient with waiting, leave it out. * / # include stdio, h # include stdlib. H H # include map. # define ElemType Personp # define Height 5 / / level Height / / # define Weight 15 / / lift is the maximum Weight # define T 0.1 / / the unit of analog clock (1 for 0.1 second) Double rectime = 0; Typedef struct { Int num. / / mark the persons name Int now; / / the current floor Int des; Double patience; / / maximum wait time (from the elevator door to the elevator) } Person, * Personp; # define open 20 * T / / the time needed for the elevator The time required by the # define close 20 * T / / the elevator # define search 40 * T / / each time that someone passes an elevator # define speed 30 * T / / # define walk 25 * T / / the time it takes to get through the elevator The # define wait 300 * T / / elevator wait time, go beyond that to the first floor The # define per 100 * T / / randomly generates one person at a time / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / stack (the first element is empty) Typedef struct node { ElemType date; Struct node * next; } SNode, * Stackp; / / stack Void InitStack (Stackp top) / / set up the stack (operator and number Shared) { SNode *) malloc (sizeof); Top - next

文档评论(0)

jgx3536 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:6111134150000003

1亿VIP精品文档

相关文档