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

搜索资源列表

  1. GameMastera

    0下载:
  2. mfc写的游戏修改器,读取内存修改,总体设计不错-mfc write of the game changes, reader memory changes, good design
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:97.76kb
    • 提供者:毛毛
  1. RandW

    0下载:
  2. 读者-写者问题源代码,实现进程之间的同步与互斥 -reader-written source code problem, the realization of the process of synchronization and mutex
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:104.45kb
    • 提供者:yan
  1. 读者与写者模拟

    0下载:
  2. 在Windows Xp 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。 读者-写者问题的读写操作限制: 读者-写者的读写限制(包括读者优先和写者优先) 1)写-写互斥,即不能有两个写者同时进行写操作 2)读-写互斥,即不能同时有一个读者在读,同时却有一个写者在写 3)读读允许,即可以有2个以上的读者同时读 将所有的读者和所有的写者分别放进两个等待队列中,当读
  3. 所属分类:进程与线程

    • 发布日期:2011-06-04
    • 文件大小:17.61kb
    • 提供者:zhzghyd
  1. 67506229writer-reader

    0下载:
  2. 通过本程序可以实现os中经典的读者写者问题,欢迎下载-This procedure can be achieved through os classic readers to write in the problem are welcome to download
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:677kb
    • 提供者:笑哈哈
  1. duzhexiezhe

    0下载:
  2. 多线程下的读者写着程序,用的是读者优先的写法。-Multi-threaded program under the reader wrote, using the wording of the priority readers.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1.9kb
    • 提供者:陈媛
  1. readerwriter

    0下载:
  2. 通过读者与写者(写者优先)的模型,模拟线程及其同步机制-Through the reader and writer (written preferred) model to simulate the threads and synchronization mechanisms
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2.22kb
    • 提供者:屠娇娇
  1. reader_writer.c

    0下载:
  2. reader-writer problem implemented in C
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:593byte
    • 提供者:somit
  1. RandW

    0下载:
  2. 读者写者进程同步问题解决方案,利用临界区,信号量来实现进程或者线程同步-Reader-writer synchronization process solutions, using the critical area, the signal values in order to achieve the process or thread synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2.92kb
    • 提供者:
  1. MulThread

    0下载:
  2. 多线程的资料,非常方便读者理解多线程,同时也比较透彻地解析了多线程的原理-Multi-threaded data, very convenient to the reader to understand multi-threading, but also more thorough analysis of the principle of multi-threading
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:1.35kb
    • 提供者:
  1. read-write

    0下载:
  2. C++ 模拟经典读写模型 多线程实现-C++ simulation model of the classic reader
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1.15kb
    • 提供者:zcw
  1. simplePC

    0下载:
  2. Windows进程和线程创建方法实现一个简单的读者写者程序,读者将1~10十个数字一次填入临界区gData,当且仅当gData被读者消费后,写者才可以写入下一个数。-Windows process and thread creation method to implement a simple reader writer program, readers will be number 1 to 10 ten critical areas once populated gData, if and
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1.2mb
    • 提供者:pupu
  1. TestReaderAndWriter

    0下载:
  2. 操作系统中读者写者问题的模拟实现采用java多线程方式实现-Reader and Writer(Reader First)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1.2kb
    • 提供者:zhanghuachao
  1. reader_and_writer

    0下载:
  2. 读者写者问题模拟的实现,vs2008开发环境,有助于理解windows下的多进程机制-the reader and writer problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2.77mb
    • 提供者:Jason
  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. wr

    0下载:
  2. 操作系统多线程/进程读者写者问题 vc++ 报告 源码-The operating system multithreading/process reader source code. The problem of vc++ report
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:62.15kb
    • 提供者:mr.zhang
  1. rd

    0下载:
  2. 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-In Windows2000 environment, create a console process, this process contains n threads. N threads with which to express n a reader or writer. Each threa
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:6.01kb
    • 提供者:郑明钊
  1. reader

    0下载:
  2. 简单实现控制多个线程操作的代码,对大家会有很大帮助-Simple operation for control multiple threads of code, will be very helpful to everyone
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1.53mb
    • 提供者:方辉
  1. Reader-Writer_Problem)

    0下载:
  2. 用多线程同步方法解决读者-写者问题。为每个读者/写者产生一个线程,设计正确的同步算法-With multi-thread synchronization methods to solve the reader- writer problem. For each reader/writer to produce a thread, correct synchronization algorithm design
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:165.31kb
    • 提供者:nieyuanhao
  1. Reader-Writer

    0下载:
  2. 创建一个控制台进程,此进程包含n个线程,用这n个线程来表示n个读者或写者,每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作,用信号量机制分别实现读者优先和写者优先的读者-写者问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先): 写-写互斥,即不能有两个写者同时进行写操作。 读-写互斥,即不能同时有一个线程在读,而另一个线程在写。 读-读允许,即可以有一个或多个读者在读。 读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:7.34kb
    • 提供者:何必
  1. zhe-reader-zhe-writer

    1下载:
  2. 多进程/线程编程:读者-写者问题。      1,设置两类进程/线程,一类为读者,一类为写者;   2,随机启动读者或写者;  3,显示读者或写者执行状态;  4,随着进程/线程的执行,更新显示;  -Multi-process/thread programming: Readers- write the problem. 1, set two types of processes/threads, o
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:13.3kb
    • 提供者:刘禹
« 12 »
搜珍网 www.dssz.com