CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法

文件名称: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
线程同步机制/可执行系统
线程同步机制/源程序
线程同步机制

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com