Elevator

所属分类:C#编程
开发工具:Visual C++
文件大小:2397KB
下载次数:24
上传日期:2011-01-15 17:20:17
上 传 者bobwhite2011
说明:   电梯算法 在一座10层高的宾馆的大厅内,有4部由一个控制器控制电梯。乘客随时在各层选择要去的楼层。要求: 1、设计一个电梯算法,最优地满足乘客的要求(候时最小)。 2、区分电梯的状态,如空运行、载人运行、超重、当前有故障等(可人工设置)。 3、在电梯全部无人乘做时,电梯要按一定条件(可人工设置)分布在各层。 4、保存一个星期内的各电梯的运行记录。
(Elevator algorithm in a 10-storey hotel in the hall, there are four elevators controlled by a controller. Passengers at any time choose to go to the floor on each floor. Requirements: 1, design an elevator algorithm, best meet the requirements of passengers (minimum waiting time). 2, the distinction between the state of the elevator, such as the air running, manned operation, overweight, current faulty, etc. (manual setting). 3, no ride in the elevator all to do, the elevator according to certain conditions (which can be manually set) distributed in layers. 4, save a week running record of each elevator.)

文件列表:
ipch\elevator-9a37bd2a\elevator-e7ab44ee.ipch (2359296, 2011-01-14)
ipch\main-cff03990\main-62bed6b1.ipch (2359296, 2011-01-14)
Main\Debug\cl.command.1.tlog (2006, 2011-01-14)
Main\Debug\CL.read.1.tlog (17052, 2011-01-14)
Main\Debug\CL.write.1.tlog (1018, 2011-01-14)
Main\Debug\Elevator.obj (67190, 2011-01-14)
Main\Debug\link-cvtres.read.1.tlog (2, 2011-01-14)
Main\Debug\link-cvtres.write.1.tlog (2, 2011-01-14)
Main\Debug\link.command.1.tlog (1572, 2011-01-14)
Main\Debug\link.read.1.tlog (3090, 2011-01-14)
Main\Debug\link.write.1.tlog (750, 2011-01-14)
Main\Debug\Main.Build.CppClean.log (1343, 2011-01-14)
Main\Debug\Main.exe.embed.manifest (406, 2011-01-14)
Main\Debug\Main.exe.embed.manifest.res (472, 2011-01-14)
Main\Debug\Main.exe.intermediate.manifest (381, 2011-01-14)
Main\Debug\Main.lastbuildstate (49, 2011-01-14)
Main\Debug\Main.log (3521, 2011-01-14)
Main\Debug\Main.obj (30736, 2011-01-14)
Main\Debug\Main.pch (1179648, 2011-01-14)
Main\Debug\Main_manifest.rc (198, 2011-01-14)
Main\Debug\mt.command.1.tlog (338, 2011-01-14)
Main\Debug\mt.read.1.tlog (134, 2011-01-14)
Main\Debug\mt.write.1.tlog (250, 2011-01-14)
Main\Debug\rc.command.1.tlog (442, 2011-01-14)
Main\Debug\rc.read.1.tlog (222, 2011-01-14)
Main\Debug\rc.write.1.tlog (230, 2011-01-14)
Main\Debug\stdafx.obj (11715, 2011-01-14)
Main\Debug\vc100.idb (297984, 2011-01-14)
Main\Debug\vc100.pdb (299008, 2011-01-14)
Main\Elevator.cpp (7335, 2011-01-14)
Main\Elevator.h (1602, 2011-01-14)
Main\Main.cpp (276, 2011-01-14)
Main\Main.vcxproj (4442, 2011-01-14)
Main\Main.vcxproj.filters (1490, 2011-01-14)
Main\Main.vcxproj.user (143, 2011-01-14)
Main\stdafx.cpp (209, 2011-01-14)
Main\stdafx.h (233, 2011-01-14)
Main\targetver.h (236, 2011-01-14)
Elevator.sdf (6639616, 2011-01-14)
... ...

======================================================================== 控制台应用程序:Main 项目概述 ======================================================================== 应用程序向导已为您创建了此 Main 应用程序。 本文件概要介绍组成 Main 应用程序的每个文件的内容。 Main.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 Main.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 它包含有关项目文件与筛选器之间的关联信息。 在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。 例如,“.cpp”文件与“源文件”筛选器关联。 Main.cpp 这是主应用程序源文件。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h,StdAfx.cpp 这些文件用于生成名为 Main.pch 的预编译头 (PCH) 文件和 名为 StdAfx.obj 的预编译类型文件。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者