搜索资源列表

  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. mchpmsd

    0下载:
  2. pic mcu code:This application note describes the design and implementation of a USB Mass Storage Device (MSD) using a Secure Digital card, which should prove useful to developers of USB mass storage solutions. This
  3. 所属分类:USB编程

    • 发布日期:2024-04-23
    • 文件大小:468992
    • 提供者:赵伟刚
  1. reader-writer-problem

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

    • 发布日期:2024-04-23
    • 文件大小:8192
    • 提供者:ws
  1. reader-writer-program

    0下载:
  2. 这是操作系统经典并发程序,用C++语言实现-This is classic operating system with procedures, with C language
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-23
    • 文件大小:654336
    • 提供者:yuxi
  1. PDF_Saver

    0下载:
  2. The main purpose of this paper is to demonstrate how to create a PDF writer by using Virtual Printer Method, which gives your applications an ability to generate PDF file through simply "printing". I am pretty sure there
  3. 所属分类:Windows编程

    • 发布日期:2024-04-23
    • 文件大小:94208
    • 提供者:
  1. MartISP22

    0下载:
  2. Winbond isp writer
  3. 所属分类:FlashMX源码

    • 发布日期:2024-04-23
    • 文件大小:371712
    • 提供者:
  1. readerandwriter

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

    • 发布日期:2024-04-23
    • 文件大小: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-04-23
    • 文件大小:2048
    • 提供者:lifei
  1. SD

    0下载:
  2. 这是一个SD卡读写的子程序,大家共享一下!-This is an SD card reader-writer of the subroutine, we share about!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-23
    • 文件大小:3072
    • 提供者:侯长波
  1. emiftofifo

    0下载:
  2. This program uses the HF flag of a FIFO to trigger reads, guaranteeing that the FIFO is never blocked for the writer, giving high throughput for the reader (bursts of D/2 = 128) and guaranteeing that the the reader will
  3. 所属分类:DSP编程

    • 发布日期:2024-04-23
    • 文件大小:2048
    • 提供者:宋涛
  1. reader-writer

    0下载:
  2. 计算机操作系统上机实验,其中的读者写者问题的实现-Computer operating system on the machine experiment, in which readers write the realization of the problem
  3. 所属分类:系统编程

    • 发布日期:2024-04-23
    • 文件大小:54272
    • 提供者:沈玉
  1. reader-writer

    0下载:
  2. 操作系统中的经典问题,初步实现了这个问题的功能,对初学者很有帮助
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-23
    • 文件大小:2048
    • 提供者:王宁
  1. ioliu

    0下载:
  2. * io流 运用 * 注意:只要子类 包含以下类名字的,就是该流的继承 * InputStream----- 输入字节流 * Reader-------- 输入字符流 * OutputStream-----输出字节流 * Writer --------输出字符流-* Io stream use* Note: As long as sub-class includes the following ty
  3. 所属分类:多媒体编程

    • 发布日期:2024-04-23
    • 文件大小:4096
    • 提供者:彷徨
  1. Reader-Writer

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

    • 发布日期:2024-04-23
    • 文件大小:7168
    • 提供者:vivien
  1. No1

    0下载:
  2. 人脸识别,用于人脸图片的检测领域,对于初学则有一定意义,作者来自麦吉尔大学-Face Recognition for Human Face Detection picture field, the beginner will have a certain sense, the writer from McGill University
  3. 所属分类:matlab例程

    • 发布日期:2024-04-23
    • 文件大小:1024
    • 提供者:lee
  1. Reader-Writer

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

    • 发布日期:2024-04-23
    • 文件大小:10240
    • 提供者:小贺
  1. Labwindows程序Writer

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

    • 发布日期:2024-04-23
    • 文件大小:12288
    • 提供者:依云让
  1. EMV Reader Writer

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

    • 发布日期:2024-04-23
    • 文件大小:1118208
    • 提供者:H122
  1. EMV Reader Writer v11.5

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

    • 发布日期:2024-04-23
    • 文件大小:8604672
    • 提供者:navinhillpark
« 12 3 4 5 6 7 8 9 10 ... 39 »

源码中国 www.ymcn.org