搜索资源列表
BankSystemSimulation(c++)
- c++实现的模拟银行系统的程序,可以模拟登录,存款,取款,转账等操作,最后将操作的数据保存到文件中。-c achieve the banking system simulation process can be simulated Login, deposits, withdrawals, transfers, etc, Finally, the data operation to preserve documents.
file_operation
- 采用一级目录结构实现的磁盘文件系统操作系统模拟算法-Using a directory structure to achieve the operating system disk file system simulation algorithm
fsfat16
- 模拟磁盘环境实现FAT16文件系统,具备一般文件系统的功能。-The simulated disk environment, the FAT16 file system with the general file system functions.
FileSystem
- 模拟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
B06040324_B2
- 模拟电信计费系统的设计与实现 要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文
OSforUnix
- 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
MyFS
- 在磁盘上申请一块空间实现一个模拟文件系统,该模拟文件系统实现了增加、删除、打开、关闭、读写文件等文件系统的基本功能。-The program is a virtual file system. It supports some basic functions such as create ,delete, open, close, read and write files...
ext2_gx
- 仿真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
Address-Book-system
- 通信录管理系统 用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
direcuory
- 磁盘文件系统的模拟,能实现文件的添加,删除,实现多级目录-Disk file system simulation, can realize the file to add, delete, multi-stage directory