CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - 文件操作系统

搜索资源列表

  1. 操作系统课设

    2下载:
  2. 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three readers four scheduling algorit
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:50803
    • 提供者:艾倜人生
  1. LINUX操作系统实验1

    0下载:
  2. 该文件为LINUX系统的实验,初学者可以好好理解里该环境下的操作-the document for Linux experiments, beginners can make good understanding of the environment Lane operation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:49869
    • 提供者:邓斌
  1. 操作系统课程设计文件系统

    0下载:
  2. 操作系统课程设计文件系统,我们操作系统课程的一个作业-courses on operating system design document systems, we will of course an operating system operations
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:37647
    • 提供者:冰扉
  1. FileSystem

    0下载:
  2. 一个模拟操作系统的文件操作系统,可以有管理员登陆和用户登陆来创建和管理文件!
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:12921
    • 提供者:guozhaotang
  1. 使用linux文件系统调用(新手必须)

    0下载:
  2. 刚刚学习操作系统得新手们可以好好看看这个程序.-just learning platforms is a good novice can look at this procedure.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1879
    • 提供者:张纬
  1. 操作系统1

    0下载:
  2. 注意: 1. OS.jar为Java打包可执行文件 2. 由于时间,和界面空间问题,每个进程的资源拥有情况没有详细列明.如果要认真检查 程序的正确性,可以重新编译运行,然后查看Dos界 面下的输出.因为Dos界面下会输出 每个进程的资源情况(包括每个进程对每类资源的最大需求,分配情况,和所欠资源情况. 3. 资源设置中,进程设置应小于100个,资源类数应小于20个.-attention : 1. OS.jar Java package for two executable files. Due
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:376339
    • 提供者:骆子丞
  1. 文件系统xxx

    0下载:
  2. 操作系统的文件系统程序,内容包括登陆,创建等功能.-OS file system,include logging in,create file etc.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:24075
    • 提供者:若竹
  1. Ucore是一个很小的适于学习的操作系统

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore实验6:文件系统。通过完成本次实验,希望能达到以下目标:了解基本的文件系统系统调用的实现方法;了解一个基于索引节点组织方式的Simple FS文件系统的设计与实现;了解文件系统抽象层-VFS的设计与实现。文件中包括源代码和实验指导书。-Ucore is a small
  3. 所属分类:操作系统开发

    • 发布日期:2017-04-09
    • 文件大小:1038179
    • 提供者:gyh
  1. CAOZUOXITONG.rar

    1下载:
  2. 操作系统的设计性实验~文件系统 • 熟悉文件系统管理过程 • 模拟文件系统工作过程,实现文件的存储和删除 • 撰写实验报告 ,Operating system design experiment ~ file system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:176857
    • 提供者:PING
  1. mi.rar

    0下载:
  2. 操作系统课程设计 模拟的文件系统编写程序,模拟混合索引形式的文件系统。能接收建立、删除、读、写和查询属性的命令,并在模拟文件系统中进行操作。提供一个可供操作者建立、删除、读、写文件和查看文件属性的交互界面。,OS filesystem design
  3. 所属分类:OS Develop

    • 发布日期:2016-06-12
    • 文件大小:5581
    • 提供者:Hue xu
  1. IFS.zip

    0下载:
  2. 操作系统实验:模拟采用二级目录结构的磁盘文件系统中的文件操作。程序简单模拟了一个类unix的shell界面,并完成了实验中所要求的具体内容。运行时需注意问题:初始用户名密码为root,登陆后可输入help命令查看命令格式获取帮助。,Operating System Experiment: Simulate file operations for the two-level directory structure in the file system. Should pay attention
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:19969
    • 提供者:Ingu
  1. os

    4下载:
  2. 操作系统课程设计,含5个大作业。最后一个是文件系统的设计。有报告。最后一个是linux的,其他的是window上开发。 -Operating systems curriculum design, with five major operations. The last one is the file system design. Reports. The last one is linux, the other is a window on development.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:799443
    • 提供者:蔡少
  1. 3106007038

    2下载:
  2. 操作系统实验 实验一 进程调度 实验二 作业调度 实验三(综合性) 主存空间的分配与回收 实验四 文件系统-Experimental test of a process of operating system scheduling job scheduling experiment Second experiment three (integrated) main memory space allocation and recovery of the experimental
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3565961
    • 提供者:caicai
  1. OS_experiment

    1下载:
  2. 大三时做的操作系统课程设计,有文件系统等-Third of the operating system when the curriculum design, there are file system, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2815256
    • 提供者:郭俊刚
  1. OSDemo

    0下载:
  2. 操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)-Experimental demonstration of the operating system code (three experiments, operations management, memory management, document management)
  3. 所属分类:OS Develop

    • 发布日期:2017-11-09
    • 文件大小:832330
    • 提供者:站长
  1. operationSystem

    1下载:
  2. 操作系统的演示代码,包括内存管理,文件系统,设备管理等内容。-Demonstration of the operating system code, including memory management, file system, device management and so on.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:809983
    • 提供者:wang
  1. os

    0下载:
  2. 文件操作系统(UcosII) File system s OS Layer file-Operating system files (UcosII) File system s OS Layer file
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:6606
    • 提供者:yehailong
  1. 操作系统实验2

    1下载:
  2. 1)管道通信 1.父进程创建管道和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向管道写入一条消息“ok",目的是通知进程p2可以读取文件内容了。 3.子进程p2通过管道读取消息,如果消息是“ok”,则打开文件,读取文件内容,并将其输出到屏幕上,关闭文件. (2)消息队列 1.父进程创建消息队列和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向消息
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-05
    • 文件大小:984064
    • 提供者:量cheng
  1. 新建文件夹

    0下载:
  2. 基于C语言的操作系统开发,实现消费者与生产者的关系(The operation system based on C language realizes the relationship between consumers and producers.)
  3. 所属分类:操作系统开发

    • 发布日期:2018-05-01
    • 文件大小:24576
    • 提供者:海本
  1. 操作系统

    1下载:
  2. 操作系统实验报告及源代码---复制文件,进程控制,内存监视,生产者消费者和编译内核的实验报告及源代码。(Operating system experiment report and source code - copy files, process control, memory monitoring, producer consumer and compile the kernel of the experimental report and source code.)
  3. 所属分类:操作系统开发

    • 发布日期:2020-06-04
    • 文件大小:3144704
    • 提供者:LHguzu
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com