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

搜索资源列表

  1. OS

    0下载:
  2. 操作系统进程管理与内存分配实验代码,很强大!-Operating system process management and memory allocation test code, it is powerful!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:79805
    • 提供者:iji521
  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. src

    0下载:
  2. 操作系统模拟 磁盘管理,并带文件管理系统-The operating system emulation disk management, and document management system with! !
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4384
    • 提供者:长大不孤单
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. ccgl

    0下载:
  2. 存储管理请求分页置换算法 用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。熟悉文件的基本操作(读、写)。-Replacement algorithm for storage management, demand paging used FIFO FIFO, the most recent long-lost the use of LRU, the best OPT replacement algorithm. Are familiar with the basic file o
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:704204
    • 提供者:yaowenxue
  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. erlang

    0下载:
  2. erlang 虚拟机 c++代码 想看erlang内部怎么运行的,内存怎么管理的,怎么做词法分析的看过来啊!-The erlang Virtual machine c++ code want to see how to run erlang internal memory management, how do the lexical analysis over here!
  3. 所属分类:OS Develop

    • 发布日期:2017-05-24
    • 文件大小:3440196
    • 提供者:junrayz
  1. NachOS_Project

    0下载:
  2. NachOS 四个project的完成实验报告 shell 线程管理 文件管理 内存管理-NachOS the completion of lab reports four project shell memory management, thread management document management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1339562
    • 提供者:wxz
  1. pintos

    0下载:
  2. pintos源码,在原基础上实现了一些简单的修改,实现了线程调度,文件系统和内存管理-pintos source, add a few simple modifications on the basis, to achieve the thread scheduler, file system and memory management
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:360615
    • 提供者:caonima
  1. FF_NF_BF_WF

    0下载:
  2. 实现了操作系统中存储管理动态分区分配算法的模拟。-Simulation of the dynamic partitioning of the operating system storage management allocation algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2016-01-24
    • 文件大小:533504
    • 提供者:Dwxiao
  1. topapi_taoke

    0下载:
  2. [基本功能] 1.淘宝客商品分类检索 2.淘宝客搜索推广,内嵌淘宝客搜索推广代码,只需配置文件即可进行商品推广; 3.网站商品管理以及店铺管理,可以灵活的组织网站商品及店铺信息; 4.淘宝客频道推广; 5.淘宝客商品模板管理; 6.伪静态页面,更有利于搜索引擎收录 [系统环境需求] 1、Windows 平台: IIS/Apache + PHP5 2、Linux/Unix 平台 Apache + PHP5 建议使用平台:Linux +
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:523483
    • 提供者:王日金
  1. main

    0下载:
  2. 模拟成组链接法,实现文件系统磁盘空间管理,包括申请,释放-Simulation of the group link method, the file system disk space management, including the application, the release of
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1666
    • 提供者:梁翀
  1. Os3

    0下载:
  2. 关于操作系统课程的主存空间的分配与回收 采用可变分区存储管理,采用空闲分区表(链)进行。设计一个空闲分区表(链),空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 设计一个某时刻主存空间占用情况表,作为主存当前使用基础。初始化空闲区和已分配区说明表的值。自己设计一个作业申请队列以及作业完成后的释放顺序,实现主存的分配和回收。把空闲区分区表的变化情况以及各作业的申请、释放情况显示、打印出来。 算法,用MFC环境实现。 -Distribution and
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:59064
    • 提供者:小鱼
  1. OSDemo

    0下载:
  2. 操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)-Experimental demonstration of the operating system code (three experiments, operations management, memory management, document management)
  3. 所属分类:OS Develop

    • 发布日期:2017-11-09
    • 文件大小:832330
    • 提供者:站长
  1. zy2

    0下载:
  2. 操作系统的存储管理-Operating system storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-12-08
    • 文件大小:104610
    • 提供者:
  1. compile_Linux_kernel

    0下载:
  2. 内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。 -Kernel is the core
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:4419
    • 提供者:piansu
  1. aybook.cn_deglxtd1130

    0下载:
  2. 这个是一个完整的药房管理系统,喜欢VC的朋友门参考-This is a complete pharmacy management system, like the VC friend of doors Reference
  3. 所属分类:OS Develop

    • 发布日期:2017-05-21
    • 文件大小:6458994
    • 提供者:mahsat
  1. store

    0下载:
  2. 操作系统实验,存储器管理,用vc做的,比较全面的-Experimental operating system, memory management, using vc do a more comprehensive
  3. 所属分类:OS Develop

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

    0下载:
  2. 用java语言实现的二级文件管理系统 有创建、删除、打开、关闭、读写等功能。-Using java language secondary document management system to create, delete, open, close, read and write functions.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:7183
    • 提供者:尤志强
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 34 »
搜珍网 www.dssz.com