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

Elevator-Dispatching

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

  • thread_pool
    基于pthread的线程池的VC实现,可集成到多线程系统中使用。(implementation of thread pool based on PThread. developed under VC2008)
    2015-02-13 10:54:11下载
    积分:1
  • win32
    win32.多线程程序设计,更好了解通讯这一块。(the win32 multi-threaded programming, a better understanding of the communication of this one.)
    2012-06-05 11:35:53下载
    积分:1
  • Cpp1
    多线程求卷积1)数据矩阵:256*256 –原始矩阵设置:随机50个点设置为255,其余为0 2)卷积核:5*5 –明确注明所设计的卷积核 3)迭代次数:100 –每5次迭代保存一次数据矩阵 –通过20个结果矩阵,生成动画 初始矩阵随机生成,随机分配50个数的值为255(Multithreading convolution 1) Data Matrix: 256* 256- the original matrix settings: a randomized 50-point set to 255, the rest is 02) convolution kernels: 5* 5- convolution kernel designed specifically stated 3) Iterations: 100- once every five iterations save data matrix- matrix results through 20, randomly generated initial matrix generated animation, randomly assigned number is 255 50)
    2014-03-27 21:51:13下载
    积分:1
  • mult-test
    visual c++控制台多线程demo(vc muti-thread demo)
    2015-01-28 22:26: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
  • VB
    说明:  关闭360安全卫士 加开机启动 已测试360最新版本(Close 360 security guard has been tested 360 taxi boot the latest version )
    2012-01-15 12:15:57下载
    积分:1
  • duohePPT
    说明:  有关多核运算的PPT资料,多核程序设计及多核技术导论(PPT information about multi-core computing, multi-core programming and multi-core technology, Introduction to)
    2010-03-22 16:19:32下载
    积分: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
  • ThreadTest
    多线程,创建子线程,包括信号量、事件、互斥等线程资源保护机制。(Multi-threaded, create sub-threads, including semaphores, events, mutexes, thread and other resource protection mechanism.)
    2013-12-11 15:52:42下载
    积分:1
  • dining-philosophers-varellow
    windows下使用多线程对哲学家就餐问题进行仿真(Dining philosophers problem algorithm simulation)
    2014-05-10 12:27:50下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载