登录
首页 » 操作系统 » 操作系统磁盘分区的源程序

操作系统磁盘分区的源程序

于 2022-08-22 发布 文件大小:10.17 kB
0 125
下载积分: 2 下载次数: 1

代码说明:

操作系统磁盘分区的源程序-operating system disk partition of the source

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

发表评论

0 个回复

  • A user
    A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.-A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running comput
    2022-11-28 07:20:03下载
    积分:1
  • 磁盘分区的源程序
    操作系统磁盘分区的源程序-operating system disk partition of the source
    2022-08-22 00:14:32下载
    积分:1
  • 页式虚拟存储管理中地址转换和缺页中断,这是赏完课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换...
    页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换算法。-Page storage management in virtual address translation and page fault, which is the operating system rewards End internship hours to do the design, there are more than a complete analysis and design, such as experimental purposes, the experiment content, laboratory module, used in the application of advanced first-out page replacement algorithm.
    2022-01-24 14:30:36下载
    积分:1
  • 一个小型,用于对显存进行 本人的课程设计...
    一个小型操作系统,用于对显存进行操作 本人的操作系统课程设计-a small operating system, for the right to operate my memory for the operating system design courses
    2022-12-13 02:45:03下载
    积分:1
  • Verilog语言,nios最小,在DE2板上测试成功
    Verilog语言,nios最小系统,在DE2板上测试成功-Verilog language, nios minimum system, tested successfully in the DE2 board
    2022-04-12 07:03:55下载
    积分:1
  • 模拟一个页式虚拟存储,用FIFO和LRU置换算法,计算所发生的缺页次数。
    1、模拟一个页式虚拟存储系统,用FIFO和LRU置换算法,计算所发生的缺页次数。每个进程在内存占有3页数据区,刚开始时数据区为空。有以下访问数据页序列:5  0  1  0  2  0  1  4  0  2  5  1  2  3  5   (测试数据)请分别模拟2、实现过程:1) 内存分配:给进程分配一定的物理块数,由用户输入物理块数,用数组元素模拟物理块。2) 由文件读入页面访问序列,用数组保存。3) 将要访问的页面依次调入内存,分配到物理块中,形成页框表。其表项号即物理块号(数组元素下标),将页号放入数组相应位置。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-07 13:05:33下载
    积分:1
  • J2ME是Java 2平台的一个版本,使用在各种各样的消费电子产品和嵌入式设备上。Java Card技术规范得Java应用能运行在智能卡和更小的嵌入式设备上。本...
    J2ME是Java 2平台的一个版本,使用在各种各样的消费电子产品和嵌入式设备上。Java Card技术规范得Java应用能运行在智能卡和更小的嵌入式设备上。本文介绍J2ME和Java Card的硬件平台和软件体系结构,以及如何进行J2ME和Java Card应用程序开发。Java在移动通信领域的应用已经引起广泛的关注,本文对此进行了详细的描述。-J2ME Java 2 Platform, a version of used in a wide range of consumer electronic products and embedded devices. Java Card specifications in Java applications can run on smart cards and small embedded devices. This paper introduces J2ME and Java Card hardware platforms and software architecture, and how J2ME and Java Card application development. Java in the area of mobile communications applications has attracted widespread attention, the paper carried a detailed description.
    2023-05-02 01:45:04下载
    积分:1
  • 进程通信源码
    这是一个进程通信的源码,并不限定在父子进程之间。虽然源码设计较为简单,并没有使用MFC进行界面设计,但是作为操作系统新手,可以简单参考此功能实现过程,希望对你们会有所启发。
    2022-03-05 03:40:45下载
    积分:1
  • 这是一个中小型企业服务器配置的方案,内含大量代码命令的解析....
    这是一个中小型企业服务器配置的方案,内含大量代码命令的解析.-this is a middle/small enterprise server configuration scheme, including plenty of command parse source code.
    2023-06-27 05:15:04下载
    积分:1
  • 设计一个有N个进程并发的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)算法。...
    设计一个有N个进程并发的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)算法。 -Design of a concurrent process, N a process scheduler. The process of scheduling algorithm: The number of priority the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority to the process) algorithm.
    2022-07-06 20:40:09下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载