Welcome![Sign In][Sign Up]
Location:
Search - writer

Search list

[File Operatereader-writer-problem

Description: reader-writer-problem读者写者问题代码-reader-writer-problem readers to write code problem
Platform: | Size: 8518 | Author: ws | Hits:

[OS DevelopReader-Writer

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

[USB developmchpmsd

Description: 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 application may be used as a stand-alone MSD or as a Secure Digital/Multimedia Card (SD/MMC) reader/ writer interface.-pic mcu code : This application note describes the design and implementation of a USB Mass Storage Device (MS D) using a Secure Digital card, which should prove useful to developers of USB m ass storage solutions. This application may be used as a stand-alone MSD or as a Secure Digital/Multimedia Card (SD/MMC) reader/writer inter face.
Platform: | Size: 468992 | Author: 赵伟刚 | Hits:

[File Formatreader-writer-problem

Description: reader-writer-problem读者写者问题代码-reader-writer-problem readers to write code problem
Platform: | Size: 8192 | Author: ws | Hits:

[OS Developreader-writer-program

Description: 这是操作系统经典并发程序,用C++语言实现-This is classic operating system with procedures, with C language
Platform: | Size: 654336 | Author: yuxi | Hits:

[Windows DevelopPDF_Saver

Description: 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 are many PDF writers using the same technique, saying PrimoPDF (http://www.primopdf.com/ ). However you probably wish to create your own PDF writer in some day. I here give an example to uncover the whole process of creating such kind of PDF writer.
Platform: | Size: 94208 | Author: | Hits:

[FlashMXMartISP22

Description: Winbond isp writer
Platform: | Size: 371712 | Author: | Hits:

[OS Developreaderandwriter

Description: 实现了读者与写者进程之间的同步互斥问题。-Achieved a reader and writer process mutex synchronization problems between.
Platform: | Size: 82944 | Author: liugang | Hits:

[OS programresder_writer

Description: 在Windows2000或Windows XP环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-In Windows2000 or Windows XP environment, the creation of a console process, this process contains n threads. Using this n that n threads to a reader or writer. Each thread in accordance with the corresponding test data files to read and write operation requirements. Semaphore mechanism with the respective priorities and the achievement of the readers who write priority issue.
Platform: | Size: 2048 | Author: lifei | Hits:

[SCMSD

Description: 这是一个SD卡读写的子程序,大家共享一下!-This is an SD card reader-writer of the subroutine, we share about!
Platform: | Size: 3072 | Author: 侯长波 | Hits:

[DSP programemiftofifo

Description: 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 not be stuck in the top half of the FIFO.
Platform: | Size: 2048 | Author: 宋涛 | Hits:

[OS programreader-writer

Description: 计算机操作系统上机实验,其中的读者写者问题的实现-Computer operating system on the machine experiment, in which readers write the realization of the problem
Platform: | Size: 54272 | Author: 沈玉 | Hits:

[OS Developreader-writer

Description: 操作系统中的经典问题,初步实现了这个问题的功能,对初学者很有帮助
Platform: | Size: 2048 | Author: 王宁 | Hits:

[Multimedia Developioliu

Description: * io流 运用 * 注意:只要子类 包含以下类名字的,就是该流的继承 * InputStream----- 输入字节流 * Reader-------- 输入字符流 * OutputStream-----输出字节流 * Writer --------输出字符流-* Io stream use* Note: As long as sub-class includes the following types of names, that is, the stream* InputStream----- succession input byte stream* Reader-------- input character stream* OutputStream---- output byte stream* Writer-------- output character stream
Platform: | Size: 4096 | Author: 彷徨 | Hits:

[OS DevelopReader-Writer

Description: 通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。 -By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the reader must wait until those who had not been written in a wait state after the read operation can begin.
Platform: | Size: 7168 | Author: vivien | Hits:

[matlabNo1

Description: 人脸识别,用于人脸图片的检测领域,对于初学则有一定意义,作者来自麦吉尔大学-Face Recognition for Human Face Detection picture field, the beginner will have a certain sense, the writer from McGill University
Platform: | Size: 1024 | Author: lee | Hits:

[Linux-UnixReader-Writer

Description: reader—writer problem 多线程同步算法 linux下实现-reader-writer problem linux multithreaded synchronization algorithm to achieve
Platform: | Size: 10240 | Author: 小贺 | Hits:

[Windows DevelopLabwindows程序Writer

Description: 使用labwindows编写的执行“写”功能的程序。(Writer by labwindows)
Platform: | Size: 12288 | Author: 依云让 | Hits:

[OtherEMV Reader Writer

Description: EMV Reader Writer V8
Platform: | Size: 1118208 | Author: H122 | Hits:

[OS DevelopEMV Reader Writer v11.5

Description: emv writer reader software v11.5
Platform: | Size: 8604672 | Author: navinhillpark | Hits:
« 12 3 4 5 6 7 8 9 10 ... 43 »

CodeBus www.codebus.net