CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - 同步

搜索资源列表

  1. 00

    0下载:
  2. 进程同步经典的生产者消费者的实现,完整的程序,并含有详细的文档说明书-Process synchronization classic producers and consumers to achieve, complete procedures and documentation that contains detailed instructions
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2700996
    • 提供者:mq
  1. 1

    1下载:
  2. 本次课程设计在本着加强课本知识运用能力的前提下,用PV操作来解决生产者消费者问题这个题目。该题目主要是解决操作系统中进程的同步与互斥的问题。 有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. -The cur
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1692
    • 提供者:王欣
  1. CoOSv1.12

    0下载:
  2. ARM Cortex M3及M0定制操作系统 高度可裁剪性,最小系统内核仅974Byte 支持优先级抢占和时间片轮转 自适应任务调度算法 零中断延时时间 堆栈溢出检测 信号量、邮箱、队列、事件标志、互斥等同步通信方式 支持多种编译器:ICCARM、ARMCC、GCC -Specially designed for Cortex-M series Scalable, minimal system kernel is only 974Byte A
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:77846
    • 提供者:rd
  1. Red_Black

    0下载:
  2. 操作系统PV操作,进程同步,解决红黑客问题-pv classic operatortion
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:36863
    • 提供者:fanxueping
  1. processtimer

    0下载:
  2. 此代码为操作系统进程同步实验,多进程同步运行时的代码-This code for the operating system process synchronization experiments, and more run-time code synchronization process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:5139
    • 提供者:王文
  1. nachos_2

    0下载:
  2. nachos实验2代码,实验有界缓冲区,table,还有安全队列,同步机制等-nachos experiment 2 code, experimental bounded buffer, table, there are security queues, synchronization mechanisms
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:20971
    • 提供者:huang
  1. slsfusf

    0下载:
  2. 设计一个允许n个进程并发运行的进程管理模拟系统。该系统包括有简单的进程控制、同步与通讯机构,其进程调度算法可任意选择。每个进程用一个PCB表示,其内容根据具体情况设置。各进程之间有一定的同步关系(可选)。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。-Design a process to allow concurrent operation of n-process management simulation system. The
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1730
    • 提供者:agaeg
  1. produce

    0下载:
  2. 生产者与消费者问题,操作系统中解决同步互斥问题-Producer and consumer issues, the operating system to solve mutual exclusion synchronization problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:912364
    • 提供者:
  1. os

    0下载:
  2. 操作系统 一个关于操作系统互斥与同步的具体例子——管程-Operating a mutual exclusion and synchronization on the operating system specific example- the tube
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:155402
    • 提供者:才鑫
  1. os_shiyan

    0下载:
  2. 操作系统课程所有的试验的源码,包括处理及调度与死锁,可变分区存储管理,设备管理,文件管理,进程创建与撤销,进程同步,还有相关的报告。对于计算机专业操作系统学习很有用处的!-All of the tests the operating system source program, including processing and scheduling and deadlock, variable partition storage management, device management, do
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3324633
    • 提供者:meizi
  1. windows_system_process_synchronization_and_mutual_

    0下载:
  2. windows系统进程同步与互斥Windows 2000/XP中多线程的并发执行机制,实现进程的同步与互斥-windows system process synchronization and mutual exclusion in multi-threaded Windows 2000/XP concurrent implementation mechanism to achieve process synchronization and mutual exclusion
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:12811
    • 提供者:hio
  1. OS2

    0下载:
  2. 进程同步例程,本程序用于展示操作系统进程同步的过程,其中包括进程间同步,进程互斥等。-Process synchronization routine, the procedure used to demonstrate the process of synchronization process of the operating system, including inter-process synchronization, mutual exclusion and so on.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:36008
    • 提供者:asdfasf
  1. OS

    0下载:
  2. os学习中的进程调度等模拟代码,以及同步互斥等内容-os learning process scheduling simulation code, and synchronization mutex, etc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:10155
    • 提供者:
  1. ose_book

    0下载:
  2. 操作系统实验 内含多线程 同步 互斥 存储 通信等应用 -os
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:986890
    • 提供者:simire
  1. duoandxie

    0下载:
  2. 操作系统,读写,阻塞 模拟两个或两个以上读进程和写进程的读-写问题的同步过程-Operating system, read and write, blocking
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:250638
    • 提供者:wang
  1. we

    0下载:
  2. 用于操作系统进程间的同步实验,附有实验详解和代码-For synchronization between the operating system process experiment
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:862648
    • 提供者:寇磊
  1. OS

    0下载:
  2. 进程同步实验 可以帮助新手进一步理解操作系统-Mutual exclusion experiment can help the novice better understanding of the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:217227
    • 提供者:zhuangjun
  1. os

    0下载:
  2. os并发同步编程作业,经典司机与售票员问题-os concurrent synchronous programming operation, the classic problem of driver and conductor
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-03
    • 文件大小:4047
    • 提供者:lishangxi
  1. process

    0下载:
  2. 操作系统进程同步实验,在win 32环境下实现~-Operating system process synchronization
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:45294
    • 提供者:琉璃
  1. main

    0下载:
  2. 理发师问题,利用信号量解决同步问题,利用互斥器解决互斥问题,利用事件实现顾客与理发师之间的通信-Barber problem Visual C++ 2010
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1813
    • 提供者:荣艾
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com