登录
首页 » Visual C++ » elevator

elevator

于 2021-04-22 发布 文件大小:899KB
0 238
下载积分: 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 个回复

  • 017
     广度优先搜索及深度优先搜索,用C语言实现,比较使用(Breadth-first search and depth first search, using C language, compared with)
    2011-07-09 15:27:40下载
    积分:1
  • Test6
    最短路径算法。 用无向带全图的邻接矩阵存储图,确定从源点出发到其它各点的最短路径。 输入:图中包含的顶点数n 边数m, 各边权值,用邻接矩阵或者邻接表存储。 输出:源点到其它各点的最短路径值。(Shortest path algorithm. Adjacency matrix storage with undirected graph with a full figure, determine the starting point of the shortest path from the source point of each other. Input: Vertices figure included n the number of edges m, the weight of each side, with the adjacency matrix or adjacency table storage. Output: source shortest path to value each other points.)
    2014-05-11 17:05:37下载
    积分:1
  • 8queen
    此程序用于解决8皇后问题,运行后输出8皇后问题的所有解(This program is used to solve the 8 queens problem, all solutions of 8 queens problem output operation.)
    2013-05-06 21:15:23下载
    积分:1
  • Huffman
    哈夫曼树可以使读者快速方便的查找所需文件(Huffman tree allows readers to quickly and easily find the file)
    2010-06-09 13:09:47下载
    积分:1
  • test12
    约瑟夫问题,用数据结构的循环链表实现约瑟夫问题的解答(Joseph problems,30 people in a circle, and inspires us with a circular chain to said. Can use structure array to make a cycle chain. The structure has two members, one for pointing down a pointer to a circular chain )
    2012-05-14 10:29:52下载
    积分:1
  • xianxingbiao
    另外一个可以实现线性表的程序,简单的操作,值得初学者的借鉴(Another table can achieve a linear process, simple to operate, it is worth drawing beginners)
    2007-12-07 20:20:32下载
    积分:1
  • AVLTree
    好用的平衡二叉树类库,C++类库编写, 好用的平衡二叉树类库,C++类库编写(AVL tree implementation for C++)
    2009-03-12 12:02:05下载
    积分:1
  • bookmanage
    基于数据结构的图书管理系统,基本功能都有,可以拿来作为数据结构的课程设计(Based library management system data structures, basic function, can be used as a data structure of the curriculum design)
    2020-10-27 00:00:04下载
    积分:1
  • suanfa
    自己编写的floyd 最短距离求解程序。实用简单。gcc (Floyd shortest distance to write your own solver. Practical and simple. gcc)
    2012-09-02 14:59:02下载
    积分:1
  • migong
    以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有 通路的结论 (To an m* n the long square maze, 0 and 1, respectively maze of paths and obstacles. Design a program, for any set of the maze, find a path from the inlet to the outlet, or the conclusions drawn without passage)
    2013-06-14 10:24:48下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载