登录
首页 » Visual C++ » elevator

elevator

于 2021-04-22 发布 文件大小:899KB
0 239
下载积分: 1 下载次数: 6

代码说明:

  电梯模拟,实现一个模拟电梯的环境,用C程序实现的,封装良好(elevator modify)

文件列表:

电梯模拟
........\Bell.cpp,493,2007-03-03
........\Bell.h,489,2007-03-03
........\Building.cpp,5178,2007-04-26
........\Building.h,971,2007-04-26
........\Button.cpp,799,2007-02-26
........\Button.h,706,2007-02-23
........\DataInfo.h,828,2007-03-03
........\DateInfo.h,53,2007-02-22
........\Debug
........\.....\Bell.obj,35823,2008-04-12
........\.....\Building.obj,286151,2008-04-12
........\.....\Button.obj,147560,2008-04-12
........\.....\Door.obj,40533,2008-04-12
........\.....\Elevator.obj,210061,2008-04-12
........\.....\Floor.obj,189281,2008-04-12
........\.....\Light.obj,41130,2008-04-12
........\.....\Main.obj,205745,2008-04-12
........\.....\People.obj,43643,2008-04-12
........\.....\Time.obj,5825,2008-04-12
........\.....\vc60.idb,132096,2008-04-12
........\.....\vc60.pdb,151552,2008-04-12
........\.....\模拟电梯.exe,659563,2008-04-12
........\.....\模拟电梯.ilk,995436,2008-04-12
........\.....\模拟电梯.pch,192404,2008-04-12
........\.....\模拟电梯.pdb,1229824,2008-04-12
........\Door.cpp,533,2007-03-03
........\Door.h,505,2007-02-19
........\Elevator.cpp,3774,2007-04-26
........\Elevator.h,1778,2007-04-26
........\Floor.cpp,3239,2007-04-26
........\Floor.h,1040,2007-04-26
........\Light.cpp,653,2007-02-26
........\Light.h,570,2007-02-19
........\Main.cpp,4026,2007-04-26
........\People.cpp,1392,2007-04-26
........\People.h,742,2007-02-26
........\Time.cpp,1107,2007-03-03
........\Time.h,620,2007-03-03
........\模拟电梯.dsp,5497,2007-02-26
........\模拟电梯.dsw,541,2007-02-19
........\模拟电梯.ncb,107520,2008-04-12
........\模拟电梯.opt,48640,2008-04-12
........\模拟电梯.plg,2374,2008-04-12
........\模拟电梯.sln,888,2007-04-26
........\模拟电梯.vcproj,9300,2007-04-26
........\模拟电梯.vcproj.WANGJIANYOU.wjyou.user,1419,2007-04-26
........\说明.txt,450,2007-02-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ecs
    说明:  二叉树的演示程序。实现了二叉树和哈弗曼树(Binary tree demo program. Implements a binary tree and the tree Hafu Man)
    2011-03-26 11:59:58下载
    积分:1
  • BresenhamLine
    在VC中实现Bresenham算法画直线(Bresenham algorithm in VC draw a straight line)
    2012-06-03 18:21:13下载
    积分:1
  • CatchData
    说明:  读取股票数据文件,C++源程序,非常好用。是学生做毕业设计的源料(Read the Stock Data File)
    2010-03-22 20:19:35下载
    积分:1
  • eightqueen
    利用數據結構中的棧,實現19世紀著名數學家高斯提出的八皇后問題(Stack data structure, to achieve the eight queens problem of the 19th century, the famous mathematician Gauss)
    2012-10-23 08:30:21下载
    积分:1
  • tt0202
    1.建立两个有序得链表(带表头,用头插法); //2.写一算法在单链表上实现线性表的ListLength(L)运算。 写一算法将单链表中值重复的结点删除,使所得的结果表中各结点值均不相同。 (1. The establishment of two ordered lists too (with header, with the first interpolation) // 2. To write a method to achieve a single linked linear form of ListLength (L) operations. Write an algorithm to list the value of a single node to delete the duplicate, so the results in the table are not the same as the value of each node.)
    2010-09-10 10:26:46下载
    积分:1
  • 0728-0708-0704
    北邮数据结构课程设计大作业之旅行模拟查询系统。可实现多线程多旅客、中途更改计划、动态显示旅客状态等多个需求。已通过验收。(BUPT curriculum design travel query system simulation of large operations. Multithreading enables passengers to change plans midway, dynamic display multiple demands guest status. It has passed inspection.)
    2021-03-14 12:09:23下载
    积分:1
  • erchashu
    二叉树的链式存储、先序中序遍历和层次遍历。(构造一棵树并输入数据,编写三个函数,非别是树的前序递归遍历算法、树的后序递归遍历算法、树的非递归中序遍历算法(这里的非递归以中序为例)。在主程序中调用这三个函数进行树的遍历,观察用不同的遍历方法输出的数据的顺序和验证递归与非递归输出的数据是否一样。)(Chain store binary tree, preorder traversal and hierarchy traversal.)
    2013-12-07 23:16:06下载
    积分:1
  • LCS
    the longest common serials
    2011-12-13 00:32:40下载
    积分:1
  • fibonaqi
    说明:  斐波那契 式子计算,属于算法类的 用于VC6.0++(Fibonacci calculation formulas, algorithms are used to VC6.0++ class)
    2011-04-07 09:10:16下载
    积分:1
  • Bitree
    二叉树的打包数据结构,包括遍历,删除,添加,注释详细(Packaged binary tree data structure, including traversal, delete, add, annotate details)
    2015-10-04 23:44:33下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载