CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - writer

搜索资源列表

  1. reader-writer-problem

    0下载:
  2. reader-writer-problem读者写者问题代码-reader-writer-problem readers to write code problem
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8518
    • 提供者:ws
  1. Reader-Writer

    0下载:
  2. 通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7772
    • 提供者:vivien
  1. Dual_IMEI_Writer.rar

    0下载:
  2. MTK Dual IMEI Writer,MTK Dual IMEI Writer
  3. 所属分类:MTK

    • 发布日期:2017-05-22
    • 文件大小:6863504
    • 提供者:litanhe
  1. I2C-AT24C02--writer-

    0下载:
  2. 一个关于单片机的程序源码,I2C AT24C02 写入程序,具有很好的参考价值。-A program source code on the microcontroller, I2C AT24C02 writer, a good reference value.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:22771
    • 提供者:wanderful
  1. writer-reader

    0下载:
  2. 操作系统实验,进程同步和异步算法,读者-写者实验-Experimental operating system, the process of synchronous and asynchronous algorithm, the readers- to write those experiments
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:693244
    • 提供者:jacky
  1. Intel_Pentium_Pro_BIOS_Writers_Guide

    0下载:
  2. Intel Pentium Pro Processor BIOS Writer’s Guide 2.0
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:166891
    • 提供者:glaux
  1. MXF-Reader-Writer

    0下载:
  2. MXF,MXF Reader,MXF Writer-MXF,MXF Reader,MXF Writer ...
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-29
    • 文件大小:535648
    • 提供者:陈里
  1. FilterASFWriter

    0下载:
  2. 用wmsdk写的directX的 asf writer filter,时学习asf格式和DX filter的很好的例子。-DirectX wmsdk written by the asf writer filter, when learning asf format and DX filter the good example.
  3. 所属分类:DirextX

    • 发布日期:2017-04-16
    • 文件大小:43277
    • 提供者:chengandy
  1. OpenXMLWriterSrc

    0下载:
  2. an Opened XML writer for writing, reading XML file
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:90422
    • 提供者:呂俊宏
  1. WriterIdentification

    0下载:
  2. 写手识别,需要微软的写手识别引擎支持!谢谢下载!-Writer identification, required Microsoft to support the writers Recognition Engine! Download Thank you!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:48609
    • 提供者:邹忠柱
  1. kelukongjian

    0下载:
  2. This control is the first release version of the cdwriter control. You can create your own CD-Writer Software with it. The control supports audio and multi session. Writing "On the fly", cdcopy and wave extraction will be added in the next version. W
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-30
    • 文件大小:163416
    • 提供者:jimidaxia
  1. reader

    0下载:
  2. 本程序是实现操作系统中进程同步算法的程序,一个经典的算法reader/writer问题-This procedure is to achieve the operating system in the process of synchronization algorithm for the procedure, a classical algorithm for reader/writer problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:1205
    • 提供者:zhang
  1. DM6446EVM_flashwriter_nand

    0下载:
  2. 此為TI DM6446 EVM board上Nand flash 燒錄程式原碼,這是CCS裡的專案,下載後解開直接編譯即可-This is the TI DM6446 EVM board on Nand flash writer source code, which is in the CCS project, download the compiler can be solved directly
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:195332
    • 提供者:mingkuang tsai
  1. reader_writer.c

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

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

    1下载:
  2. mtk 改串号软件 很好用 以测试 请放心使用 谢谢大家-mtk Change IMEI Please be assured that the software used to test very well thank you
  3. 所属分类:MTK

    • 发布日期:2012-11-19
    • 文件大小:6800
    • 提供者:张泽军
  1. 1123

    0下载:
  2. 创建一个控制进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。运行结果显示要求:要求在每个线程创建、发出读写申请、开始读写操作和结束读写操作时分别显示一行提示信息,以确定所有处理都遵守相应的读写操作限制。 读者-写者问题的读写操作限制-Create a control process, this process contains n threads. Use of these n thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1646681
    • 提供者:a221221a
  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. Labwindows程序Writer

    0下载:
  2. 使用labwindows编写的执行“写”功能的程序。(Writer by labwindows)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:12288
    • 提供者:依云让
  1. EMV Reader Writer

    7下载:
  2. EMV Reader Writer V8
  3. 所属分类:其他

    • 发布日期:2019-11-28
    • 文件大小:1118208
    • 提供者:H122
  1. EMV Reader Writer v11.5

    3下载:
  2. emv writer reader software v11.5
  3. 所属分类:操作系统开发

    • 发布日期:2021-01-22
    • 文件大小:8604672
    • 提供者:navinhillpark
« 12 3 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com