登录
首页 » 数据结构 » 非常完整的电梯模拟系统 欢迎大家提出宝贵建议

非常完整的电梯模拟系统 欢迎大家提出宝贵建议

于 2022-05-17 发布 文件大小:18.25 kB
0 80
下载积分: 2 下载次数: 1

代码说明:

非常完整的电梯模拟系统 欢迎大家提出宝贵建议-this a complete system of simulating the elevetor,welcome to your advice,thank you

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

发表评论

0 个回复

  • ajax_delete
    使用AJAX+PHP+MYSQL删除记录。
    2023-05-25 23:35:03下载
    积分:1
  • 能够输入节点 然后完成图的广度优先遍历
    能够输入节点 然后完成图的广度优先遍历-Able to enter the node and then complete the graph breadth-first traversal
    2022-04-24 22:36:03下载
    积分:1
  • 索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。...
    索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
    2022-01-26 01:40:51下载
    积分:1
  • 库操作,封装了BDE库操作的所有方法。C编译器…
    数据库操作类,封装了BDE数据库操作的所有方法。 编译环境 C++ Builder6 下通过。-database operations, a package of database operation BDE all methods. C compiler environment Builder6 through.
    2022-02-03 05:20:06下载
    积分:1
  • 基于ADODC和ACCESS的客户管理程序,可实现客户信息的添加、删除、查询、修改等。...
    基于ADODC和ACCESS的客户管理程序,可实现客户信息的添加、删除、查询、修改等。-Based on customer management ADODC and ACCESS programs for customer information to add, delete, query, modify and so on.
    2023-07-02 23:55:04下载
    积分:1
  • should I do our school among a software, it is our resolve to schools such condi...
    是我应我们学校学工部做的软件,其主要是解决想我们学校这样的条件--各个办公室之间还没有建立联网,而且学校分为两个校区(又不在一个城市).   因此,学工部每年的学分登记工作都很麻烦.每学年初,学工部要把当年发布的学分评测规定发到各系,学年末又要把从系里面提交的学分表收齐,然后手工登记,非常的麻烦.有时是系里面的学分报表太乱,有些资料丢失,要么是,系里面把各年的学分评测规定弄混,经常搞的他们一头雾水,于是为他们就请我做这个系统.   这个系统的工作流程是,每个学年初,学工部输入当年的学分评定规定,然后到处成为学分评测数据,然后Copy给各个系,各个系在每个学年中,输入新的专业,年级,班级和新生的资料,然后登记学分评测的纪录和考试的成绩.当学年末到了,各系把党学年的数据导成数据库,然后copy给学工部,学工部就可以用电脑纪录所有的学分纪录. -should I do our school among a software, it is our resolve to schools such conditions-- every office has not yet been established between the network and the school is divided into two campuses (not in a city). Therefore, each of the credit among a registration work very troublesome. Every beginning of the school year, among a year should release the credit evaluation of the provisions of the various faculties, should also learn from the end line inside the table collected credits, and then manual registration, very troublesome. Sometimes there is too much of the credit chaos statements, some of the inform
    2022-03-23 09:43:26下载
    积分:1
  • 实现拓扑排序,用到了堆栈,存储采用邻接表。
    实现拓扑排序,用到了堆栈,存储结构采用邻接表。-To achieve topological sorting, use the stack, storage structure using adjacency list.
    2023-06-24 09:35:03下载
    积分:1
  • 用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共...
    用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共有m个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着n所医院(包含在m个点中),有k辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续待命。假定呼救者与急救中心、急救中心与救护车之间的通讯畅通无阻,也不考虑道路交通堵塞的影响。可以用m个顶点的无向网来表示该城市的各地点和道路。时间可以分钟为单位,路段长可表示为救护车行驶化费的分钟数。 这里设m=10,n=3,k=2。并且令消毒时间为2分钟-language used to achieve a design using event-driven "ambulance dispatch" dispersion model to simulate 120 emergency response center each patient"s distress signal unified dispatching ambulances running. We issue the appropriate simplified assumptions : m in a certain city a total of 000 points possible hue (residential quarters, factories, schools, companies, organizations, units, etc.), distributed by the hospital n (m included in the points), k ambulances were deployed in the various hospitals on standby there cries of the patients, from the first-aid center unified ambulance escort assigned to the nearest hospital for treatment. Ambulance completed
    2023-03-26 11:35:03下载
    积分:1
  • Description: Find a recursive practice basic operation list sort stack, queue da...
    内容简介: 查找 递归 链表基本操作练习 排序 栈、队列基本操作练习 数据结构讲义-Description: Find a recursive practice basic operation list sort stack, queue data structure to practice basic operation notes
    2022-02-05 23:37:42下载
    积分:1
  • as MMX, SSE, SSE2 optimization of MEMCPY than the VC lot faster MEMCPY
    经MMX, SSE 2优化后的MEMCPY,比VC中的MEMCPY快不少-as MMX, SSE, SSE2 optimization of MEMCPY than the VC lot faster MEMCPY
    2022-06-16 21:01:26下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载