CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 文件系统模拟实现

搜索资源列表

  1. FileManagement.rar

    0下载:
  2. 大学生计算机操作系统课程设计,实现文件管理系统模拟功能,实现读,写,创建,删除等功能,Students of computer operating systems curriculum design, to achieve document management system analog functions, the realization of read, write, create, delete and other functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:15.88kb
    • 提供者:王明
  1. FileSystem

    0下载:
  2. 文件管理系统的模拟实验,实现删除,添加功能-Document Management System simulation experiments, to achieve the deletion, add features
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:8.15kb
    • 提供者:wyywd
  1. Multi_user_multi_level_directory_of_the_file_syste

    0下载:
  2. 多用户多级目录文件系统 功能:模拟Dos文件系统实现文件目录管理 进入控制台之后,可用命令有: "create"(创建文件或目录), "open"(打开文件或目录), "read"(读取文件内容,必须先打开文件), "write"(写入内容到文件,必须先打开文件), "close"(关闭文件或目录), "delete"(删除文件或目录), "mkdir", "cd"(进入目录), "dir"(查看目录结构), "logout"(退出登陆) 登陆用户名:root 密码:root-M
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:245.87kb
    • 提供者:hengdd
  1. FileSys

    0下载:
  2. c语言简单的文件系统的实现。模拟FAT表-File system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:4.22kb
    • 提供者:Rain
  1. 1

    0下载:
  2. 实验一 超市POS机收银系统 一 实验要求 • 数据文件:收银员用户信息、商品信息 • 完成功能 – 收银员登录系统,循环进行销售操作 – 每次销售可以录入多个商品项和数量,最后向控制台输出收银条,包括:商品列表/数量、总金额 • 必须使用面向对象方法实现 二 问题的分析 本实验要求用面向对象的方法完成,因此应该利用面向对象的方法对本实验要求的内容进行模拟。 三 数据结构 建立3个类:收银员类、销售单类、商品类。根据要
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1.76kb
    • 提供者:王飞
  1. FileSystem

    0下载:
  2. 文件系统模拟实验,实现了简单的文件系统功能,目的旨在了解文件系统原理-File system simulation to achieve a simple file system functions, the purpose was to understand the principles of the file system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:343.52kb
    • 提供者:杨子江
  1. filesystem

    0下载:
  2. 实现文件系统的VC++程序,可用于模拟文件系统的操作功能-Implementation of the file system VC++ program can be used to simulate file system operations functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:216.96kb
    • 提供者:陈蔚
  1. System

    0下载:
  2. 为计算机专业操作系统课程设计.虚拟实现了可变分区内存管理,磁盘空白分页管理,进程模拟调度,文件系统.可做为源码参考-Curriculum design for the computer professional operating system. Virtual variable partition memory management, disk blank paging management, process simulation, scheduling, file systems can b
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-13
    • 文件大小:19.58mb
    • 提供者:Neo
  1. StudentInfo

    0下载:
  2. 自己做的小系统、学生管理系统、实现对数据的增删改查、每次操作都保存数据至文件、同时包含碎片整理功能。模拟windows的基本文件操作。-Own system, student management system, the CRUD data, each operation to save the data to a file that contains both the defragmentation function. The basic file operations simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:293.46kb
    • 提供者:zhanghao
  1. CPP-elevator-management-system

    0下载:
  2. C++电梯管理系统。C++课程设计文件,实现电梯的模拟应用-C++ elevator management system
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:2.31kb
    • 提供者:梁宇豪
  1. Telecommunications-billing-system

    0下载:
  2. 该系统要求用C或C++模拟电信计费,实现账单的计算输出及查询。用户资料和话单记录以文件的方式存储在硬盘中。-The system requires with C or C++ analog telecom billing, bill calculation output and inquiries. User information and then a single log file is stored in the hard disk.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:81.13kb
    • 提供者:张璇
  1. filesystem

    0下载:
  2. 模拟实现linux下的文件系统,能实现创建,删除,读,写,打开,关闭文件,还能使用mkdir创建目录等-Simulation under linux file system, can achieve to create, delete, read, write, open, close the file, but also to create a directory using the mkdir, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:235.22kb
    • 提供者:徐阳
  1. Explorer

    0下载:
  2. 模拟系统文件系统功能,在win7下面使用vs2010实现。-Simulation system file system functions used below in win7 vs2010 implementation.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:142.11kb
    • 提供者:田辉
  1. kimkldtion

    0下载:
  2. 磁盘文件系统的模拟,能实现文件的添加,删除,实现多级目录(Disk file system simulation, can realize the file to add, delete, multi-stage directory)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:3kb
    • 提供者:rlghjwer
  1. 最后结果 - 改进版

    1下载:
  2. 文件系统模拟实现 设计并实现一个简单的文件系统,要求实现基本的文件操作。(Design and implement a simple file system, requirements for basic file operations)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:379kb
    • 提供者:rose1
  1. FileManageSystem

    0下载:
  2. 用C编写和调试一个文件系统,功能使用命令行的方式实现。模拟文件管理的工作过程。 说明: 1)每个目录项16个字节(在2.2中有具体定义),所以根目录下只允许建立4个子目录或者文件。 2)i-node位图1块64字节,共512位,可以描述512个i-node的使用情况 3)位图的数据结构可以参考“位域”数据结构类型。 4)Data Block区的数据块,是三种类型。包括索引块,文本文件数据块,目录文件数据块。定义时使用union类型(A file system is written a
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:4kb
    • 提供者:FeedK
  1. 新建 360压缩 ZIP 文件

    0下载:
  2. 2ASK系统信号性能分析, 设计实现一个适用于2ASK信号性能分析地基于FPGA的2ASK调制信号生成电路,用模拟器件设计一个解调电路,主要考虑技术性能和实现方法(Signal analysis of 2ASK system)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:2.89mb
    • 提供者:蜜蜜3621
  1. 6931028

    0下载:
  2. 磁盘文件系统的模拟,能实现文件的添加,删除,实现多级目录()
  3. 所属分类:其他小程序

    • 发布日期:2018-04-30
    • 文件大小:3kb
    • 提供者:ebgxc%213402
  1. os_file

    2下载:
  2. 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:367kb
    • 提供者:Greenyy
  1. 基于C语言实现的模拟操作系统文件系统

    1下载:
  2. 模拟linux操作系统,期末课程设计,实现linux基本功能,显示所有文件,返回目录(Simulation of linux operating system, final course design, realize the basic functions of linux, display all files, return to the directory)
  3. 所属分类:其他

    • 发布日期:2020-05-26
    • 文件大小:2.26mb
    • 提供者:帕西法尔
« 12 »
搜珍网 www.dssz.com