搜索资源列表

  1. dsfsdf

    0下载:
  2. 固定分区存储方式模拟 计算机专业 操作系统
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3263
    • 提供者:li
  1. neicunfenpeisuanfa

    0下载:
  2. 操作系统内存分配算法的模拟,分别实现了固定分区分配算法,首次适应算法,循环首次适应算法,最佳适应算法和最差适应算法。五种算法一起打包。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3068
    • 提供者:loscfe
  1. 2602127 林宗明

    0下载:
  2. 用VB编写的模拟操作系统固定分区管理(改进算法).可寻找到与要添加作业大小最近的区进行分配.-VB simulation prepared by the operating system through fixed management (improved algorithm). Seeking to be added to operations and the size of the district recently distrib
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:222299
    • 提供者:林总
  1. neicun

    0下载:
  2. 动态分区分配方式的模拟。理解内存分配的几种方式的基本原理,如:单一连续分配方式、固定分区分配方式和动态分区分配方式。通过编写程序实现动态分区分配方式,进一步理解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5563
    • 提供者:has
  1. 2602127 林宗明

    0下载:
  2. 用VB编写的模拟操作系统固定分区管理(改进算法).可寻找到与要添加作业大小最近的区进行分配.-VB simulation prepared by the operating system through fixed management (improved algorithm). Seeking to be added to operations and the size of the district recently distrib
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:222208
    • 提供者:林总
  1. static

    0下载:
  2. 操作系统的固定分区模拟程序。固定分区将内存按用户需求分成若干固定存储区,每次分配进程、撤销进程都在分区中操作-Fixed operating system partition simulation program. Fixed partition memory according to user needs will be divided into several fixed storage area, each time the al
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:李志龙
  1. na4

    0下载:
  2. 对系统内存分区的分配的实验算法,用c++实现的,是固定分区的算法-Division of system memory allocated Experimental algorithms, with c++ to achieve, is a fixed partition of the algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王瑞卿
  1. 2

    0下载:
  2. 模拟固定操作系统固定分区的分配,能清楚明白其过程。,-Simulation of fixed-fixed geographical distribution of the operating system, can clearly understand the process. ,
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:wangaiguo
  1. main

    0下载:
  2. 可变分区存储管理不是预先把内存中的用户区域划分成若干固定分区,而是在作业要求装入内存时,根据用户作业的大小和当时内存空间使用情况决定是否为该作业分配一个分区。因此分区大小不是预先固定的,而是按作业需求量来划分的;分区的个数和位置也不是预先确定的。它有效地克服了固定分区方式中,由于分区内部剩余内存空置造成浪费的问题。可变分区方式常用的内存分配算法有:“最先适应”分配算法、“最优适应”分配算法、“最坏适应”分配算法。这里我采用的是最先适应分
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zuozuo
  1. memoryoperatingsystem

    0下载:
  2. 实现了操作系统的内存模拟管理功能,简单易懂,适合学习。此文档实现了内存管理的动态分区分配,固定分区分配,显示内存分配情况,可实现回收再利用功能。-Achieved the operating system memory management functions simulated, simple and easy to understand, suitable for learning. This document implements
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:117760
    • 提供者:flexible
  1. 03061460

    0下载:
  2. 存储管理模拟 实验中固定内存分区采用结构体数组实现,分区信息采用结构体初始化实现。由于结构体中含string类,VC++不能对含string类的结构体初始化,这里采用MinGW编译器作为程序平台。-Storage management simulation experiments using a fixed memory partition an array of structures to achieve, partition inf
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2358272
    • 提供者:wangxingzhen
  1. fat32.C

    0下载:
  2. 这种格式采用32位的文件分配表,使其对磁盘的管理能力大大增强,突破了FAT16对每一个分区的容量只有2 GB的限制。由于现在的硬盘生产成本下降,其容量越来越大,运用FAT32的分区格式后,我们可以将一个大硬盘定义成一个分区而不必分为几个分区使用,大大方便了对磁盘的管理。而且,FAT32具有一个最大的优点:在一个不超过8GB 的分区中,FAT32分区格式的每个簇容量都固定为4KB,与FAT16相比,可以大大地减少磁盘的浪费,提高磁盘利用率
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:樊晓博
  1. gdf

    0下载:
  2. 固定分区顺序存储算法,了解操作系统用固定分区的方法进行分配-Fixed partition storage algorithms in order to understand the operating system partition with a fixed allocation method
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:tld
  1. gudingfenqu

    0下载:
  2. 固定分区分配是将内存用户空间划分为若干固定大小的分区,允许多道作业并发执行。当有一空闲分区时,便可以从后备作业队列中,选择一个适当大小的作业装入该分区。本次实验是利用软件编程模拟固定分区存储方式。-Fixed partition memory user space is divided into several fixed-size partitions, allowing concurrent execution of multi-c
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:liuchenglong
  1. gd

    1下载:
  2. 基于固定分区分配的存储器管理系统的设计 要求:(1)建立一张分区说明表;(2)至少提供4个作业;(3)模拟作业的分配过程;(4)模拟作业的回收过程(5)能够显示每一次分配和回收的结果 -Based on fixed partition memory management system design requirements: (1) the establishment of a partition descr iption ta
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:成真
  1. test(123)

    0下载:
  2. 操作系统试验报告(1)进程的同步汽车司机与售票员之间必须协同工作 (2) 模拟固定分区的管理。编制文件管理模拟程序,进行文件的操作与管理。(3)模拟固定分区的管理,通过编写请求分页式存储管理的模拟程序,加深对请求页式存储管理方式的理解-Operating System test (1) the synchronization process between car drivers and conductors must work to
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:575488
    • 提供者:
  1. storage-management

    0下载:
  2. 模拟操作系统中的固定分区,理解计算机内存管理与分配机制-Simulate the fixed partition the operating system, management and understanding of computer memory allocation mechanism
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:乐乐
  1. Desktop

    0下载:
  2. 执行操作系统中的固定分区算法和动态分区算法-Implementation of the operating system in the fixed-partition algorithm and the dynamic partitioning algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:高山
  1. Fstaticci

    0下载:
  2. 操作系统的固定分区模拟程序。固定分区将内存按用户需求分分成若干固定存储区,每次分配进程、撤销进程都在分区中操作 -The operating system of the fixed partition simulation program. Fixed partition memory by user demand sub-divided into a number of fixed storage area, each alloc
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zcl1233
  1. fixedpartition

    0下载:
  2. 操作系统的实验,固定分区的模拟,主要实现比较简单,当用户申请空间时按空间大小可以放得下的即为找到的分区。-Experimental operating system, a fixed partition of the simulation, to achieve relatively simple, when the user to apply for space according to the space size can be p
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:54504448
    • 提供者:hxl
« 1 23 »

源码中国 www.ymcn.org