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

Elevator-Dispatching

于 2020-06-29 发布 文件大小:10895KB
0 368
下载积分: 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 个回复

  • uwtun
    可以显示当前正在运行的进程,选择截杀,可以为自己的进程添加注释(Can display the current running process, the choice put away, you can add a comment for your process)
    2017-04-14 05:08:49下载
    积分:1
  • VB
    说明:  关闭360安全卫士 加开机启动 已测试360最新版本(Close 360 security guard has been tested 360 taxi boot the latest version )
    2012-01-15 12:15:57下载
    积分:1
  • MultiThreadDemo
    多线程的演示程序。建立两个线程,分别执行不同的任务(multithreading demonstration program. The establishment of two threads, the various duties)
    2007-06-02 10:14:17下载
    积分:1
  • pai
    多线程计算π的程序源码 可以直接编译运行 采用了windows的多线程(Multi-threaded computation of π can directly compile and run the program source using multi-threaded windows)
    2011-04-26 21:35:05下载
    积分:1
  • 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
  • dofectPmitationoscilloscope
    模仿示波器的代码,效果很好,不错不错,仅供学习(Imitation oscilloscope code, the effect is very good, only for learning)
    2018-12-01 11:19:19下载
    积分:1
  • multithread1.1
    labwindows/cvi 多线程实例 经过自己修改(labwindows/cvi multi-threaded example after their changes)
    2013-06-12 21:55:43下载
    积分:1
  • MultiThread6
    建立一个基于对话框的工程MultiThread6,在对话框IDD_MULTITHREAD6_DIALOG中加入一个按钮IDC_UI_THREAD,标题为“用户界面线程” 右击工程并选中“New Class…”为工程添加基类为CWinThread派生线程类CUIThread。(Establishment of a dialog-based project MultiThread6 the dialog IDD_MULTITHREAD6_DIALOG a button IDC_UI_THREAD, heading for the user interface thread, right-click project and select the " New Class ..." for the project to add a base class CWinThread derived thread class CUIThread.)
    2012-06-21 14:38:39下载
    积分:1
  • SOCKET-TCP
    SOCKET多线程,使用TCP连接,当有一个连接请求时候,建立一个线程。共有两个文件,一个Server,还有一个是Client(SOCKET multithreading, the use of TCP connections, when a link request, the establishment of a thread. A total of two documents, one Server, there is a Client)
    2020-11-14 15:19:41下载
    积分:1
  • CreateThreadExample
    创建线程示例程序.C++Windows编程(Create a thread sample program C++ Windows programming)
    2012-02-07 12:12:48下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载