搜索资源列表

  1. 模拟页式虚拟存储管理中缺页中断先进先出淘汰算法

    0下载:
  2. 随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。-ramdom get memory size, page mumber, process number, page number for each page, allocated page number for the process. To calculate the page lacking number, page
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:haha
  1. 存储管理分区分配算法的源码

    0下载:
  2. 这是一个存储管理分区分配算法的源码,操作系统的-this is a source code of save the charge sectors,for operating system
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:12288
    • 提供者:米虫
  1. 可变分区调度算法有

    0下载:
  2. 十大题型算法全实现——(二)可变分区存储管理方案中的内存分配 -10 types of agrithment implement memory allocate in the variable partion memory management.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:黄宜锋
  1. 动态分区

    0下载:
  2. 动态分区方式主存的分配和回收。 通过本实验帮助学生理解在动态分区管理方式下应怎样实现主存空间的分配和回收。-dynamic way through the distribution of the main deposit and recycling. Through this experiment to help students understand the dynamic partition management practice
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:13312
    • 提供者:王飞
  1. XTerran_NoMgr

    0下载:
  2. 集群管理器,主要针对终端服务的会话任务分配,其中一台机器做为选路机器,其余机器分摊终端服务会话.- The colony management, mainly aims at the terminal service the conversation duty assignment, machine does for chooses the bull dozer, other machines share the terminal
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-13
    • 文件大小:28672
    • 提供者:王朝
  1. 动态地址分配

    0下载:
  2. 包含分配DOS存储段,改变数据段空间分配,分配主存储器,从远堆中释放一块 ,重新分配主存, 改变数据段空间位置-include DOS memory allocation, data change of space allocation, distribution main memory, far from the rubble release of a redistribution of the main deposit, chang
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:soul
  1. zy1

    0下载:
  2. 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等
  3. 所属分类:进程与线程

    • 发布日期:2024-05-13
    • 文件大小:7168
    • 提供者:李琪
  1. 内存算法

    0下载:
  2. 内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:fan
  1. 内存分配小算法

    0下载:
  2. 可以选择要进行分配或释放的作业。每次选择算法时,程序自动将内存块清零。当内存块都不足以分配给作业时,程序会报错。-can choose to release or distribution operations. Each algorithm, the program will automatically reset the memory block. When the block of memory are not allocated
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:15360
    • 提供者:zf
  1. 分配回收

    0下载:
  2. 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:431104
    • 提供者:王阳
  1. ofdm-sim-by-mit-and-stanford

    0下载:
  2. OFDM系统的自适应比特加载和功率分配程序,运行OFDM.M-OFDM system of adaptive bit load and power distribution, the running OFDM.M
  3. 所属分类:通讯编程

    • 发布日期:2024-05-13
    • 文件大小:184320
    • 提供者:焦嘟嘟
  1. mimo功率优化

    2下载:
  2. MIMO系统的功率优化问题,通过SVD分解和注水算法,可以实现不同发送天线上的功率分配。-MIMO system power optimization problem, and through the decomposition of water injection SVD algorithm can achieve different this antenna on the power distribution.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:焦嘟嘟
  1. WWW.Ahaoz.CoM__vc783453772452

    0下载:
  2. 了解了操作系统中各种资源分配算法的实现,特别是对虚拟存储,页面置换有了深入的了解,并能够用高级语言进行模拟演示。在这短短的两周时间里,通过浏览、阅读有关的资料,学到了很多东西,同时也发现仅仅书本的知识是远远不够的,需要把知识运用到实践中去,能力才能得到提高。有如下几点体会:-understanding of the various operating system resource allocation algorithm implem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1869824
    • 提供者:周剪
  1. 可变分区存储管理

    0下载:
  2. 哈哈,2. 实现分区存储管理的内存分配功能,选择适应算法(首次适应算法,最佳适 应算法,最后适应算法,最坏适应算法),好-Haha, 2. To achieve storage management through the memory allocation function, the choice of adaptation algorithms (first adaptation algorithm, the best adapta
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:75776
    • 提供者:
  1. DynMem

    0下载:
  2. 一个模拟动态内存分配的小程序,包含最优算法和最先算法,c#环境下编写-a simulation of dynamic memory allocation small programs, including the optimal algorithm and the first algorithm, c# prepared environment
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:47104
    • 提供者:pao
  1. 进程调度与作业调度的模拟

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

    • 发布日期:2024-05-13
    • 文件大小:76800
    • 提供者:陈任全
  1. OSFirstFit

    0下载:
  2. 主存空间的分配和回收 可变分区管理方式下采用首次适应算法实现主存分配和回收-main memory space allocation and recovery of the variable through the adoption of management algorithm to adapt to the first main memory allocation and recovery
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-13
    • 文件大小:72704
    • 提供者:
  1. memery

    0下载:
  2. 操作系统中内存分配调度,用c编写的代码,可能有不完善之处,望各位能指出并改正-operating system memory allocation scheduling, c prepared with the code may be flawed, the hope that you can correct and
  3. 所属分类:进程与线程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:小蒋
  1. AdaptiveLoadinginMIMOOFDMSystems

    0下载:
  2. mimoofdm系统自适应功率分配算法,希望对大家有帮助-mimoofdm power distribution system adaptive algorithm, we hope to help
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:249856
    • 提供者:shirley
  1. Simulate_Allocate_Memory_Implement_by_C

    0下载:
  2. 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:丘方
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org