CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - Synchronization

搜索资源列表

  1. MultiThread

    0下载:
  2. Windows95多线程间同步事件的控制方法-Windows95 multithreaded synchronization between the control methods
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10.62kb
    • 提供者:王震
  1. thread_sync

    0下载:
  2. VC++多线程开发程序实例,可以了解多线程的同步问题。-VC multithreaded development program examples can understand multithreaded synchronization.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36.46kb
    • 提供者:王五
  1. ThreadSync01

    0下载:
  2. 当你在程序中使用多线程时,这经常会用到,而且这些线程需要同时访问同一个资源时,这个可能性很大,这时候你就需要用到线程同步技术。有些线程以只读方式访问资源,我们叫它ReadThread,而有些线程却需要对资源进行写入,我们叫它WriteThread,我们暂时先这样称呼。如果一个线程对资源的访问是读写方式,我们把它看作是WriteThread。 -when you process multiple threads, which are often used, but these threads
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.29kb
    • 提供者:周将华
  1. Philosopher(new)

    0下载:
  2. 这是一道经典的线程同步问题——哲学家吃饭问题。这里结合了win32使得这个问题可视化了-This is a classic thread synchronization -- philosopher food problem. Win32 here combination of this makes the issue of visualization
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16.68kb
    • 提供者:Freedom
  1. OSWORK01

    0下载:
  2. 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:33.47kb
    • 提供者:哈哈哈
  1. SServer

    0下载:
  2. 时间同步服务编程,对爱好网络编程的朋友非常有用.后面上传客户端-time synchronization service programming, network programming right-loving friends very useful. Behind upload client
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66.21kb
    • 提供者:孙刚
  1. SClient

    0下载:
  2. 时间同步客户端,WINDOWS下的.后面有LINUX下的同步客户端.-time synchronization client, the Windows. LINUX is behind the synchronization client.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:58.62kb
    • 提供者:孙刚
  1. 线程同步小技巧

    1下载:
  2. 该嗲马例子提供了线程同步小技巧,为多线程中同步提供操作方案。-the whine Ma examples of small thread synchronization techniques, multi-threaded for synchronous operation for the program.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37.03kb
    • 提供者:张连成
  1. 模拟进程同步

    0下载:
  2. 模拟操作系统里的进程的同步实现,用C开发。-operating system simulation of the process of synchronization with C development.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29.15kb
    • 提供者:李小刚
  1. ossue

    0下载:
  2. 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchronization, contradict operation exa
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.88kb
    • 提供者:苏匀
  1. Critical

    0下载:
  2. 通过火车售票系统的事例来讲解利用互斥对象实现线程同步,对初学线程同步很有帮助-train ticketing system through the use of examples to explain Mutex object to synchronize threads, thread synchronization for beginners helpful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5.4kb
    • 提供者:黄磊
  1. singleclass

    1下载:
  2. C++的单件类封装类,该类提供了共享单件类的线程之间的同步机制。-C + + in a single category Packaging categories, such sharing of a single type of thread synchronization mechanism between.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.63kb
    • 提供者:王家全
  1. BarSvr

    0下载:
  2. 一个多线程,线程同步的例子, (debug一个目录和一个配置文件是执行程序使用的,所以没有删除)-more than one thread, thread synchronization example, (debug a catalog and a configuration file is used in the implementation of procedures, there is no delete)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:69.22kb
    • 提供者:朱洪祥
  1. synchronization

    0下载:
  2. windows线程的创建和用线程等待实现线程的同步-windows thread creation and the use of threads waiting to achieve thread synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:31.31kb
    • 提供者:yutou
  1. Win32-Multithreading-and-Synchronization

    0下载:
  2. This tutorial will explain how to create and manage multiple threads in Windows. This is an advanced tutorial the reader should be familiar with Win32 programming.-This tutorial will explain how to create and manage multiple threads in Windows. This
  3. 所属分类:进程与线程

    • 发布日期:2017-03-30
    • 文件大小:6.74kb
    • 提供者:magna
  1. Process-mutex-synchronization-and

    0下载:
  2. 进程的同步与互斥实验,以生产者和消费者的角度阐明进程之间的同步与互斥是怎样实现的-Process synchronization and mutual exclusion experiment to clarify the perspective of producers and consumers, synchronization and mutual exclusion between processes is how to achieve
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:2.94mb
    • 提供者:张萌萌
  1. synchronization-and-deadlock

    0下载:
  2. C_线程系列讲座(4):同步与死锁问题的避免-The C_ thread lecture series (4): synchronization and deadlock
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:7.48kb
    • 提供者:胡天
  1. The-synchronization-of-the-Monitor

    0下载:
  2. C_线程系列讲座(5):同步技术之Monitor-The C_ thread lecture series (5): The synchronization of the Monitor
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:116.79kb
    • 提供者:胡天
  1. Thread-Synchronization

    0下载:
  2. 调用SDK win32 api来编写多线程的程序,很好地说明了线程同步问题,通过稍微的更改原程序,就可以是原来没有考虑线程同步问题的程序解决同步问题。该源代码给出了最终完整代码,很有帮助学习。-SDK win32 api to write multi-threaded programs is called a good illustration of the thread synchronization problem, through slight changes to the origin
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-11
    • 文件大小:516.49kb
    • 提供者:海子
  1. Thread-Synchronization

    1下载:
  2. VC++6.0中实现线程同步,分别采用互斥对象、临界区对象、事件对象以及信号量对象来实现对线程的同步操作,代码经过项目的检验。-VC++ 6.0 to implement thread synchronization, respectively mutex object, the critical section object, event objects, and semaphores objects to implement thread synchronization, the code
  3. 所属分类:Process-Thread

    • 发布日期:2015-11-22
    • 文件大小:2.38mb
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com