文件名称:xianchengtongbu
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.44mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
在访问临界区的问题当中,因为临界区在一个时间只允许一个进程访问,因此为了解决同步问题,我们要用到线程同步机制。首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,观察某些异常现象。针对这样的问题,采用两个解决方案:①利用Windows和mutex机制,②采用软件方案,并比较这两种方案的性能优劣。-During his visit to these critical areas, as critical a time in a process only allows access to, so in order to solve the synchronization problem, we need to thread synchronization mechanism. First of all, sharing of data resources to create two concurrent threads. In the absence of synchronization control mechanism, the observation of certain anomalies. For such problems, the use of two solutions: ① the use of Windows and mutex mechanism, ② the use of software programs, and compare the performance of both the merits of the program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
线程同步机制/实验报告文档.doc
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.cpp
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.dsp
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.dsw
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.ncb
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.opt
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.plg
线程同步机制/源程序/1.Without_mutex/Debug/1.Without_mutex.exe
线程同步机制/源程序/1.Without_mutex/Debug/1.Without_mutex.ilk
线程同步机制/源程序/1.Without_mutex/Debug/1.Without_mutex.obj
线程同步机制/源程序/1.Without_mutex/Debug/1.Without_mutex.pch
线程同步机制/源程序/1.Without_mutex/Debug/1.Without_mutex.pdb
线程同步机制/源程序/1.Without_mutex/Debug/vc60.idb
线程同步机制/源程序/1.Without_mutex/Debug/vc60.pdb
线程同步机制/源程序/1.Without_mutex/hunluan.ncb
线程同步机制/源程序/1.Without_mutex/hunluan.opt
线程同步机制/源程序/1.Without_mutex/ReadMe.txt
线程同步机制/源程序/1.Without_mutex/StdAfx.cpp
线程同步机制/源程序/1.Without_mutex/StdAfx.h
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.cpp
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.dsp
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.dsw
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.ncb
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.opt
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.plg
线程同步机制/源程序/2.With_mutex_ByWin/Debug/2.With_mutex_ByWin.exe
线程同步机制/源程序/2.With_mutex_ByWin/Debug/2.With_mutex_ByWin.ilk
线程同步机制/源程序/2.With_mutex_ByWin/Debug/2.With_mutex_ByWin.obj
线程同步机制/源程序/2.With_mutex_ByWin/Debug/2.With_mutex_ByWin.pch
线程同步机制/源程序/2.With_mutex_ByWin/Debug/2.With_mutex_ByWin.pdb
线程同步机制/源程序/2.With_mutex_ByWin/Debug/vc60.idb
线程同步机制/源程序/2.With_mutex_ByWin/Debug/vc60.pdb
线程同步机制/源程序/2.With_mutex_ByWin/hunluan1.ncb
线程同步机制/源程序/2.With_mutex_ByWin/hunluan1.opt
线程同步机制/源程序/2.With_mutex_ByWin/ReadMe.txt
线程同步机制/源程序/2.With_mutex_ByWin/StdAfx.cpp
线程同步机制/源程序/2.With_mutex_ByWin/StdAfx.h
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.cpp
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.dsp
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.dsw
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.ncb
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.opt
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.plg
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/3.With_mutex_ByPeterson.exe
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/3.With_mutex_ByPeterson.ilk
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/3.With_mutex_ByPeterson.obj
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/3.With_mutex_ByPeterson.pch
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/3.With_mutex_ByPeterson.pdb
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/StdAfx.obj
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/vc60.idb
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/vc60.pdb
线程同步机制/源程序/3.With_mutex_ByPeterson/hunluan2.ncb
线程同步机制/源程序/3.With_mutex_ByPeterson/hunluan2.opt
线程同步机制/源程序/3.With_mutex_ByPeterson/ReadMe.txt
线程同步机制/源程序/3.With_mutex_ByPeterson/StdAfx.cpp
线程同步机制/源程序/3.With_mutex_ByPeterson/StdAfx.h
线程同步机制/源程序/1.Without_mutex/Debug
线程同步机制/源程序/1.Without_mutex/hlp
线程同步机制/源程序/1.Without_mutex/res
线程同步机制/源程序/2.With_mutex_ByWin/Debug
线程同步机制/源程序/2.With_mutex_ByWin/hlp
线程同步机制/源程序/2.With_mutex_ByWin/res
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug
线程同步机制/源程序/3.With_mutex_ByPeterson/hlp
线程同步机制/源程序/3.With_mutex_ByPeterson/res
线程同步机制/源程序/1.Without_mutex
线程同步机制/源程序/2.With_mutex_ByWin
线程同步机制/源程序/3.With_mutex_ByPeterson
线程同步机制/可执行系统
线程同步机制/源程序
线程同步机制
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.cpp
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.dsp
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.dsw
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.ncb
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.opt
线程同步机制/源程序/1.Without_mutex/1.Without_mutex.plg
线程同步机制/源程序/1.Without_mutex/Debug/1.Without_mutex.exe
线程同步机制/源程序/1.Without_mutex/Debug/1.Without_mutex.ilk
线程同步机制/源程序/1.Without_mutex/Debug/1.Without_mutex.obj
线程同步机制/源程序/1.Without_mutex/Debug/1.Without_mutex.pch
线程同步机制/源程序/1.Without_mutex/Debug/1.Without_mutex.pdb
线程同步机制/源程序/1.Without_mutex/Debug/vc60.idb
线程同步机制/源程序/1.Without_mutex/Debug/vc60.pdb
线程同步机制/源程序/1.Without_mutex/hunluan.ncb
线程同步机制/源程序/1.Without_mutex/hunluan.opt
线程同步机制/源程序/1.Without_mutex/ReadMe.txt
线程同步机制/源程序/1.Without_mutex/StdAfx.cpp
线程同步机制/源程序/1.Without_mutex/StdAfx.h
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.cpp
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.dsp
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.dsw
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.ncb
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.opt
线程同步机制/源程序/2.With_mutex_ByWin/2.With_mutex_ByWin.plg
线程同步机制/源程序/2.With_mutex_ByWin/Debug/2.With_mutex_ByWin.exe
线程同步机制/源程序/2.With_mutex_ByWin/Debug/2.With_mutex_ByWin.ilk
线程同步机制/源程序/2.With_mutex_ByWin/Debug/2.With_mutex_ByWin.obj
线程同步机制/源程序/2.With_mutex_ByWin/Debug/2.With_mutex_ByWin.pch
线程同步机制/源程序/2.With_mutex_ByWin/Debug/2.With_mutex_ByWin.pdb
线程同步机制/源程序/2.With_mutex_ByWin/Debug/vc60.idb
线程同步机制/源程序/2.With_mutex_ByWin/Debug/vc60.pdb
线程同步机制/源程序/2.With_mutex_ByWin/hunluan1.ncb
线程同步机制/源程序/2.With_mutex_ByWin/hunluan1.opt
线程同步机制/源程序/2.With_mutex_ByWin/ReadMe.txt
线程同步机制/源程序/2.With_mutex_ByWin/StdAfx.cpp
线程同步机制/源程序/2.With_mutex_ByWin/StdAfx.h
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.cpp
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.dsp
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.dsw
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.ncb
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.opt
线程同步机制/源程序/3.With_mutex_ByPeterson/3.With_mutex_ByPeterson.plg
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/3.With_mutex_ByPeterson.exe
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/3.With_mutex_ByPeterson.ilk
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/3.With_mutex_ByPeterson.obj
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/3.With_mutex_ByPeterson.pch
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/3.With_mutex_ByPeterson.pdb
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/StdAfx.obj
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/vc60.idb
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug/vc60.pdb
线程同步机制/源程序/3.With_mutex_ByPeterson/hunluan2.ncb
线程同步机制/源程序/3.With_mutex_ByPeterson/hunluan2.opt
线程同步机制/源程序/3.With_mutex_ByPeterson/ReadMe.txt
线程同步机制/源程序/3.With_mutex_ByPeterson/StdAfx.cpp
线程同步机制/源程序/3.With_mutex_ByPeterson/StdAfx.h
线程同步机制/源程序/1.Without_mutex/Debug
线程同步机制/源程序/1.Without_mutex/hlp
线程同步机制/源程序/1.Without_mutex/res
线程同步机制/源程序/2.With_mutex_ByWin/Debug
线程同步机制/源程序/2.With_mutex_ByWin/hlp
线程同步机制/源程序/2.With_mutex_ByWin/res
线程同步机制/源程序/3.With_mutex_ByPeterson/Debug
线程同步机制/源程序/3.With_mutex_ByPeterson/hlp
线程同步机制/源程序/3.With_mutex_ByPeterson/res
线程同步机制/源程序/1.Without_mutex
线程同步机制/源程序/2.With_mutex_ByWin
线程同步机制/源程序/3.With_mutex_ByPeterson
线程同步机制/可执行系统
线程同步机制/源程序
线程同步机制
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.