CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线程同步

搜索资源列表

  1. xianchengtongbu

    0下载:
  2. 在访问临界区的问题当中,因为临界区在一个时间只允许一个进程访问,因此为了解决同步问题,我们要用到线程同步机制。首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,观察某些异常现象。针对这样的问题,采用两个解决方案:①利用Windows和mutex机制,②采用软件方案,并比较这两种方案的性能优劣。-During his visit to these critical areas, as critical a time in a process only allows access to
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2554191
    • 提供者:小江
  1. dgegc

    0下载:
  2. 通过实现经典的读者写者问题,巩固对线程及其同步机制的学习效果,加深对相关基本概念的理解,并学习如何将基本原理和实际设计有机的结合-Through the realization of the classical problem of the readers to write, to consolidate on the threads and synchronization mechanisms of learning and deepen the understanding of basic
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:63640
    • 提供者:yu
  1. ThreadSynByCriticalSections

    0下载:
  2. 使用临界区方法的线程同步,能够阻止两个或多个不同的线程在同一时间内访问同一个代码区域。适用于WinCE环境。-The use of critical methods of thread synchronization, to prevent two or more different threads at the same time to visit the same region code. Applicable to WinCE environment.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:116890
    • 提供者:秦中元
  1. ThreadSynBySemaphore

    0下载:
  2. 使用信号量的线程同步技术,可以允许预定数目的线程同时进入要同步的代码。适用于WinCE环境。-The use of Semaphore thread synchronization technology, can allow pre-determined number of threads to be synchronized at the same time to enter the code. Applicable to WinCE environment.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-25
    • 文件大小:117247
    • 提供者:秦中元
  1. tongbu

    0下载:
  2. 操作系统课程设计——两个线程同步,包括线程创建、挂起与等待。-Operating systems curriculum design- the two thread synchronization, including thread creation, hang and wait.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:33014
    • 提供者:denggaoming
  1. SystemOs

    0下载:
  2. 用多线程同步方法解决哲学家就餐问题 操作系统课程设计 Dining-Philosophers Problem-Dining-Philosophers Problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:558599
    • 提供者:刘玮
  1. ProducerConsumer

    0下载:
  2. 一个关于线程同步锁机制(生产者和消费者)的经典历程-A thread synchronization lock mechanism (producers and consumers) of the classic history of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:671
    • 提供者:
  1. thread

    0下载:
  2. 这是学习操作系统时的作业,这个是关于线程同步的实验.内含有实验报告.-This is the time to learn the operation of the operating system, this is a thread synchronization on the experiment. The report contains experimental.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1296291
    • 提供者:肖宗花
  1. ThreadAsyn

    0下载:
  2. 用EVC写的WINCE的线程同步程序,可以学习习怎么创建线程!-WINCE using EVC wrote the thread synchronization process!
  3. 所属分类:Windows CE

    • 发布日期:2017-05-06
    • 文件大小:1469569
    • 提供者:LJ
  1. VCPPT

    0下载:
  2. 这是一套VC++及MFC学习的经典PPT学习资料,内容涵盖了Windows 程序运行原理,掌握VC++,文档,文件,文本编程,对话框,菜单,网络编程,进程间通信,线程同步与异步套接字,动态链接库,创建兼容及HOOK和数据库访问等十几个VC++学习的难点-This is a set of VC++ and MFC to learn classical PPT learning materials, covering the Windows program is running principle,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:172936
    • 提供者:liza
  1. 1

    0下载:
  2. c#数据同步,运用两个线程,将两个线程的数据进行同步-c# data synchronization, using two threads, two threads of data synchronization
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:45466
    • 提供者:qingchun
  1. tools

    0下载:
  2. 一些简单的线程类、线程同步类、socket类等等常用小工具类-Some simple thread class, thread synchronization classes, socket classes commonly used small tools, etc.
  3. 所属分类:Document

    • 发布日期:2017-04-09
    • 文件大小:9002
    • 提供者:mazhao
  1. ThreadEvent

    0下载:
  2. 利用事件对象实现线程同步,适合于Winodws系统编程,对初学者很有帮助-use Event Thread,suitable to beginer of windows use Visual C++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:22927
    • 提供者:刘力
  1. mune

    0下载:
  2. 线程同步机制。 互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex' s function and the critical region is
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1888089
    • 提供者:陈小
  1. timesuspend

    0下载:
  2. 采用多线程,系统事件来哦实现系统延时挂,是学习线程同步的好例子-Multi-threaded, system events for system delay Oh, hang, is to learn a good example of thread synchronization
  3. 所属分类:Windows CE

    • 发布日期:2017-05-16
    • 文件大小:4071338
    • 提供者:mojianfneg
  1. Racing

    0下载:
  2. 多线程应用实例 此例应用多线程同步技术实现多马赛马,可实时调整各马速度。-Multi-Threading
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1887367
    • 提供者:wxp
  1. Reader_Writer_plus

    0下载:
  2. 一个属于操作系统方面的一个著名的读者写者问题,通过它的实现可以对操作系统信号量机制和进程线程同步及通信有深刻的理解-A part of the operating system in a well-known readers to write those problems, through its implementation can be a mechanism and process of the operating system semaphore thread synchronizati
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:31749
    • 提供者:macintosh
  1. DelphiWindowshexinbiancheng

    0下载:
  2. 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:49119913
    • 提供者:龙文
  1. testMultiOp

    0下载:
  2. 这是一个在MFC下的线程同步的例子,我在其中用了一个副线程(SecondApplication)来处理对话框的消息,同时处理消息,将处理的消息反馈给对话框的textbox-This is an MFC thread synchronization under the examples in which I used a vice thread (SecondApplication) to handle the dialog box message, while addressing the me
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:45693
    • 提供者:sunyi
  1. ccriticalsection

    0下载:
  2. ccriticalsection线程同步-ccriticalsection Thread Synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:840
    • 提供者:白蔷
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com