搜索资源列表
ostang
- 这是我上个学期操作系统的课程设计,做了一个多级文件系统,用文件模拟磁盘,基于i节点结构,功能超强,希望对大家有用。-This is my last semester of courses operating system design and a multi-level file system, disk using simulated document, based on i node structure, function superpower, we hope that the right
lianbiaobiaobiao
- 数据结构课程设计 用链表实现的学生档案管理系统-data structure courses designed for students to achieve Chain File Management System
air_book
- 飞机订票系统,任务:通过此系统可以实现如下功能: 录入:可以录入某个航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选者航班; 退票:可退票,退票后修改西相关数据文件; 可户资料有姓名,证件号,订
200411251704246032
- 一个简单的文件系统模拟算法-a simple file system simulation algorithm
fs
- 用于列出一个目录下的所有文件(附过滤器),另外提供FUNCTION可列出嵌套的多个目录下的文件,非常有用,对于列举文件系统-PHP code used for list file system directory, very useful for more than one dir files content list
cdfs
- 微软文件系统极好的参考资料。里面集中了文件驱动中的各种可参考数据结构。-Microsoft file system, excellent references. Which focused on the document can be driven in a variety of reference data structure.
wenjiansystem
- 多向链表实现的文件系统模拟,利用C语言完成-More to the list of file system to achieve simulation, using C language to complete
u
- 一、课程设计题目和目的 1 二、课程设计要求 1 三、程序设计思想 1 四、文件系统的实现 2 1.数据结构设计 2 2.程序功能图 3 3.实体关系图 3 4.数据流图 4 5.程序流程图 5 -First, the curriculum design and purpose of a title II requires a three-course design, program design a four, the file system impleme
zwyFat32_analyze
- 主要是针对FAT32文件系统的一些比较重要的几个数据结构的描述和详细的介绍,对于想了解FAT32文件系统的是比较好的资料-FAT32 file system, mainly for some of the more important are the descr iption and the data structure in detail, those who want to understand the FAT32 file system is a better data
elective
- 基于文件系统的选课系统,涉及文件读写,查询匹配算法,数据结构-The elective system based on file system, file reading and writing involved, query matching algorithms, data structures
sxml
- 本课程设计目的是实现树型目录结构文件系统,本人在实现过程中也利用二叉树, 其中每个节点都有父指针,子指针和兄弟指针,其中子指针指向该目录下的第一个子节点,而该子节点的父指针则指向它的上级目录。目录下各子节点用兄弟指针连接起来。 文件夹打开是则把文件夹名称及其地址压入打开文件夹栈,文件关闭则把文件夹名称及其地址从打开文件夹栈中抛出。 -This course is designed to achieve the directory tree structure, file system
shangbuqi
- 该系统要求实现一个简单、实用的图书管理程序,主要功能包括图书数据的录入、查找、修改、删除、统计、排序等。所有图书数据都要利用文件系统保存,以备系统下次运行时使用。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些基本算法思想的应用。 -The system called for a simple, practical library management program, the main features include books data entry, search, modif
Staff-management-system
- 职工管理系统 数据结构课程设计 1.1问题描述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 1.2要求 职工对象包括工号、姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象按姓名以字典方式存入职工管理文件中。 (2)删除一名职工:从职工管理文件中删除一名职工对象。 (3)查询:从职工管理文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某
contiki-os_study_notes
- 本文将Contiki学习笔记整理成篇,便于索引。文章的顺序系推荐阅读的顺序。 Contiki初体验|数据结构|实例|主函数剖析|进阶学习|编程|文件系统 -This article will Contiki study notes organized into easy to index. The order of the articles recommended reading order. Contiki experience | data structure | instance | th
Visit-system
- 实现功能:1,从文件读入景点信息道路信息,然后用邻接表建立校园图,用邻接矩阵存放边的信息。 2,查看景点信息,道路信息。 3,查找两点之间最短路径,采用弗洛依德算法。 4,采用深度优先递归调用的方法遍利图。-Functions: 1, read from the file into the attractions road information and the establishment of the campus map, and then use the adjacency l
employee-information-system--
- 用链表实现员工信息系统,通过链表实现 通讯录编辑(添加、删除); 查找; 排序; 将通讯录写入文件; 从文件读入通讯录。-Employee information system, a linked list, address book editor through the list (add, delete) search sort contacts write to a file read from the file into the address book.
Traffic-Advisory-System
- C语言编写的全国交通咨询模拟系统,文件包含最好用最全的源码,是本人编写的数据结构课程设计的代码。-National Transport Advisory analog system written in C language, the file contains the best and most complete source code I write the data structures course.
The-file-system-simulation
- 这是一份c语言模拟Linux文件系统,可以实现文件的监理、查找、删除等功能-This is a c language simulation of the Linux file system, can realize file management, search, delete, etc
Keyword-Search-System
- 建立一个文本文件,文件名由用户用键盘输入,输入一个不含空格的关键字,统计输出关键字在文本中的出现次数。 本项目的设计要求可以分成两个部分实现:首先建立一个文本文件,文件名由用户用键盘输入;然后输入一个不含空格的关键字,统计输出该单词在文本中的出现次数。-Create a text file, the file name input by the user using the keyboard, enter a keyword with no spaces, statistical outpu
Loan-Application-System
- 将文件直接用vc6.0打开就可以。 该代码是华为培训2016年6月份培训材料。是贷款申请系统,这是我个人的代码-The file can be opened directly by vc6.0. The code is Huawei training in June 2016 training materials. Loan application system, this is my personal code