搜索资源列表

  1. 0029

    0下载:
  2. 操作系统中读者写者问题拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试-OS readers to write to the problem of the operating system, achieving readers - who wrote the program examples. Vc with the preparation, direct project documents can b
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:8706
    • 提供者:国威
  1. 操作系统课程设计报告及原代码

    0下载:
  2. 通过实现经典的读者写者问题,巩固对线程及其同步机制的学习效果,加深对相关基本概念的理解,并学习如何将基本原理和实际设计有机的结合。-through the realization of the classic problem of readers to write, and the consolidation of thread synchronization mechanism of the study results, relate
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:215157
    • 提供者:晨风
  1. 读-写

    0下载:
  2. 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题。-the windows 98/2000, the process of creating a console, this process contain n threads. Use of these n threads to expr
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17704
    • 提供者:王飞
  1. Reader_Writer1

    0下载:
  2. 这是读者写者的显示程序,这样可以让大家的程序更加完美-readers to write this is the display program, which would allow all the procedures more perfect
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:48241
    • 提供者:梁庆祥
  1. 读者与写者之JAVA

    1下载:
  2. 读者与写者之JAVA-readers who are supposed to write with JAVA
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2335
    • 提供者:黄竟
  1. 读者写者

    0下载:
  2. 读写问题的vc仿真代码-literacy problems vc simulation code
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:57810
    • 提供者:长征
  1. readerwriter

    0下载:
  2. 读者和写者的问题例子-readers and writing examples, the problem
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:李春
  1. 读者与写者之JAVA

    0下载:
  2. 读者与写者之JAVA-readers who are supposed to write with JAVA
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:
  1. write_first

    0下载:
  2. 写者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许;写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-wrote priority issues. Operating restrictions : a) write-write contradict; 2) read-write mutually exclusive; 3) Read
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:
  1. final.c

    0下载:
  2. 读者和写者,有关操作系统课程设计的 进程和线程,我急需生产者和消费者-readers and writing, the operating system of curriculum design process and thread, I hasten to producers and consumers
  3. 所属分类:进程与线程

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:0030
  1. morethreadreader

    0下载:
  2. 学习操作系统时多线程试验程序,为读者写着问题的多线程程序。有两个,读者优先和写者优先。-study multithreaded operating system testing procedures, readers wrote to the multithreaded programming. Two readers wrote and priority of priorities.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-22
    • 文件大小:19456
    • 提供者:张楠
  1. C++reader

    0下载:
  2. 这是一个用C++实现读者和写者的问题的代码-This is the realization of a C readers and the writing of code
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:xukekekeke
  1. readerandwriter

    0下载:
  2. 计算机专业操作系统读者和写者问题源码,已调试。欢迎下载,谢谢合作。-professional computer operating systems and readers who write FOSS issues, debugging. Welcome to download, Thank you for your cooperation.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:1483776
    • 提供者:an
  1. os_rw

    0下载:
  2. 计算机操作系统实验,读者和写者问题.设置了缓冲池,有详细的注解.-Computer operating system experiments, readers and write the problem. Set up a buffer pool, have a detailed annotation.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:刘晴
  1. readerandwriter

    0下载:
  2. 实现了读者与写者进程之间的同步互斥问题。-Achieved a reader and writer process mutex synchronization problems between.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:82944
    • 提供者:liugang
  1. resder_writer

    0下载:
  2. 在Windows2000或Windows XP环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-In Windows2000 or Windows XP environment, the creation of a console process, this process contains n threads.
  3. 所属分类:系统编程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:lifei
  1. operation

    0下载:
  2. 在linux环境下实现操作系统的读者-写者问题.读者写者随机访问.-In linux operating system environment to achieve the readers- to write the problem. Readers who write random access.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:172032
    • 提供者:sara
  1. czxt

    0下载:
  2. 操作系统的课程设计,关于读者与写者问题,采用多线程解决
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:123904
    • 提供者:姚春萌
  1. caozuoxitong.doc

    0下载:
  2. 操作系统课程设计报告,实现读者与写者问题。-Operating systems curriculum design report, the reader realize the problem and write.
  3. 所属分类:文档资料

    • 发布日期:2024-05-22
    • 文件大小:116736
    • 提供者:凤之羽
  1. reader_writer

    0下载:
  2. 读者写者问题,通过临界资源互斥实现多线程的读写控制-Readers to write those problems through the critical resources mutually exclusive multi-threaded read-write control
  3. 所属分类:系统编程

    • 发布日期:2024-05-22
    • 文件大小:2682880
    • 提供者:邹平
« 1 2 3 4 5 67 8 9 10 11 ... 20 »

源码中国 www.ymcn.org