登录
首页 » 操作系统 » 这个程序实现了内存空间的动态管理和分配,模拟了操作系统中内存管理的一种重要方法

这个程序实现了内存空间的动态管理和分配,模拟了操作系统中内存管理的一种重要方法

于 2023-07-13 发布 文件大小:3.27 kB
0 130
下载积分: 2 下载次数: 1

代码说明:

这个程序实现了内存空间的动态管理和分配,模拟了操作系统中内存管理的一种重要方法-This procedure achieved a memory space of dynamic management and allocation, to simulate the operating system memory management an important method

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C_deadblocked和按优先数.rar
    C_deadblocked和按优先数.rar-C_deadblocked and by priority number. Rar
    2022-04-26 21:09:03下载
    积分:1
  • Visual C++数字图像识别技术典型案例 条形码生成器
    Visual C++数字图像识别技术典型案例 条形码生成器-Visual C++ Digital image recognition technology a typical case of bar code generator
    2022-02-13 08:34:42下载
    积分:1
  • the procedures on the topic of : process management
    本次程序的题目为:进程管理――支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management-- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user"s needs to create process n (n that meet user needs, without exceeding the system can accommodate
    2022-03-13 01:19:06下载
    积分:1
  • 读取配置文件(ini格式)的程序,可返回int,char*,float类型等的配置项数值。...
    读取配置文件(ini格式)的程序,可返回int,char*,float类型等的配置项数值。-Read configuration file (ini format) procedures can return int, char*, float type of configuration item values.
    2023-05-21 04:40:04下载
    积分:1
  • linux 源码分析,我所见过写的最透彻的。
    linux 源码分析,我所见过写的最透彻的。-linux source code analysis, I see have written most thoroughly.
    2023-01-04 16:10:03下载
    积分:1
  • 1 : Prepare a simulation and debugging process scheduling procedures, "Prio...
    1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。 2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。 3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。 4、 程序与报告要求: a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。 b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。 c) 可以选择在Windows或Linux环境下编写、运行程序 d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。 e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。 -1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority
    2022-03-26 12:38:45下载
    积分:1
  • 一个完成的FIFO算法
    一个完成的FIFO算法-completed a FIFO algorithm
    2022-12-26 13:40:03下载
    积分:1
  • 通过对一个教学GEEKOS的编译过程,形成磁盘映射文件,并在Bochs模拟器下模拟启动,来了解的基本原理和的启动过程。...
    通过对一个教学操作系统GEEKOS的编译过程,形成磁盘映射文件,并在Bochs模拟器下模拟启动,来了解操作系统的基本原理和系统的启动过程。-Through a teaching operating system compiler GEEKOS process, the formation of disk mapping file, and restart Bochs emulator simulated, to understand the basic principles of operating systems and system start-up process.
    2022-05-30 02:35:50下载
    积分:1
  • 可带或者不需要即可使用的SD卡的源代码!
    可带操作系统或者不需要操作系统即可使用的SD卡的源代码!-May bring the operating system or operating system does not need to use the SD card source code!
    2022-02-14 01:10:53下载
    积分:1
  • FIFO arithmetic,it can solve some common question.It have source code.
    先进先出优先算法可以解决一些常见问题并为其源程序-FIFO arithmetic,it can solve some common question.It have source code.
    2022-03-06 15:58:37下载
    积分:1
  • 696516资源总数
  • 106446会员总数
  • 9今日下载