CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - linked list

搜索资源列表

  1. OSmulu

    0下载:
  2. 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
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10.08kb
    • 提供者:billdong
  1. exp1

    0下载:
  2. 操作系统实验一 体验Nachos下的并发程序设计 用C++实现双向有序链表; 在nachos系统中使用你所写的链表程序并演示一些并发错误 -Experience Nachos operating system under test a concurrent programming using C++, ordered two-way linked list in nachos system written list to use your program and demonstr
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:423.53kb
    • 提供者:chengwang
  1. os1

    0下载:
  2. nachos下的并发程序设计,操作系统实验,用C++实现双向有序链表;-nachos of concurrent programming, operating system experiments, using C++ to achieve a two-way linked list in an orderly manner
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:6.87kb
    • 提供者:cjf
  1. wjq

    0下载:
  2. TSOT:实验一 进程队列模拟,队列使用链表形式。 TSOP:实验二 页面请求模拟,生成表单一中的页面地址映射有严重问题,我没有重做。 TAOT:实验三 进程调度。 TAOB:实验四 银行家算法,不能自行设定进程数量,用的是递归算法。-TSOT: experimental simulation of a process queue, the queue using linked list form. TSOP: 2 page requests simulation exp
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:35.88kb
    • 提供者:yaowenxue
  1. all.tar

    0下载:
  2. os program linked list by mathi mct10
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:20.91kb
    • 提供者:gmathi
  1. vs

    0下载:
  2. My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:66.17kb
    • 提供者:程光
  1. jincheng

    0下载:
  2. 关于操作系统进程的创建,阻塞,暂停,进程的结束,利用链表实现的-Created on the operating system process, obstruction, pause, end of the process, the use of linked list implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.85mb
    • 提供者:姜霞霞
  1. OS-filesystem

    1下载:
  2. 操作系统实验-文件系统源代码,实现多级二级目录,数据结构,数组和单向链表-Operating system experiment- the file system source code, to achieve multi-level two directories, data structures, arrays, and singly linked list
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2.5kb
    • 提供者:
  1. ProcessControl

    0下载:
  2. 实验1 进程调度 一、实验目的 通过实验加强对进程调度算法的理解和掌握。 二、实验内容 编写程序实现基于优先级的时间片轮转调度算法。 -Experiment a process schedulingFirst, the purpose of the experimentExperiments to enhance understanding and mastering of the process scheduling algorithm.Second, exper
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:863byte
    • 提供者:姚继涛
  1. require-the-use-of-a-linked-

    2下载:
  2. 题目说明:   要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入:   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输
  3. 所属分类:OS Develop

    • 发布日期:2016-11-21
    • 文件大小:2kb
    • 提供者:xy
  1. nodelist.tar

    0下载:
  2. 数据结构、链表的操作;包括链表的创建、插入、删除、排序、逆置等操作;学习数据结构链表的绝佳材料-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
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1.18kb
    • 提供者:张立志
  1. Linked-List

    0下载:
  2. this is c++ code of linked list
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2.05kb
    • 提供者:neda2
  1. lisnkedlist

    0下载:
  2. It is a linked list class with and without head nodes. singly linked list and doubly linked list and a circular linked list. it has queue and stack. All classes are template class.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:7.78kb
    • 提供者:khawaja
  1. LINK

    0下载:
  2. WELCOME TO PUDN. I UPLOAD THE PROGRAM LINKED LIST
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1.62kb
    • 提供者:Nagendra Babu
  1. nachos02

    0下载:
  2. 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
  3. 所属分类:OS Develop

    • 发布日期:2017-05-01
    • 文件大小:17.59kb
    • 提供者:fanfan
  1. nachos01

    0下载:
  2. 1.实现一个双向链表 2.模拟多线程情况下的不同线程切换并且修改双向链表而产生的错误的情况-1. To achieve a doubly linked list 2. simulate different thread of multiple threads to modify the switch and doubly linked lists generated error condition
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7.12kb
    • 提供者:fanfan
搜珍网 www.dssz.com