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

搜索资源列表

  1. vc++dbms

    0下载:
  2. 者使用vc++开发数据库的方法教程,含有vc++源码,参照文本学习可以比较清楚的理解方法,且提供了代码,可以用作例子,唯一不足在于代码是写在word文档中的,需要读者自己复制到vc++中使用
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:39808
    • 提供者:cc
  1. CY

    0下载:
  2. 1.写出建立BORROW表的SQL语句,要求定义主码完整性约束和引用完整性约束。 2.找出借书超过5本的读者,输出借书卡号及所借图书册数。 3.查询借阅了"水浒"一书的读者,输出姓名及班级。 4.查询过期未还图书,输出借阅者(卡号)、书号及还书日期。 5.查询书名包括"网络"关键词的图书,输出书号、书名、作者。  6.查询现有图书中价格最高的图书,输出书名及作者。 7.查询当前借了“计算方法”但没有借“计算方法习题集”的读者,输出其借书卡号,并
  3. 所属分类:SQL Server

    • 发布日期:2017-03-31
    • 文件大小:518681
    • 提供者:曹颖
  1. inter

    0下载:
  2. C++面试许多面试题看似简单,却需要深厚的基本功才能给出完美的解答。企业要求面试者写一个最简单的strcpy函数都可看出面试者在技术上究竟达到了怎样的程度,我们能真正写好一个strcpy函数吗?我们都觉得自己能,可是我们写出的strcpy很可能只能拿到10分中的2分。读者可从本文看到strcpy函数从2分到10分解答的例子,看看自己属于什么样的层次。此外,还有一些面试题考查面试者敏捷的思维能力。-C++
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:15837
    • 提供者:huang traoye
  1. C-and-CPP-programmers-in-depth-analysis-of-the-wri

    0下载:
  2. 并不在于提供C/C++程序员求职面试指导,而旨在从技术上分析面试题的内涵。文中的大多数面试题来自各大论坛,部分试题解答也参考了网友的意见。 许多面试题看似简单,却需要深厚的基本功才能给出完美的解答。企业要求面试者写一个最简单的strcpy函数都可看出面试者在技术上究竟达到了怎样的程度,我们能真正写好一个strcpy函数吗?我们都觉得自己能,可是我们写出的strcpy很可能只能拿到10分中的2分。读者可从本文看到strcpy函数从2分到10分解答的例子,看看自己属于什么样的层次。此外,还有一些
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:15515
    • 提供者:方周
  1. ReaderPriority

    0下载:
  2. 操作系统实验中处理读者、写者优先关系,实现读者优先的源代码。-Operating system experiments deal with readers, write precedence relations, achieve the readership priority of the source code.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-21
    • 文件大小:2122
    • 提供者:李强
  1. Readers-that-read--write-preferred

    0下载:
  2. 读者写着问题,写者优先,当多个读者在等待前面的读者时,有写者来,写者优先,当前读者读完,写者进入,-Readers that read, write preferred
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:1989
    • 提供者:别样的天空
  1. ReaderWriter

    0下载:
  2. 这是一个用Java写的,关于解决操作系统中读者与写者的问题-This is written in Java, the problem of the operating system on the settlement of the reader and writer
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:5856
    • 提供者:8203132
  1. Reader-and-Writer

    0下载:
  2. 读者与写者问题源代码,读者与写着问题源代码-Readers who write source code readers that read the source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:2606
    • 提供者:朱玉梅
  1. 6

    1下载:
  2.  使用信号量实现有限缓冲区的生产者和消费者问题  使用信号量实现读进程具有优先权的读者和写者问题 -Producers and consumers   semaphore limited buffer using semaphores reading process has a priority of readers and writers
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:146350
    • 提供者:高莹
  1. ReaderAndWriter

    0下载:
  2. 操作系统课程设计,使用PV操作机器信号量、锁等机制,实现读者和写者互斥访问临界资源-Courses on operating system design, the use of PV operate the machine semaphore lock mechanisms, readers and writers to achieve mutually exclusive access to critical resources
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:2735524
    • 提供者:陆小果
  1. write-and-reader-priority

    0下载:
  2. (1)任意多的读进程可以同时读这个文件; (2)一次只允许一个写进程往文件中写; (3)如果一个写进程正在往文件中写,禁止任何读进程或写进程访问文件; (4)写进程执行写操作前,应让已有的写者或读者全部退出。这说明当有读者在读文件时不允许写者写文件。-(A) any number of reading processes can simultaneously read the file (2) allows only one process to write the file to
  3. 所属分类:File Formats

    • 发布日期:2017-11-12
    • 文件大小:57810
    • 提供者:
  1. codeandtext

    0下载:
  2. 首先,在执行读操作时,一旦没有写者,读者会进入写者临界区writerCritical.enterCriticalSection(),直到最后读者人数等于0时,离开写者临界区,因此,写者执行写操作,进入写者临界区时,需等待,直到没有读者为止;其次,每个写者进行写操作时,必须首先进入写者临界区,而synchronized关键字定义的方法,使得同一时间同步方法不允许被多次调用,这就保证了不可能有两个写者同时工作。所以,只允许一个写着对文件执行写操作。-First, perform a read ope
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:92039
    • 提供者:funny
  1. r_w

    0下载:
  2. 利用线程同步实现读者和写者的问题,使用信号量来控制-reader and writer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1171326
    • 提供者:wuxingrong
  1. readerWriter

    0下载:
  2. 使用多线程模拟写者优先的读写者问题,当有写者等待时,读者不能进入阅读,不是最少互斥量版-A solution to implement the reader and writer problem with writer priority, using two samephore and four mutex to meet it.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:857
    • 提供者:王乐
  1. ReaderWriter

    0下载:
  2. 写一个多线程的程序实现读者和写者能够共享文件,文件里保存一篇文章,写者可以修改,读者可以阅读。-Write a multithreaded program, readers and writers to share files, file save an article writer can modify, readers can read.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9120
    • 提供者:name
  1. Operating-systems-curriculum-design

    0下载:
  2. 利用模拟用信号量机制实现读者和写者问题:通过用户控制读进程和写进程,反应读者和写者问题中所涉及的进程的同步与互斥。-Using simulated using semaphore mechanisms readers and writers problem: by the user to control the reading process and the writing process, the reaction synchronization and mutual exclusion pr
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:136680
    • 提供者:zhao
  1. reader-and-writer

    0下载:
  2. 读者与写者问题,自己总结了几篇统一打包在一个文件夹内-Readers and who write their own summary of several
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2174
    • 提供者:欧文静
  1. readerAndwriter

    0下载:
  2. 读者与写者问题的解决(包括读者优先与写者优先)-The solution to the reader and the writer (including the reader first and the priority)
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1181274
    • 提供者:刘波
  1. CZKSN

    0下载:
  2. 读者优先写者优先问题 ,windows下线程实现()
  3. 所属分类:其他小程序

    • 发布日期:2018-01-08
    • 文件大小:29696
    • 提供者:Alkin
  1. jaevmyy3

    0下载:
  2. 读者优先写者优先问题 ,windows下线程实现()
  3. 所属分类:网络编程

    • 发布日期:2018-04-30
    • 文件大小:29696
    • 提供者:vrpcy
« 1 2 ... 10 11 12 13 14 15»
搜珍网 www.dssz.com