搜索资源列表
OSmulu
- MDO1铺设好了数据结构和主调函数。但是发现在输出显示目录和添加删除时比较麻烦,所以想改用结构体,双向链表和栈实现。 MDO2实现了用栈显示出当前路径 MDO3实现了cmd中输入路径名成查找到当前目录的问题。各种情况和cmd的路径一样。 MDO4实现了MD,MK,RD,DEL功能,但是只能在当前目录下操作创建删除文件夹。 -MDO1 laying of a good data structure and function of melody. However found in t
2
- 一个简单的,用链表结构体形式来实现将进程数据转化.以便于对进程的操作
ADTLink
- 关于链表的所有操作的代码,包括新建、删除、新加等,适合学习操作系统和算法的人使用-List of all operations on the code, including new, delete, new, etc., operating systems and algorithms for learning to use
xianxingbiao
- 数据结构上级实习 链式结构的线性表插入删除操作-The data structure of linear chain structure superior attachment table insertion deletion
dianhuanchaxunxitong
- 操作系统链表操作完整的报告有实验截图和运行结果和使用说明及完整的注释-The list of the operating system operation complete report experiments have screenshots and operation results and instructions for use and fully commented
file-system-in-OS
- 简单的二级文件系统 在任一OS下,建立一个大文件,把它假象成硬盘,在其中实现一个简单的模拟文件系统。 编写一管理程序对此空间进行管理,要求: 1. 实现盘块管理 2. 实现文件的读写操作 3. 每组最多2人,小组内要有明确分工,课程设计报告中设计部分可以相同,个人实现部分不同 参考建议: 将模拟硬盘的文件空间划分为目录区,文件区;采用位示图进行空间管理,盘块的分配使用显示链接(FAT表)的方式。-Simple two file system
nodelist.tar
- 数据结构、链表的操作;包括链表的创建、插入、删除、排序、逆置等操作;学习数据结构链表的绝佳材料-Data structure, the list of operations including the creation of the list, insert, delete, sort, reverse home and other operations linked list data structure of great learning materials
Chain
- 单链表的头文件,可以判断是否存在环,判断环的长度及入口点,还包括最基本的链表操作-Single list of header files, you can determine whether the length of the ring and the entry point to determine the existence of the ring, the list also includes the basic operation
nachos02
- 1.对于共享的双向链表,实现多线程的无错误插入删除操作。 2.用thread::sleep实现条件变量和锁机制 3.用thread::semapho实现条件变量和锁机制 4.大小限制的缓冲区(类似于消费者生产者问题) 5.实现一个table结构-1. For shared doubly linked list, multi-thread error insertion and deletion operations. 2. thread :: sleep implement