登录
首页 » Visual C++ » elevator

elevator

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

  • tanxinfangfa
    说明:  贪心方法是一种改进了的分级处理方法。它首先根据题意,选取一种量度标准。然后按这种量度标准对这n个输入排序,并按排序一次输入一个量。如果这个输入和当前已构成在这种量度意义下的部分最优解加在一起不能产生一个可行解,则不把此解输入加到这部分解中。这种能够得到某种度量意义下的最优解的分级处理方法称为贪心方法。(greedy method is an improvement of the classification methods. According to its first title Italy, and a selection of standards of measurement. Then, under such a standard measure of this sort n input, with an input an order volume. If the input current and constitutes a measure of significance in this part of the optimal solution together not produce a feasible solution. this solution will not put this added to the importation of decomposition. This can be a meaningful measure of the optimal solution hierarchical method, known as greedy method.)
    2006-05-15 21:50:01下载
    积分:1
  • lvxingshang
    一个经典的旅行商问题源码,不是最优解,只是一种 思路(A classic traveling salesman problem source is not the optimal solution, just a thought)
    2012-11-09 01:33:02下载
    积分:1
  • @163
    数值计算方法中高斯主元素消元法 在vc环境中运行 用于解方程组(Numerical methods in the Gaussian elimination method, the main elements of the environment in vc run for the solution of equations)
    2011-10-19 20:28:39下载
    积分:1
  • maze
    一个苹果走迷宫,支持最短路径寻路。可以使用方向键操作,也可以用户自己添加迷宫格式文件,生成迷宫图。(Apple Maze, shortest path routing. Can use the arrow keys to operate, the user can add their own maze format generated maze.)
    2012-09-11 21:33:01下载
    积分:1
  • basika
    经典算法巴斯卡三角的简单实现,vs2010编译通过(Simple implementation of the classic algorithm Pascal triangle, vs2010 compiled by)
    2012-10-30 13:22:26下载
    积分:1
  • lujing
    图的邻接表生成,深度遍历及任意两点间的路径(The adjacency table to generate deep traversal path between any two points)
    2012-05-22 18:18:29下载
    积分:1
  • search
    数据结构与算法分析的 C++检索代码,很经典(the code of Data structure)
    2016-12-22 13:30:46下载
    积分:1
  • zuiyouerfenjiansuozhu
    最优二叉搜索树问题具有最优子结构性质,即其任意一棵子树都是一棵独立的最优二叉搜索树,所以可以采用动态规划方法,并且在每次更新时保存子树的根。(Optimal binary search tree problem has optimal substructure property that any of its sub-tree are an independent optimal binary search tree, so you can use dynamic programming methods, and save each update subtree roots.)
    2013-10-10 18:48:17下载
    积分:1
  • huffman_tree
    数据结构学习中提供的不错的源码,一个哈夫曼树类,利用了链队列存储结构。压缩包中有七个文件。(Data structure provided a good learning source, a Huffman tree class, the use of the chain queue storage structure. There are seven compressed file.)
    2013-12-28 15:21:48下载
    积分:1
  • duilie
    队列的一般数据结构 队列的创建 删除 修改 取数据等等(The general data structure queue queue to take the data and so create delete modify)
    2010-09-08 14:36:38下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载