搜索资源列表
Multi_user_multi_level_directory_of_the_file_syste
- 多用户多级目录文件系统 功能:模拟Dos文件系统实现文件目录管理 进入控制台之后,可用命令有: "create"(创建文件或目录), "open"(打开文件或目录), "read"(读取文件内容,必须先打开文件), "write"(写入内容到文件,必须先打开文件), "close"(关闭文件或目录), "delete"(删除文件或目录), "mkdir", "cd"(进入目录), "dir"(查看目录结构), "logout"(退出登陆) 登陆用户名:root 密码:root-M
filesys
- 文件系统过滤驱动 通过截获系统发出的irp 捕获文件操作从而实现对文件的保护-This module contains the code that implements the general purpose sample file system filter driver.
test
- 操作系统课程设计简单文件系统的实现的代码,vc2008-Simple file system, operating system, curriculum design, implementation of the code, vc2008
filemon
- 文件系统监视器,文件系统监视工具源代码,通过动态加载驱动的方式实现对系统所有文件系统操作进行监控,代码包括驱动以及可执行文件的全部源代码-Monitor file system, file system monitoring tool for source code, by dynamically loading a way that drives the system to monitor all file system operations, code-driven, as well as
wupinkucun
- 用文件系统实现的物品库存管理程序。一种商品的品种里面包括三个品牌,以品种为单位,可以实现商品品种的添加、删除、查找、显示等功能。-With the file system implementation inventory management procedures. A kind of commodity varieties included three brands, in varieties, can achieve goods varieties to add, delete, sear
新建 WinRAR ZIP 压缩文件
- 一级文件系统程序 实现一个一级文件系统程序:根据前面的提示设计一个一级(单用户)文件系统程序,要求实现以下功能: ①提供文件创建/删除接口命令create/delete、目录创建/删除接口命令mkdir/rmdir、显示目录内容命令ls; ②创建的文件不要求格式和内容。(A program file system to achieve a level of file system program: according to the previous design a level (single
HotelPMS2.0
- 旅店POS机管理系统: 1.前台管理:包括房间的查询、入住登记、旅客信息的查询、旅客费用的查询、退房结算等。 2.后台管理:包括客房间信息的录入、修改、删除等。 3.设计数据结构文件来实现数据库管理:包括数据录入、查询、删除、修改、更新。(Hotel POS machine management system: 1., front desk management: including room inquiries, check-in, passenger informati
嵌入式FAT32文件系统设计与实现
- 单片机 文件系统 中国版的写的特别的好 学习文件系统的不二之选(The Chinese version of the single-chip file system is a special good learning document system)
最后结果 - 改进版
- 文件系统模拟实现 设计并实现一个简单的文件系统,要求实现基本的文件操作。(Design and implement a simple file system, requirements for basic file operations)
银行管理系统
- C++实现了一个简单的银行管理系统,支持新建、查询、修改、重定向到文件。(A simple bank management system in C++.)
PDA同步软件WIN 7系统
- 实现电脑连接wince PDA,实现可上传下载文件(To achieve the computer connection wince PDA, to achieve upload and download files)
5引入撤销与模糊查找功能的课堂经验值管理系统
- 引入撤销与模糊功能的课堂经验值管理系统,C语言实现源代码,可实现学生经验值的加减等功能(In this paper, we introduce the class experience value management system with the undo and fuzzy functions, and the C language implementation source code can realize the addition and subtraction of students
基于MFC学生信息管理系统设计与实现
- 自己做的一个基于MFC学生信息管理系统设计与实现,脚本文件也包含在里面(A MFC based student information management system is designed and implemented, and the scr ipt files are also included in it.)
基于C#NET的文件传输关键技术研究与系统实现
- 基于C#NET的文件传输关键技术研究与系统实现(Research on the key technology of file transmission based on C NET and the implementation of.Pdf system)
新建文件夹
- 使用 Struts 2 + Spring + Hibernate Struts 2 + Spring + MyBatis SpringMVC + Spring + MyBatis SpringMVC + Spring + Hibernate 四种框架中的一种来实现企业工单管理系统(Struts 2 + Spring + Hibernate Struts 2 + Spring + MyBatis SpringMVC + Spring + MyBatis SpringMVC + Spr
filesys
- 可以实现文件的基本操作,如删、新建、重命名等(The basic operations of a file, such as deletion, construction, renaming, etc., can be implemented)
FileManageSystem
- 用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
file
- BC下实现有文件交互的可移植典型案例,登录注册系统(A typical portable case with file interaction under BC, login and registration system)
简单的职工管理系统
- C++简单的职工管理系统 1.问题描述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 2.要求 职工对象包括姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 3.实现提示 职工对象数不必很多,便于一次读入内存,所有操作不经过内外存交换。 (1)由键盘输入职工对象,以文件方式保存。程序执行时先将文件读入内存。 (2)对职工对象中的"姓名"按字典顺序进行排序。 (3)对排序后的职工对象进行增、删、查询、修改等操作。(C++ simple st
航空客运订票系统
- 航空客运订票系统 通过此系统可以实现如下功能: 录入:可以录入航班情况 查询:可以查询某个航线的情况;可以输入起飞抵达城市,查询飞机航班情况; 订票:可以订票,如果该航班已经无票,可以提供相关可选择航班; 退票:可退票,退票后修改相关数据文件;(Airline passenger booking system The following functions can be realized through this system: Entry: can enter the f