搜索资源列表

  1. duzhexiezhe-c

    0下载:
  2. 读者-写者问题经典的线程同步问题的一个模型,于是我制作本文,希望对学习操作系统实现的有所帮助-reader-wrote the classic problem of synchronization of threads a model, so I produced this paper, hope to learn from the operating system to achieve some help
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:茹新华
  1. AsynchUI

    0下载:
  2. 多线程同步问题及其应用,有效协调各个线程间的同步-multithreaded synchronization and application of effective coordination between the various threads simultaneously
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-10
    • 文件大小:109568
    • 提供者:凡先生
  1. C_windows_synchronism_control

    0下载:
  2. 列举了在windows下用于线程同步控制的多种示例小程序-listed under the windows thread synchronization control for a variety of examples of small procedures
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:71680
    • 提供者:zho
  1. vc_jiqiaoshili_part4

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:377856
    • 提供者:xixi
  1. thrmgr

    0下载:
  2. linux下的线程池,其中使用了条件变量,互斥锁等保持线程同步的变量!-linux under the thread pool, which conditions the use of variables, such as maintaining Mutex variable to synchronize threads!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:王博
  1. TimerTest

    0下载:
  2. 自己编写的关于定时器使用方面的例子,其中包括多种定时器的实现(多媒体,queryPerformance等),其中罪突出的是设计了一个基于多线程同步方式实现的1ms精度的定时器,改方法精度高占用资源少。-I have written on the timer in the use of examples, including the realization of a wide range of timer (multimedia, que
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:61440
    • 提供者:forest
  1. ThreadSyncCriticalSection

    0下载:
  2. 简单,直接地演示了如何利用临界区对象实现线程同步,一看就会!-Simple, direct demonstration of how to use the critical region realize thread synchronization object, one will watch!
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:刘志林
  1. Advanced

    0下载:
  2. 要是GdI的使用和 mdi 多线程 事件的使用 多线程同步 mdi中各个窗体的通信-If the use and mdi GDI multi-threaded events using multi-thread synchronization mdi various forms of communication
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-10
    • 文件大小:284672
    • 提供者:赵玉川
  1. multithread

    0下载:
  2. Windows下的多线程同步程序,实现司机-售票员同步实例-Windows under simultaneous multi-threaded process, the realization of the driver- conductor synchronization examples
  3. 所属分类:按钮控件

    • 发布日期:2024-05-10
    • 文件大小:32768
    • 提供者:李涛
  1. C++MultiThreadProgramming

    0下载:
  2. 全书分为13章,全面讲解构建多线程架构与增量多线程编程技术。第1章介绍了用于构建面向对象程序的不同类型 C++组件,以及如何使用这些组件来构建多线程架构。第2、3、4章简要介绍进程、线程、多任务处理、多线程化、 规划以及线程优先权的概念。第5章讨论进程间和线程间通信。第6章讨论线程和进程同步与合作,详细讨论临界区 、死锁、数据竞争以及无限延迟方面的主题。第7-10章讲解用于线程同步、线程间通信以及多线程处理
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:19652608
    • 提供者:
  1. c

    0下载:
  2. 模拟生产消费者实现线程同步,并且调用了windows提供的API函数-Simulation of production of consumers realize thread synchronization, and call the API functions provided by windows
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:parker
  1. MultiThread

    0下载:
  2. 多线程程序设计 内包括:利用事件对象,临界资源实现多线程同步的程序的实现-Multi-threaded program design, including: the use of event object, critical resources for the realization of multi-threaded synchronization procedures realize
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:943104
    • 提供者:龙建武
  1. os(linuxshellthreadprocess)

    0下载:
  2. liunx下的shell实现;进程、线程同步的实现;I/O系统调用的比较(mmap)——操作系统的课程设计 -liunx realize under the shell the process of the realization of thread synchronization I/O system calls of comparison (mmap)- operating system, curriculum design
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-10
    • 文件大小:1188864
    • 提供者:xu
  1. Semaphore

    0下载:
  2. 通过编程6个哲学家吃饭了解进程(线程)同步与死锁.-Programmed to eat six philosophers to understand the process (thread) synchronization and deadlock.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:632832
    • 提供者:apolo
  1. ThreadSync

    0下载:
  2. 一个用c#编写的关于多线程同步的源代码,供大家学习参考。-A used c# Prepared by the simultaneous multi-threaded source code for everyone to learn the reference.
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:16384
    • 提供者:gcel
  1. bankmoni

    0下载:
  2. 利用多线程同步机制模拟银行帐号的存款取款操作-Using multi-thread synchronization mechanism for simulation of bank account deposits of money to operate
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:oasuifbasf
  1. 717973Buffer_pool

    0下载:
  2. 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:霖犀一智
  1. sync

    0下载:
  2. 实现多线程同步编程: 用软件方法(Peterson算法和Dekker算法)解决临界区问题-兄弟问题。 用同步对象解决临界区问题-兄弟问题。 用互斥量解决生产消费者问题;用信号量解决生产消费者问题。 -Achieve multi-threaded programming Synchronization: Ways to use software [Peterson algorithm and Dekker algo
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:LiChuan
  1. CSHarpThreadProgramming

    0下载:
  2. C#线程同步 C#线程同步,谢谢大家的支持!-C Sharp Thread Synchronization C Sharp Thread Synchronization C Sharp thread synchronization, I would like to thank everyone support!
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:22528
    • 提供者:周乐
  1. CThreadEx

    0下载:
  2. 能实现工作线程和用户界面线程同步控制;MFC多线程应用实例-Work to achieve the user interface thread and thread synchronization control MFC multi-threaded application
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:4392960
    • 提供者:wowoniu
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org