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

搜索资源列表

  1. caozuoxitongkeshe

    0下载:
  2. 这是我的操作系统课程设计:简单多用户文件系统,是用来模拟实际的文件存储,物理块的分配,以及文件读写打开关闭等基本操作.学生专用-This is my courses on operating system design : simple multi-user file system is used to simulate the actual document storage, the physical block distribution, and document literacy and
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:12818
    • 提供者:王力
  1. OS1923106

    0下载:
  2. 操作系统课程设计,模拟操作系统中文件管理系统,有详细的文档和代码-courses on operating system design, simulation operating system document management system, a detailed documentation and code
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:602664
    • 提供者:人类
  1. linux

    0下载:
  2. 是操作系统课程设计Linux代码分析的那部分。-curriculum design is the operating system Linux code analysis of the part.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3535
    • 提供者:LCQ
  1. file

    0下载:
  2. 操作系统课程实验,文件管理。本程序涉及到了对文件的多种 操作,包括打开文件,读写文件,等操作。
  3. 所属分类:文件操作

    • 发布日期:2014-01-17
    • 文件大小:234795
    • 提供者:唐有宝
  1. findfile

    0下载:
  2. vc编写的一个查找文件的程序。比较适合操作系统课程设计作业的要求。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:49893
    • 提供者:mm
  1. file

    0下载:
  2. 实现文件的基本操作,删除,复制,移动.适合操作系统课程设计用.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5465
    • 提供者:hehe
  1. OperatorSystem_learning

    0下载:
  2. 操作系统的课程讲义,讲述了操作系统的各种知识,包括进程通信,存储管理,线程,文件管理等知识。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1644242
    • 提供者:阮鹏飞
  1. mycp

    0下载:
  2. 实现对linux下cp命令的模拟 在windows下实现 操作系统课程设计-copy
  3. 所属分类:File Operate

    • 发布日期:2017-03-25
    • 文件大小:107711
    • 提供者:guanzi
  1. fileSys

    1下载:
  2. 模拟文件管理系统的C语言代码和操作系统课程设计报告-Simulation of Document Management System C language code and operating systems curriculum design report
  3. 所属分类:File Operate

    • 发布日期:2017-03-25
    • 文件大小:614815
    • 提供者:李明
  1. 51622412FileSystemdesign

    0下载:
  2. VC++ 操作系统课程设计 文件管理 上传挣点币,欢迎下载-thanks!
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:138823
    • 提供者:yumi
  1. wenjian1

    1下载:
  2. 操作系统课程设计· 文件系统模拟· 文件的个项基本操作· mfc vc-Curriculum design, simulation of the operating system file system file a basic operation of mfc vc++
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1983396
    • 提供者:玄轩
  1. C

    0下载:
  2. C语言代码写的文件系统实验操作,主要是提供操作系统课程的实验代码-C language code written in the file system, experimental operation, the main operating system course is to provide experimental code
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:3760
    • 提供者:柯叶曼曼
  1. 2010os

    0下载:
  2. 操作系统课程设计:模拟Linux文件子系统的各种功能实现。如新建文件夹文件、复制、删除、修改权限,编辑txt文本等。-Operating System Course Design: Simulation of the various functions of Linux file subsystem implementation. If the new folder file, copy, delete, modify permissions, edit the txt text and so
  3. 所属分类:File Operate

    • 发布日期:2017-05-12
    • 文件大小:2922738
    • 提供者:liu zhihong
  1. fileSystem

    0下载:
  2. 操作系统课程的一个实验,实现文件创建,读写,建立索引目录的,即对文件的管理功能。-An experimental course of the operating system, file creation, reading and writing, indexing the directory, file management functions.
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:245865
    • 提供者:阿金
  1. Delete-the-file

    0下载:
  2. 文件的删除,对选中文件进行删除操作,操作系统课程设计题目!-File to delete the selected file deletion, operating system, curriculum design subject!
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1861227
    • 提供者:马敬超
  1. virtual-file-system

    0下载:
  2. 华工的操作系统课程设计参考源码,实现了一个虚拟文件系统。-Laborers curriculum design reference source operating system, a virtual file system.
  3. 所属分类:File Operate

    • 发布日期:2017-11-06
    • 文件大小:2393824
    • 提供者:legend
  1. code

    0下载:
  2. 参考linux extra2文件系统设计的一个基于c++读写文件操作的虚拟文件系统,适合作为操作系统课程的大作业参考-A reference linux extra2 file system design based on the virtual file system c++ write file operation, suitable for operating system programs big job reference
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3991229
    • 提供者:陈卓
  1. windows

    0下载:
  2. 实现文件的复制windows下。操作系统课程设计-Realization copy windows files. Operating systems curriculum design
  3. 所属分类:File Operate

    • 发布日期:2017-04-24
    • 文件大小:295594
    • 提供者:jeny zhang
  1. Bankers-algorithm-simulation

    0下载:
  2. 银行家算法模拟,以避免系统产生死锁,操作系统课程设计-Bankers algorithm simulation, in order to avoid deadlock system, operating system, curriculum design
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:1602
    • 提供者:plm
  1. 173017

    0下载:
  2. 本程序是使用Vc++6,0开发的用于计算机系操作系统课程的文件系统模拟程序-This program was developed by using vc++ 6, 0 for computer operating system file system simulation program of the course
  3. 所属分类:File Operate

    • 发布日期:2017-12-14
    • 文件大小:6363
    • 提供者:BII-826201
« 12 »
搜珍网 www.dssz.com