登录
首页 » C# » 电梯模拟系统基本实现了电梯的正常运行所需要的各种功能,例如启动、上、下以及楼层的选择和楼层的显示。在启动时,我们没有特别的设置一个启动按钮,因为第一层的“上”按...

电梯模拟系统基本实现了电梯的正常运行所需要的各种功能,例如启动、上、下以及楼层的选择和楼层的显示。在启动时,我们没有特别的设置一个启动按钮,因为第一层的“上”按...

于 2022-07-09 发布 文件大小:236.35 kB
0 133
下载积分: 2 下载次数: 1

代码说明:

电梯模拟系统基本实现了电梯的正常运行所需要的各种功能,例如启动、上、下以及楼层的选择和楼层的显示。在启动时,我们没有特别的设置一个启动按钮,因为第一层的“上”按钮就起到了此功能,再特别添加一个“启动”按钮就显得冗余,当启动是,显示楼层为 “floor 1”。同时电梯里面的各个楼层均可以响应了。-Simulation system for the basic realization of the lift elevator required for the normal operation of various functions, such as start, the upper and lower floors, as well as the selection and display floors. At boot time, we do not have to set up a special start button, because the first line of " on" button on the play of this function, and then add a special " start" button has become redundant, when the start is that the show floor for the " floor 1. " At the same time, the various floors inside the lift can be responded to.

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

发表评论

0 个回复

  • EX22_ECan
    这是DSP F2812的CAN总线功能配置程序,希望对大家有用!(This is a DSP F2812 features CAN bus configuration program, we hope to useful!)
    2014-02-19 18:51:24下载
    积分:1
  • AT89S52
    非常基础的资料,适合初学者使用,简单易懂,清晰明了(easy datasheet)
    2014-02-28 00:52:37下载
    积分:1
  • 代理IP自动更新校验器完整项目源码
    代理IP用途非常广泛,但是因为其不够稳定所以需要不停的更新,C#源码世界第二季重磅出击,能够自动获取更新代理IP地址并自动校验有效性。                                  整个项目非常完整,从数据库设计到流程,多线程执行任务。数据库基于SQLite,实现了以下功能:                                 定时自动从代理IP网站提取代理到数据库中并判断该代理ip的位置。                                 多线程校验代理IP有效性,自动剔除无效代理。                                 提供了现成的随机去除一个有效代理IP的方法,并附送一个demo,自动提取一个有效IP并使用这个IP访问网站。                                  源码采用简单三层架构:                                 Model:模型层,主要放了一个tb_proxy模型,包含代理ip的IP、端口、有效性、地址、最后校验时间                                 Common:数据交互,主要存放了一个tb_proxy类,包含了对代理IP的增加、删除、修改和随机提取                                 Library:公用类库,包含一个HttpHelper类、RegHelper正则帮助类、IPHelper根据ip查询位置信息类和一个SQLiteHelper类。                                 主程序:一个主窗体和一个代理提取测试窗体。主窗体中主要完成代理的提取和多线程校验,测试窗体主要实现随机提取一个有效代理并访问一个ip查询网站,测试代理有效性和真实性。                                  源码特色:                                 项目非常简洁明了,代码都有详细的注释说明。                                 使用了qqwry.dat根据IP获取所在地址。                                 多线程校验使用了lock以防止冲突,默认开启了50个线程,如果觉得CPU扛不住可以适当减少。                                 更新数据库的方法也使用了lock,因为太多的并发会导致SQLite出错,这样这样做并不影响更新速度。                                 日志显示采用了公共的日志列队方法,直接在主项目的任何地方调用都可以。            
    2017-03-14下载
    积分:1
  • 增强 Edit 控件为日期输入控件
    增强 Edit 控件为日期输入控件(enhanced Edit Control date for the importation of Control)
    2004-10-18 19:56:56下载
    积分:1
  • huanfang
    组合数学中,关于奇数偶数等各个情况下的幻方问题程序,编译运行通过(A combination of circumstances, such as the odd and even math problems procedures magic square)
    2013-12-08 20:13:24下载
    积分:1
  • ucos_232
    ucos与串口通讯相关的源代码,对学习在51单片机上进行高速串口通讯非常有用(uCOS and serial communications-related source code, on learning of the 51 single-chip high-speed serial communication is very useful)
    2008-05-15 23:57:24下载
    积分:1
  • lzw
    利用LZW的压缩算法实现文件的压缩与解压缩。用c++和MFC实现,代码简洁,实现简单,可用(LZW compression algorithm using the file compression and decompression.)
    2020-10-13 15:27:33下载
    积分:1
  • 06-02-2015_05-43-24
    c++ lession 10 chapters Implement a template class EnhancedSafeArray, which is a type of SafeArray. The class SafeArray implementation is given in safearray.h. Class SafeArray is a class that wraps a regular C++ array. It is considered a safe array class since it handles out of bounds array indexing through exception handling. Your class EnhancedSafeArray will augment the class SafeArray by supporting a copy constructor, a method to return the size of the array, an assignment operator, and an equality test operator.
    2015-02-23 23:58:22下载
    积分:1
  • VBConversions VB.Net to C# Converter是一款代码转换软件,将用户的VB.Net项目用C#语言重新编写。与别的转换软件不同,变量...
    VBConversions VB.Net to C# Converter是一款代码转换软件,将用户的VB.Net项目用C#语言重新编写。与别的转换软件不同,变量名、注释行、ad inline comments都被保留下来,代码转换的准确率超过99%。-VBConversions VB.Net to C# Converter is a code conversion software, the user
    2022-01-26 03:40:39下载
    积分:1
  • PMBOK2008
    项目管理知识体系指南是一部公认的项目管理专业标准。(The PMBOK Guide is a recognized project management professional standards.)
    2012-10-16 17:49:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载