登录
首页 » Visual C++ » Elevator-Dispatching

Elevator-Dispatching

于 2020-06-29 发布 文件大小:10895KB
0 302
下载积分: 1 下载次数: 3

代码说明:

  基于线程和进程的电梯调度文件的集合,采用C++,在Vs平台上完成(Based on a collection of threads and processes of the elevator dispatching documents, using c++, in Vs platforms )

文件列表:

Elevator Dispatching
....................\Debug
....................\.....\Elevator Dispatching.exe,263168,2014-05-01
....................\.....\Elevator Dispatching.ilk,320052,2014-05-01
....................\.....\Elevator Dispatching.pdb,568320,2014-05-01
....................\Elevator Dispatching
....................\....................\Debug
....................\....................\.....\Elevator Dispatching.Build.CppClean.log,87,2014-05-01
....................\....................\.....\Elevator Dispatching.log,1383,2014-05-01
....................\....................\.....\Elevator Dispatching.res,165000,2014-05-01
....................\....................\.....\Elevator.38537810.tlog
....................\....................\.....\......................\CL.read.1.tlog,79092,2014-05-01
....................\....................\.....\......................\CL.write.1.tlog,4122,2014-05-01
....................\....................\.....\......................\Elevator Dispatching.lastbuildstate,188,2014-05-01
....................\....................\.....\......................\link.read.1.tlog,4694,2014-05-01
....................\....................\.....\......................\link.write.1.tlog,1710,2014-05-01
....................\....................\.....\......................\rc.read.1.tlog,2444,2014-05-01
....................\....................\.....\......................\rc.write.1.tlog,422,2014-05-01
....................\....................\.....\Elevator.obj,87718,2014-05-01
....................\....................\.....\ElevatorFunc.obj,53641,2014-05-01
....................\....................\.....\ElevatorStateMsg.obj,45435,2014-05-01
....................\....................\.....\MainDlg.obj,38342,2014-05-01
....................\....................\.....\stdafx.obj,3791,2014-05-01
....................\....................\.....\vc120.idb,699392,2014-05-01
....................\....................\.....\vc120.pdb,167936,2014-05-01
....................\....................\Elevator Dispatching.aps,173116,2014-04-25

....................\....................\Elevator Dispatching.rc,15276,2014-04-25
....................\....................\Elevator Dispatching.vcxproj,4759,2014-04-25
....................\....................\Elevator Dispatching.vcxproj.filters,2324,2014-04-25
....................\....................\Elevator.cpp,36444,2014-05-01
....................\....................\Elevator.h,7774,2014-04-30
....................\....................\ElevatorFunc.cpp,25514,2014-04-30
....................\....................\ElevatorFunc.h,2255,2014-04-26
....................\....................\ElevatorStateMsg.cpp,5406,2014-04-30
....................\....................\ElevatorStateMsg.h,2158,2014-04-30
....................\....................\MainDlg.cpp,3712,2014-04-30
....................\....................\MainDlg.h,464,2014-04-20
....................\....................\Release
....................\....................\.......\Elevator Dispatching.log,1837,2014-05-01
....................\....................\.......\Elevator Dispatching.res,165000,2014-04-26
....................\....................\.......\Elevator.38537810.tlog
....................\....................\.......\......................\CL.read.1.tlog,80092,2014-05-01
....................\....................\.......\......................\CL.write.1.tlog,6308,2014-05-01
....................\....................\.......\......................\Elevator Dispatching.lastbuildstate,190,2014-05-01
....................\....................\.......\......................\link.read.1.tlog,4906,2014-05-01
....................\....................\.......\......................\link.write.1.tlog,1568,2014-05-01
....................\....................\.......\......................\rc.read.1.tlog,2444,2014-04-26
....................\....................\.......\......................\rc.write.1.tlog,426,2014-04-26
....................\....................\.......\Elevator.obj,125755,2014-05-01
....................\....................\.......\ElevatorFunc.obj,113134,2014-04-30
....................\....................\.......\ElevatorStateMsg.obj,95958,2014-04-30
....................\....................\.......\MainDlg.obj,91964,2014-04-30
....................\....................\.......\stdafx.obj,20061,2014-04-26
....................\....................\.......\vc120.pdb,151552,2014-05-01
....................\....................\resource.h,7826,2014-04-25
....................\....................\stdafx.cpp,309,2014-04-11
....................\....................\stdafx.h,320,2014-04-11
....................\....................\targetver.h,314,2014-04-11
....................\Elevator Dispatching.sdf,30474240,2014-05-03
....................\Elevator Dispatching.sln,1006,2014-04-20
....................\Elevator Dispatch项目文档.docx,400413,2014-06-01
....................\Release
....................\.......\Elevator Dispatching.exe,185344,2014-05-01
....................\.......\Elevator Dispatching.pdb,347136,2014-05-01

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

发表评论

0 个回复

  • create-and-terminate-Process
    进程的创建与撤销,能在VC6.0中运行,简单的学习进程的创建与撤销相关内容(Creation and revocation of the process can be run in VC6.0, the creation of simple learning process and revocations)
    2013-01-10 10:15:58下载
    积分:1
  • IDmessage
    此代码实现进程与进程之间内存映像共享、也可以实现进程间通讯,适合初学者了解API(id-id message)
    2013-08-14 20:26:30下载
    积分:1
  • Process
    VC++系统开发实例精粹 进程查看程序代码 Process(VC++ instance of the essence of the process of system development Process view code)
    2011-05-28 18:57:44下载
    积分:1
  • QVIHJ
    彩色渐变进度条,可是使程序在等待状态下,出现一个彩色的进度条,()
    2018-02-24 08:42:27下载
    积分:1
  • multithread-chatting-room
    多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编 写网络聊天室程序(Multithreaded program, multithreaded applications easily arise. Mutex object to explain how to use mutex object to realize multi-thread synchronization. How to use named mutex object to ensure that only one instance of the application running. Multithreaded applications compiled Write Internet chat room procedures)
    2013-10-26 22:22:52下载
    积分:1
  • ear
    vc++http文件下载带显示进度,带文件大小显示,文件下载进度条,当前下载速度,也可以修改下载的文件名称(With vc++ HTTP file downloads according to schedule, file size, according to the file download progress bar, the current download speed, can also modify the download file name)
    2017-05-23 05:00:02下载
    积分:1
  • Multithread3
    多线程的VC++源代码,代码经过测试功能正常,值得参考学习!(Multi-threaded VC++ Source code, the code has been tested and functioning properly, it is also useful to learn!)
    2009-01-16 10:53:20下载
    积分:1
  • MultiThread
    MFC多线程操作,解释qq运行基本原理.(MFC multithreaded operation, explain qq basic principle operation.)
    2012-02-23 15:20:16下载
    积分:1
  • CreateProcessAsUser
    主要的功能是创建用户使用的一个子进程,一般的子进程都是由system启动的,但是这个是当前用户启动的。(The main function is to create a user using a subset of the process, a subset of the general process is initiated by system, but this is the current user initiated.)
    2012-10-30 11:21:46下载
    积分:1
  • MTThread-and-Queue
    自己写的多线程对队列中插入和删除数据,最重要的是要保持同步,供大家学习(Write your own multi-threaded insert and delete data in the queue, the most important thing is to keep pace for everyone to learn)
    2012-04-26 11:14:01下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载