搜索资源列表

  1. OSdongtaifenqusuanfa

    0下载:
  2. 模拟操作系统实现动态分区分配的实验完整源代码,运行准确无误,通过此实验对OS能有更进一步认识-Dynamic simulation of the operating system to achieve complete geographical distribution of the experimental source code, running accuracy, the passage of this experiment to
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:胡洋
  1. dbScript

    0下载:
  2. oracle 全文检索的示例代码. 实现基于分区表的全文检索实现
  3. 所属分类:Oracle数据库

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:jidongzheng
  1. BOOT_MBR_copy_Restore

    0下载:
  2. 这是用C++ builder 5编出来的关于磁盘分区表的快速自动复制的代码。-This is used C++ Builder 5 made out on the fast disk partition table automatically copy the code.
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:jakenson
  1. romdata

    0下载:
  2. HPA磁盘隐藏分区的安装生成源码,在MASM编译上可以通过,主要调用BIOS中断,端口等实现操作。-HPA hidden disk partition to install to generate source code in MASM compiler can be passed, the main BIOS interrupt call, port and so realize the operation.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:阿文
  1. neicun

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

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:has
  1. fat_file_table

    0下载:
  2. 文件分区表格式,适合于嵌入式实现的文件分区表-Document partition table format, suitable for the realization of a document embedded partition table
  3. 所属分类:编程文档

    • 发布日期:2024-05-21
    • 文件大小:140288
    • 提供者:张三
  1. 122333

    0下载:
  2. 课题八:存储管理---动态分区分配算法的模拟: 要求设计主界面以灵活选择某算法,且以下算法都要实现:首次适应算法、循环首次适应算法、最佳适应算法; -Eight topics: storage management--- dynamic partitioning allocation algorithm simulation: the main interface to design a flexible choice of a
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:张海华
  1. turboc2(1)

    0下载:
  2. 存储管理分区分配算法 功能要求: 本课题要求模拟实现可变分区管理。存储管理主要是对存储空间的分配和回收。当有用户申请 空间时,进行分配,空间不用了及时回收,以免造成游离空间,使得该空间再也无法使用。可变分区管理通常采用的方法有多种,本课题要求分别采用首次适应算法和最佳适应算法实现。 -Storage Management Division allocation algorithm functional requirement
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:957440
    • 提供者:果子狸
  1. 000

    0下载:
  2. 简单的模拟可变式分区管理,按各算法进行分配和回收空间 -Simple analog variable partition management, according to the algorithm of space allocation and recovery
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:wang feidie
  1. dynamic

    0下载:
  2. 操作系统的动态分区存储管理模拟程序。程序将分区说明表分散为可用队列与已用队列,每次插入进程或撤销进程只需将结点移至另一队列即可,当然此过程还涉及拆分分区,合并分区以及更新分区号-Dynamic partitioning operating system storage management simulation program. Procedure will Zoning Table scattered available queue
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:李志龙
  1. mp

    0下载:
  2. 这是我在操作系统实验中独立编写的一个模拟动态分区存储分配算法的程序,采用最佳适应算法。在VC++6.0下编译通过,程序的输出结果经过多次测试,没有发现问题。-This is my experiment in the operating system independent prepared a simulated dynamic partitioning storage allocation algorithm procedures,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:246784
    • 提供者:daisichong
  1. manager_save

    0下载:
  2. 操作系统课程设计 模拟实现可变分区存储管理-Curriculum design simulation of the operating system to achieve variable partition storage management
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:512000
    • 提供者:kaixincai
  1. cunchuguanli

    0下载:
  2. 模拟系统中,主存部分分为两部分,一部分是系统区,这里只存放进程控制块和内存分配表,一部分是用户区,这里主要是对用户区的管理。 系统区包括PCB区域、内存空间分配表; 用户区用数组模拟,大小为512字节,存储管理采用动态分区存储管理方式。-Simulation system, part of main memory is divided into two parts, the system area, only the sto
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:liweixia
  1. dongtaifenqufenpei

    0下载:
  2. 操作系统中动态分区分配,用C++写的,我们的作业,老师验收通过。-Dynamic allocation of the operating system partition, using C++ Written, our operations, acceptance, through the teacher.
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:邵松
  1. testc

    0下载:
  2. 实现动态分区管理模拟最先适应法和最佳适应法,用c实现-Dynamic simulation of regional management to adapt the first and best adaptation law, with the realization of c
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:sevenhu
  1. ReadPartTable

    0下载:
  2. 递归读取磁盘的分区表,对于正确的分区表可以读出,对于错误的分区表会停止分析,使用者可以根据分区表项的类型再添加其他种类的分区-Recursive disk partition table to read, for the correct partition table can be read out, for the wrong analysis of the partition table will stop, the user ca
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:588800
    • 提供者:Yang
  1. JAVA_CCGL

    0下载:
  2. 操作系统-动态分区分配算法 操作系统-动态分区分配算法
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:114688
    • 提供者:gacser
  1. neicunguanli

    0下载:
  2. 1.应用所学过的课程软件工程、数据结构、操作系统原理、高级语言程序设计等专业知识完成系统的分析和设计; 2.完成的系统能模拟实际应用,具体要求如下: ① 用户界面友好; ② 实现多道多任务内存管理,涉及分区管理、页式管理、虚拟存储管理; ③ 设计应遵守软件工程原则,软件有健壮性; ④ 文档规范,图表清楚,符合论文规范。 -Computer Operating System(OS) control and mana
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:9995264
    • 提供者:cl
  1. memory

    0下载:
  2. 内存管理实验 1. 实验目的: 用高级语言编写和调试一个内存管理程序,以加深对内存的分配、回收以及空闲块管理的理解。 2. 实验内容: 编写一个模拟程序,完成内存可变分区分配的模拟,要求采用最佳适应法、最坏适应法、首次适应法或下次适应法之一。 实验具体包括:首先确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码 最后编写模拟分配和回收过程的主函数,上机实验并取得结果数据。
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Jun
  1. OPERAING

    0下载:
  2. 操作系统中的固定分区存储管理的实验报告,有截图和代码。-operating system
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:李楠
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org