CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 模拟 文件系统

搜索资源列表

  1. BankSystemSimulation(c++)

    0下载:
  2. c++实现的模拟银行系统的程序,可以模拟登录,存款,取款,转账等操作,最后将操作的数据保存到文件中。-c achieve the banking system simulation process can be simulated Login, deposits, withdrawals, transfers, etc, Finally, the data operation to preserve documents.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:12265
    • 提供者:m
  1. DirecteryOption

    0下载:
  2. 模拟终端,和几种目录文件操作的系统命令,dir,cd,md,del等-analog terminal, and several catalog operation of the system commands, dir, cd, md, del etc.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:14480
    • 提供者:郑冰
  1. file_operation

    0下载:
  2. 采用一级目录结构实现的磁盘文件系统操作系统模拟算法-Using a directory structure to achieve the operating system disk file system simulation algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:3459
    • 提供者:tanjing
  1. fsfat16

    0下载:
  2. 模拟磁盘环境实现FAT16文件系统,具备一般文件系统的功能。-The simulated disk environment, the FAT16 file system with the general file system functions.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:8122
    • 提供者:JosephCai
  1. Elective-System

    0下载:
  2. 控制台下模拟选课系统,未使用数据库,主要用txt文件存储-Elective System
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:27356
    • 提供者:郭瑞
  1. yinhangmoni

    2下载:
  2. 这是一个简单的银行模拟系统 1、 客户的到达时间随机 2、 客户需要处理的业务随机(不同业务处理的平均长度不同,例如:取款时间较短,开户和销户时间较长) 3、 处理客户业务所需时间随机(在一定范围内) 4、 使用文本文件记录每个客户到达时间、业务处理时间、业务结束时间 5、 动态显示(刷新时间可调)目前每个窗口累计处理客户数量、等待人数,每个窗口的平均业务处理时间,不同业务类型业务的累计办理量。 -This is a simple bank simulation syst
  3. 所属分类:Console

    • 发布日期:2016-06-10
    • 文件大小:3072
    • 提供者:duanzhensheng
  1. FileSystem

    0下载:
  2. 模拟Linux的文件系统实现,控制台界面,生成100M磁盘文件来模拟文件系统,包括文件,目录的各种创建,插入,删除操作,内存块分配,i节点索引管理,超级块管理等。-Analog Linux file system, console interface, generate a a 100M disk file to simulate the file system, including file, directory create, insert, and delete operations, a
  3. 所属分类:Console

    • 发布日期:2017-11-20
    • 文件大小:1156820
    • 提供者:JJ
  1. B06040324_B2

    1下载:
  2. 模拟电信计费系统的设计与实现 要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文
  3. 所属分类:Console

    • 发布日期:2017-03-23
    • 文件大小:283751
    • 提供者:Chengwei Xiao
  1. OSforUnix

    0下载:
  2. 1.在Windows平台上模拟Unix文件系统 2.理解Unix文件系统和i-node用法 3.实现子目录功能-1. Simulate a Unix file system on your Windows Platform 2. Understand the file system on Unix system, and the usage of i-nodes 3. Implement the function of sub-directory
  3. 所属分类:Console

    • 发布日期:2017-05-27
    • 文件大小:9847228
    • 提供者:yys
  1. LRU_OSmode

    0下载:
  2. 利用VC和ege图形函数库编写基于LRU的请求分页模拟操作系统。模拟的功能有文件系统,鼠标响应,进程调度等。-VC and ege use graphics library written request LRU paging simulation operating system is based. Analog features include file systems, the mouse response, process scheduling.
  3. 所属分类:Console

    • 发布日期:2017-06-15
    • 文件大小:24179521
    • 提供者:李德
  1. MyFS

    0下载:
  2. 在磁盘上申请一块空间实现一个模拟文件系统,该模拟文件系统实现了增加、删除、打开、关闭、读写文件等文件系统的基本功能。-The program is a virtual file system. It supports some basic functions such as create ,delete, open, close, read and write files...
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:4959
    • 提供者:杨翰典
  1. ext2_gx

    0下载:
  2. 仿真EXT2文件系统,使用一个txt文件模拟磁盘,最终实现对磁盘文件的创建、打开、读、写、关闭操作。其中涉及到inode、位图、超级块等概念与操作-A simple file system simulate EXT2, using a TXT file simulated disk, realizede the operationg for the disk file, such as create, open, read, write and close.Which involved some
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:39670
    • 提供者:郭晓萍
  1. Address-Book-system

    1下载:
  2. 通信录管理系统 用C++设计出模拟手机通信录管理系统,实现对手机中的通信录进行管理,按照姓氏拼音排序。通信名单和信息的文件存储/读取和修改。-Address book management system using C++ design analog mobile phone address book management system, to achieve the phone address book management, sorted by last name spelling. C
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1823274
    • 提供者:HiJune
  1. direcuory

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

    • 发布日期:2017-12-13
    • 文件大小:3526
    • 提供者:arcijfchalw
  1. fos

    0下载:
  2. 模拟DOS下的文件管理功能,包括文件增删改查等等。(Simulation DOS file management functions, including file additions and deletions, changes, and so on.)
  3. 所属分类:控制台编程

    • 发布日期:2017-12-17
    • 文件大小:421888
    • 提供者:溪_风
搜珍网 www.dssz.com