Description: 设计一个6层电梯控制器。电梯控制器是按照乘客的要求自动上、下的装置。
1、每层电梯入口处设置上下请求开关,电梯内设有顾客到达层次的停站请求开关。
2、设有电梯所处位置指示装置以及电梯运行模式(上升或者下降)指示装置。
3、电梯每秒升降一层楼。
4、电梯到达有停站请求的楼层,经过1秒电梯门打开,开门4秒后,电梯门关闭(开门指示灯灭),电梯继续运行,直至执行完最后一个请求信号后停留在当前层。
5、电梯能记忆电梯内外所有请求信号,并按照电梯运行规则按顺序响应,每个请求信号保留至有电梯响应后消除。
6、初始状态为一层开门,第一层不用向下开关,最高层不用向上开关。
7、电梯运行规则:当电梯上升时,只响应比电梯所在位置高的上楼请求信号,由下而上逐个执行,直到最后一个上楼请求执行完毕;如果高层有下楼请求,则直接升到下楼请求的最高楼层,然后进入下降模式。当电梯处于下降模式时与上升正好相反。
-design of a six-story elevator controller. Elevator Controller in accordance with the requirements of passengers automatically, the device. 1, installed on each floor elevator entrance next request switches, elevator begins to reach the level of customer stops request switch. 2, the location of elevator and escalator installations instructions operation mode (up or down) device instructions. 3, Elevator per second floor landing. 4, the lift reached a request stops floors seconds after an elevator doors open door four seconds later, elevator doors closed (to open the door to eliminate light), the continued operation of the lift, End until the implementation of the final request for a signal to stay in the current layer. 5, the lift will lift internal and external memory signal to all reques Platform: |
Size: 1808 |
Author:zheng |
Hits:
Description: 电梯仿真系统设计(包含设计文档和源代码),利用多线程技术实现个电梯载客的仿真情况。-elevator simulation system design (including the design documents and source code), the use of multi-threading technology to achieve lift capacity of the simulation. Platform: |
Size: 325632 |
Author:王锷 |
Hits:
Description: 该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指示灯,开关门要有声响提示 每层楼高度为0.30米,楼层全高1.5米-the contents of this document is to design a five-storey building in the lift control device on each floor under the requirements necessary to control the upper and lower control buttons located buttons and lights, all floors can provide a current show floor elevator door keys internal switches on each floor of buttons and lights, switches doors have audible alert signal height of each floor 0.30 meters, the entire floor 1.5 meters high Platform: |
Size: 2048 |
Author:文秀 |
Hits:
Description: 这是个实现电梯问题的算法,包含了类的设计,和算法的实现-This is a realization of the elevator algorithm, the category includes the design, and algorithm implementation Platform: |
Size: 3072 |
Author:台红按 |
Hits:
Description: [问题描述]
设计一个电梯模拟系统。这是一个离散的模拟程序,因为电梯系统是乘客和电梯等
“活动体”构成的集合,虽然他们彼此交互作用,但他们的行为是基本独立的。在离散的模拟中,以模拟时钟决定每个活动体的动作发生的时刻和顺序.系统在某个模拟瞬间处理有待完成的各种事情,然后把模拟时钟推进到某个动作预定要发生的下一个时刻。
[基本要求]
(1) 模拟某校五层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。五个楼层由下至上依次称为地下层、第一层、第二层、第三层和第四层,其个第一层是大楼的进出层,即是电梯的“本垒层”,电梯“空闲”时,将来到该层候命。
(2) 乘客可随机地进出于任何层。对每个入来说,他有一个能容忍的最长等待时间,一旦等候电梯时间过长,他将放弃。
(3) 模拟时钟从0开始,时间单位为0.1秒。人和电梯的各种动作均要耗费一定的时间单位(简记为t),比如:
有人进出时,电梯每隔40t测试一次,若无人进出,则关门。
关门和开门各需要20t
每个人进出电梯均需要25t
如果电梯在某层静止时间超过300t,则驶回1层候命。
(4) 按时序显示系统状态的变化过程:发生的全部人和电梯的动作序列。-[Problem description : design an elevator simulation system. This is a discrete simulation program, because the lift system for passengers and elevators "body" form of assembly, Although the interaction between them, but their behavior is a basic independent. The discrete simulation, simulation clock to decide on the activities of each of the action takes time and sequence. A simulation system in an instant to be done to deal with the matter, then analog clock advance to a certain action is scheduled to take place the next time. [Basic requirements] (1) simulation of a school teaching floor of the five-story elevator system. Even with an escalator, will stay in the library. Five floors from the bottom to the lower deck were called, the first-, second-, third- and fourth layer, i Platform: |
Size: 49152 |
Author:孙锋志 |
Hits:
Description: 作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。 本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。 本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书-as the world's most widely used C program design classic materials, The book details the process-and object-oriented programming with the basic knowledge and methods, including the powerful C function, The latest properties and the new ANSI/ISO C Standard Library. Book through a large object-oriented (Elevator Simulation System) program design, Hundreds "Runtime" sample program, focusing on the use of UML for object-oriented design. Distribution in the various chapters of the "object" and "Case Analysis", "common programming errors", "good programming practice," "Exercises" and "exercises" and other characteristics of a very practical guide, not only can give the novice contact C programming experience real fun, bu Platform: |
Size: 21448704 |
Author:jiajian |
Hits:
Description: 设计一个6层电梯控制器。电梯控制器是按照乘客的要求自动上、下的装置。
1、每层电梯入口处设置上下请求开关,电梯内设有顾客到达层次的停站请求开关。
2、设有电梯所处位置指示装置以及电梯运行模式(上升或者下降)指示装置。
3、电梯每秒升降一层楼。
4、电梯到达有停站请求的楼层,经过1秒电梯门打开,开门4秒后,电梯门关闭(开门指示灯灭),电梯继续运行,直至执行完最后一个请求信号后停留在当前层。
5、电梯能记忆电梯内外所有请求信号,并按照电梯运行规则按顺序响应,每个请求信号保留至有电梯响应后消除。
6、初始状态为一层开门,第一层不用向下开关,最高层不用向上开关。
7、电梯运行规则:当电梯上升时,只响应比电梯所在位置高的上楼请求信号,由下而上逐个执行,直到最后一个上楼请求执行完毕;如果高层有下楼请求,则直接升到下楼请求的最高楼层,然后进入下降模式。当电梯处于下降模式时与上升正好相反。
-design of a six-story elevator controller. Elevator Controller in accordance with the requirements of passengers automatically, the device. 1, installed on each floor elevator entrance next request switches, elevator begins to reach the level of customer stops request switch. 2, the location of elevator and escalator installations instructions operation mode (up or down) device instructions. 3, Elevator per second floor landing. 4, the lift reached a request stops floors seconds after an elevator doors open door four seconds later, elevator doors closed (to open the door to eliminate light), the continued operation of the lift, End until the implementation of the final request for a signal to stay in the current layer. 5, the lift will lift internal and external memory signal to all reques Platform: |
Size: 2048 |
Author:zheng |
Hits:
Description: 模拟电梯运行的一个很好的小程序,完全实现的现实电梯的功能,并实现了很好的界面设计-Elevator simulation run a good small procedures, the full realization of the reality of elevator functions, and realize a good interface design Platform: |
Size: 817152 |
Author:刘红军 |
Hits:
Description: 电梯单台演示PLC程序,采用西门子STEP200硬件环境,梯形图编写,可实现8层电梯的简单功能,关于群控方面需要优化,对大学本科生毕业设计绰绰有余。-PLC elevator demo single procedure, using Siemens STEP200 hardware environment, and the preparation of ladder can realize a simple 8-storey elevator function, on the need for group control optimization, the design of university undergraduate students graduating from more than sufficient. Platform: |
Size: 8192 |
Author:PLC LIFER CONTROLLER |
Hits:
Description: 设计一个四层楼房全自动电梯控制电路,每层电梯入口设有上下请示开关各一个 VHDL语言 已测试-The design of a four-storey building in automatic elevator control circuits, each elevator entrance with upper and lower switches of the instructions have been tested a VHDL language Platform: |
Size: 17408 |
Author:fanshixuan |
Hits:
Description: 设计一个电梯模拟系统。主要用于实现-The design of a simulation system for elevators. Mainly used for the realization of Platform: |
Size: 65536 |
Author:柯南 |
Hits:
Description: 一篇关于电梯的毕业设计论文 写的很规范 很详细 有一定的参考价值-An article on the design of elevator graduation thesis is written in a very detailed specification of some reference value Platform: |
Size: 841728 |
Author:lc |
Hits:
Description: 利用单片机实现的控制电梯系统,参考2004年湖北省大学生电子设计竞赛原题设计。-Realize the use of single-chip control of elevator systems, a reference in 2004 in Hubei Province Undergraduate Electronic Design Contest Design the original title. Platform: |
Size: 52224 |
Author:朱浩慎 |
Hits:
Description: 本文旨在设计电梯控制的优化调度模型。
前期准备阶段通过对第一课室大楼电梯的运行情况和学生使用电梯的情况进行测
量、调查研究,得到建立模型的相关数据。
问题分析和建立模型阶段通过对实际情况作合理假设,将问题归结为:建立电梯优
化调度模型,使师生的不满意度达到最小.-The purpose of this paper the design of elevator control of the optimal scheduling model. The preparatory phase of the first classroom block the operation of elevators and lifts for use by students to conduct survey, investigation and study, get the relevant data for model building. Analysis and model-building stage of the actual situation through reasonable assumptions, the problem boils down to: To establish optimal scheduling model elevator, so that teachers and students are not satisfied with the degree of the smallest. Platform: |
Size: 65536 |
Author:csc |
Hits:
Description: 东北大学:电梯群控模糊派梯系统研究与设计-Northeastern University: elevator group control system fuzzy Pattison Research and Design Platform: |
Size: 2081792 |
Author:gpscar |
Hits:
Description: 设计一个电梯模拟系统,这是一个离散的模拟程序,因为电梯系统是乘客和电梯等”活动体”构成的集合,虽然它们彼此交互作用,但它们的行为是基本独立的.在离散的模拟中,以模拟时钟决定每一个活动体的动作发生的时刻和顺序,系统在某个模拟瞬间处理有待完成的各种事情,然后把模拟时钟推进到某个动作预定要发生的下一个时刻-Elevator design a simulation system, which is a discrete simulation program, because the elevator system and elevator passengers and other " physical activities" constitute a collection, although they interact with each other, but their behavior is a fundamental independent. In discrete simulation to simulate the activities of each of the clock decided to move the body and the order of the moment of its occurrence, the system in a simulation of the moment to deal with a variety of things to be done, and then the simulation clock advanced to an action scheduled to take place the next time Platform: |
Size: 490496 |
Author:caipan |
Hits:
Description: 针对电梯数据采集数目较多和数据处理复杂等特点,提出了基于数字信号处理器(DSP)和现场可编程门阵列(FPGA)的电梯智能数据采集系统。在介绍了系统整体结构及各组成子模块后,给出了模块与器件之间硬件接口设计思路和架构,描述了整个系统的软件框架,设计了DSP、AD采样、网络通信和抗干扰等程序。整个系统在工程应用中易于实现,具有很好的推广价值-n accordance with the characteristic of elevator for the large number of data acquisition and handling data complicated, an el- evator data acquisition system based on digital signal processor (DSP) and field programmable gate array (FPGA) is given. After system structure and modules are introduced, the design of interfaces of the hardware and framework between modules and devices are provided, the software design used in the system is described, the DSP, AD sampling, network communication Platform: |
Size: 179200 |
Author:将建 |
Hits:
Description: Consider the design of an elevator controller. The building has three floors, an up button the first floor, up and down buttons on the second floor, a down button on the third floor, and three buttons inside the elevator indicating the floor to go to. Note that more than one button inside the elevator may have been pressed and active at the same time. While you can make assumptions, the behavior of the system must be reasonable. For example, pressing the “Floor 2” button with the elevator on the second floor causes the elevator to remain there with its door open. Also if the elevator is moving from the second to the third floor, pressing the first floor button inside the elevator should have no effect. -Consider the design of an elevator controller. The building has three floors, an up button on the first floor, up and down buttons on the second floor, a down button on the third floor, and three buttons inside the elevator indicating the floor to go to. Note that more than one button inside the elevator may have been pressed and active at the same time. While you can make assumptions, the behavior of the system must be reasonable. For example, pressing the “Floor 2” button with the elevator on the second floor causes the elevator to remain there with its door open. Also if the elevator is moving from the second to the third floor, pressing the first floor button inside the elevator should have no effect. Platform: |
Size: 6144 |
Author:deepa |
Hits:
Description: Java程序设计(第五版)中的电梯项目,基于MVC设计模式,电梯层数为两层。(The elevator project in Java programming (fifth edition) is based on the MVC design pattern and the number of elevator floors is two layers.) Platform: |
Size: 311296 |
Author:dtaz |
Hits: