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

搜索资源列表

  1. ucore-lab1

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1725387
    • 提供者:gyh
  1. ucore-lab

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是全部的六个实验,有助于对操作系统的深入理解.-Ucore is a small operating system suitable for learning, " Sparrow" that contains the virtual memory managemen
  3. 所属分类:OS Develop

    • 发布日期:2017-05-27
    • 文件大小:10463950
    • 提供者:ZZR
  1. session

    0下载:
  2. delphi多線程同步查詢,界面響應速度快,可隨時關閉-session query
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:335079
    • 提供者:曾朴
  1. nachos_Lab2

    1下载:
  2. 操作系统课程实践二:nachos下线程的同步与互斥-Operating System Course Practice II: nachos the thread synchronization and mutual exclusion
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:13312
    • 提供者:
  1. pv

    0下载:
  2. 操作系统-pv操作实现进程同步模拟生产者与消费这问题-OS-pv operations to achieve process synchronization analog producer and consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:35628
    • 提供者:JFAN
  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. hello

    0下载:
  2. 操作系统课程设计的一个重要例子,模拟多线程同步的银行存款的例子-Operating systems curriculum design as an important example, analog multi-threaded synchronization examples of bank deposits
  3. 所属分类:OS Develop

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

    0下载:
  2. 实现操作系统同步与互斥,爸爸,儿子和女儿间的放水果吃水果问题,利用PV操作实现功能-Its operation system, dad, synchronization and sons and daughters of fruit, fruit put by PV operation function
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:957
    • 提供者:王辅佳
  1. Delphi-Thread

    0下载:
  2. 详细介绍Delphi中线程类的使用,其中包括线程同步与互斥的原理。-Detail using the thread class in Delphi, including thread synchronization and mutual exclusion principle.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-23
    • 文件大小:27339
    • 提供者:zhoulan
  1. ucore-lab5

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验5:进程同步。实验目的:熟悉ucore中的进程同步机制,了解操作系统为进程同步提供的底层支持;在ucore中实现信号量(semaphore)机制;理解管程机制,在ucore中增加对条件变量(condition variable)的支持;了解经典进程同步问题,并使用
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:1002178
    • 提供者:gyh
  1. produceandconsume

    0下载:
  2. 进程同步实验——生产者与消费者问题算法实现进程同步实验——生产者与消费者问题算法实现-Process Synchronization Experiment- producers and consumers to achieve process synchronization problem algorithm Experiment- producers and consumers problem algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1849110
    • 提供者:lili
  1. os4

    0下载:
  2. 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:8528
    • 提供者:linqingyang
  1. Peterson_algorithm_proof

    0下载:
  2. 进程同步临界区问题Peterson算法证明。通过模拟各种可能的操作序列来正明Peterson算法的正确性。详见:http://blog.csdn.net/zha_1525515/archive/2009/10/27/4733056.aspx-Critical zone in the process of synchronization algorithm for proof of Peterson. By simulating every possible sequence of actions
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:74673
    • 提供者:hotloofah
  1. exp2

    0下载:
  2. nachos下线程与同步的实验,在nachos目录下覆盖源文件后make就可以运行-threads and synchronization of nachos Experimental
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:13502
    • 提供者:王玮
  1. demostration_of_os

    0下载:
  2. os重要算法演示: 页面置换算法――最佳置换算法 页面置换算法――最近最久未使用(LRU)算法 并发进程和具有挂起状态的进程状态图 进程调度算法及银行家算法示例 进程的同步与互斥--信号量-demostration of os
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:814050
    • 提供者:titer
  1. the-producer---consumer-problem

    0下载:
  2. 模拟PV操作同步机构,且用PV操作解决生产者——消费者问题-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1581
    • 提供者:liu
  1. sync_vhdl

    0下载:
  2. 产生复合同步信号波形,可适用QUARTUS来运行并查看波形-Generate composite sync signal waveform, the applicable Quartus to run and view the waveform
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:857
    • 提供者:Irene
  1. PV

    0下载:
  2. 模拟PV操作同步机构,且用PV操作解决生产者——消费者问题。-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer issues.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:691
    • 提供者:王瑞
  1. bank

    0下载:
  2. 操作系统实验,银行家算法,用vc实现,进程的同步问题-Experimental operating system, bankers algorithm, using vc realized, the process of synchronization problems
  3. 所属分类:OS Develop

    • 发布日期:2017-05-02
    • 文件大小:676537
    • 提供者:jacky
  1. wave_text

    0下载:
  2. 使用DELPHI实现文本文件显示和声音同步播放-DELPHI realization of a text file using the display and sound playback synchronization
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:241033
    • 提供者:甘柏荣
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com