文件名称:BCB多线程

  • 所属分类:
  • 进程与线程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2017-09-01
  • 文件大小:
  • 191kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 大***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

程序的执行原理是这样的,一个多线程里面包含了读和写test.txt记事本的功能。
因为读写记事本的消耗时间很短,在写记事本里面故意加了2s延时以造成多线程的明显冲突。本多线程是使用的临界区:CRITICAL_SECTION。按下按钮,通知线程要写入一串字符(线程执行完需要2s以上),延时20ms后通知线程再写入一串字符,跟第一次写入造成“冲突”,延时20ms后,在两个写都没完成时再通知线程要读同一个记事本。
因此造成线程中三个事件“打架”。(Procedures for the implementation of the principle is like this, a multi-threaded, which contains the reading and writing test.txt Notepad function.
Because the time spent reading and writing Notepad is very short, in writing Notepad, deliberately added 2S delay, resulting in obvious conflicts of multi-threaded. This multithreading is the critical area used: CRITICAL_SECTION. Press the button, thread to write a string of characters (the thread executing need more than 2S), 20ms after the delay notification thread and then write a string of characters, with the first written by "conflict", 20ms after the delay, in two did not complete the write again when the thread to read with a notebook.Thus causing three events in the thread to "fight"".)
相关搜索: bcb
临界区
多线程

(系统自动生成,下载前可以参看下载内容)

下载文件列表

ThreadTxt.h

Unit1.cpp

Unit1.dfm

Unit1.h

WRtext.bcc32pch

WRtext.bpr

WRtext.cpp

WRtext.exe

WRtext.res

说明.txt

ThreadTxt.cpp

相关说明

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

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org