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

搜索资源列表

  1. 利用读写锁保持线程同步.zip

    0下载:
  2. 利用读写锁保持线程同步
  3. 所属分类:系统编程

    • 发布日期:
    • 文件大小:16168
    • 提供者:
  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. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3212
    • 提供者:茹新华
  1. C_windows_synchronism_control

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

    • 发布日期:2008-10-13
    • 文件大小:71548
    • 提供者:zho
  1. thrmgr

    0下载:
  2. linux下的线程池,其中使用了条件变量,互斥锁等保持线程同步的变量!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8872
    • 提供者:王博
  1. MultiThread

    0下载:
  2. 多线程程序设计 内包括:利用事件对象,临界资源实现多线程同步的程序的实现
  3. 所属分类:系统编程

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

    0下载:
  2. liunx下的shell实现;进程、线程同步的实现;I/O系统调用的比较(mmap)——操作系统的课程设计
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1189159
    • 提供者:xu
  1. EventCore0.004

    0下载:
  2. 什么是EventCore库 EventCore是一个用于提供线程同步,事件驱动,进程间数据传递,高精度计时器等功能的开源库。EventCore的最新源代码,可以在 http://event.googlecode.com 得到。EventCore库使用方便简单,内建线程管理,是开发多线程程序非常实用的一个库。 为什么要开发EventCore库 开发EventCore的目的是为了解决多线程程序通信,数据传递,函数调用,防死锁,线程同步,高精度计时器等问题。笔者在开发多线程程序时常常被线
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:106175
    • 提供者:china yaosan
  1. chengxuyuanma

    0下载:
  2. 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:864
    • 提供者:谢冷阳
  1. 用多进程同步方法解决生产者-消费者问题

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:2008-12-07
    • 文件大小:49152
    • 提供者:hello_cy
  1. shared-memory

    0下载:
  2. 利用信号量,锁,共享内存来实现线程同步的很好的例子-Using semaphores, locks, shared memory to achieve a good example of thread synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1312384
    • 提供者:常顺
  1. 利用读写锁保持线程同步

    0下载:
  2. 利用读写锁保持线程同步-Read-write lock to maintain the use of thread synchronization
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:16481
    • 提供者:none
  1. pthread

    1下载:
  2. linux下的多线程的创建及信号同步,信号量,互斥量-under linux to create multi-threaded and signal synchronization, semaphores, mutex volume
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:26502
    • 提供者:wuqian
  1. CQueue

    0下载:
  2. C++实现的实现了线程同步的缓冲区可以在类的初始化的时候制定缓冲区节点大小和节点个数-C++ implementation of the implementation of thread synchronization buffer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1474
    • 提供者:张洪超
  1. ThreadEvent

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

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

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

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

    0下载:
  2. 针对现在工业监控中的缺乏多路串口同时监测的手法,通过开辟多线程以及线程同步解决了多串口同时监测的问题-Intended for industrial monitoring and control in the absence of multi-channel serial port simultaneously monitor the way, through the creation of multi-threading and thread synchronization to solve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-26
    • 文件大小:9008939
    • 提供者:于禾
  1. Reader-Writer

    0下载:
  2. reader—writer problem 多线程同步算法 linux下实现-reader-writer problem linux multithreaded synchronization algorithm to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:10066
    • 提供者:小贺
  1. solutionofreader-writerproblem

    0下载:
  2. 解决读者-写者多线程同步问题,在Windows环境下运用Visual C++ 6.0实现。-Address the reader- writer multithreading synchronization problems in Windows environment using Visual C++ 6.0 to achieve.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:5354
    • 提供者:小贺
  1. mutex

    0下载:
  2. 在线程实际运行过程中,经常需要多个线程保持同步。这时可以用互斥锁来完成任务。(Threads often require multiple threads to keep synchronization during the actual operation of the thread. You can then use the mutex to complete the task.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:Melodyluer
  1. thread_queue

    0下载:
  2. 线程池 使用 并行处理;多线程使用时最佳选择;收发同步等操作均可以使用(thread pool code;for multi-thread using)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:suzaichuan
« 12 3 4 5 6 »
搜珍网 www.dssz.com