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

搜索资源列表

  1. 模拟银行家算法

    0下载:
  2. 利用银行家算法避免死锁。掌握银行家算法中的数据结构,算法的整个过程,并加深对银行家算法的理解-bankers algorithm used to avoid deadlock. Master bankers algorithm data structure, algorithm of the whole process, and deepen the understanding of Banker's Algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9484
    • 提供者:黄卓越
  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
    • 文件大小:10319
    • 提供者:billdong
  1. ossystem

    0下载:
  2. 基于DOS的多任务系统的实现 1. 用C语言完成线程的创建和撤消,并按优先权加时间片轮转算法对多个线程进行调度; 2. 改变时间片的大小,观察结果的变化。思考:为什么时间片不能太小或太大; 3. 假设两个线程共用同一软件资源(如某一变量,或某一数据结构),请用记录型信号量来实现对它的互斥访问; 4. 假设有两个线程共享一个可存放5个整数的缓冲,一线程不停的计算1到50的平方,并将结果放入缓冲中,另一个线程不断的从缓冲中取出结果,并将他们打印出来,请用记录型信号量实现这一生产者和消
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4139
    • 提供者:Li
  1. tp12

    0下载:
  2. 该程序设计是本人数据结构实践项目的拓扑结构的源代码,老师觉得还不错,欢迎大家下载共享。-the program is designed data structure I practice the topological structure of the source code, the teacher feel that was pretty good, Welcome to download share.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1275
    • 提供者:niqing
  1. b28446ec-02d9-4d04-a824-b58e640c5484

    0下载:
  2. 数据结构课件演试软件是用vc++实现的.方便老师教学-data structure courseware my test software is used to achieve the vc. Facilitate teachers
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2154093
    • 提供者:renzheng
  1. FileSystemdesign

    1下载:
  2. 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:138819
    • 提供者:邹英斌
  1. 数据库设计文档

    0下载:
  2. 完成数据结构的程序,很好的一片源码,我用的,感觉很好,上载了,供大家共同使用。-completion of the procedures for data structure, a very good source, I use the good feeling, uploading, for common use.
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-15
    • 文件大小:23434
    • 提供者:碰碰
  1. migong.rar

    0下载:
  2. 关于数据结构的课程设计:迷宫问题,提供了广度优先和深度优先两种算法。,On the data structure of curriculum design: the maze problem, provides a breadth-first and depth-first two algorithms.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3182
    • 提供者:小海燕
  1. HMI.rar

    0下载:
  2. 数据结构 学习过程中 遇到的 编程结构示例,Data structure encountered in the learning process of the programming structure of sample
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1954542
    • 提供者:zxx
  1. dd

    0下载:
  2. 操作系统进程调度算法,处理流程: 1 初始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列 -Operating system process scheduling algorithm to deal with processes: 1 initialization- the process of the queue structure (including: ready queue, waiting queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1898
    • 提供者:wayne
  1. codes_for_OS_experiment_3

    1下载:
  2. 2008年操作系统实验3存储管理的代码。 主存的分配与回收。不同的存储管理方式下,实现主存空间的分配与回收。动态分区分配方式中的数据结构和分配算法及动态分区存储管理方式及其实现过程。-2008 experiment 3 storage management operating system code. Main memory allocation and recovery. Different storage management mode, the realization of main
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:2357
    • 提供者:风临机
  1. ProcessesCommunication

    0下载:
  2. 程序模拟操作系统课程中的进程间通信,方便起见,各个进程只有编号信息。所用数据结构为大小为10的队列。运行情况为:用户输入进程总数以及各个进程的编号,此后程序模拟进程对队列提出请求,若队列不空,则插入,队列满则不予插入。程序利用rnd这个随机变量是奇数还是偶数决定是入队还是出队。-Procedures for operating systems courses in the simulation process communication, convenience, only the number
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1375
    • 提供者:
  1. clock

    0下载:
  2. 关于操作系统clock内存调度代码,描述Clock算法的基本原理、必要的数据结构、编码实现-Scheduling memory clock on the operating system code, Clock algorithm describes the basic principles of the necessary data structure, coding to achieve
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1379
    • 提供者:yjian
  1. data_structure

    0下载:
  2. 基于c++的数据结构源代码。是学习数据结构的很好的demo-Based on c++ source code of the data structure. Data structure is a good study of the demo
  3. 所属分类:OS Develop

    • 发布日期:2017-05-09
    • 文件大小:2105424
    • 提供者:fanfeixie
  1. lab2

    0下载:
  2. Nachos的线程管理模块升级。扩充了线程数据结构。扩展了现有的线程状态。修改了线程调度算法。增加了全局性的线程管理机制。-Nachos thread management module upgrade. Expansion of the thread data structure. Expansion of the existing state of the thread. Amended the thread scheduling algorithm. An increase of the
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:8847
    • 提供者:陈忠俊
  1. fifo

    0下载:
  2. 标准的先进先出队列数据结构,已经调试过的,可以直接应用到项目中-Standard FIFO queue data structure, has been testing, can be directly applied to projects
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:7156
    • 提供者:张胜朝
  1. xianxingbiao

    0下载:
  2. 数据结构上级实习 链式结构的线性表插入删除操作-The data structure of linear chain structure superior attachment table insertion deletion
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:19550
    • 提供者:BIG
  1. bankerAlgorithm

    0下载:
  2. 设计一个银行家算法,实现对N个进程和M种系统资源进行银行家算法判定和资源分配;并根据银行家算法的要求设计相应的数据结构,通过输入进程的个数,资源的种类,各个资源的最多数量,各个进程的Max,,Allocation,Need,然后对算法进行检测,判断是否能产生安全序列。-Design of a banker' s algorithm, to realize the process and the M N-species system resources determine the banke
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2721141
    • 提供者:何志芬
  1. fbqueue_attemper

    1下载:
  2. 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3756459
    • 提供者:
  1. Programming-and-data-stru-

    0下载:
  2. 一本很好的数据结构电子书,几乎囊括所有数据解雇,我在美国学习主要就看这本书了-A good e-book data structure, including almost all of the data dismissed mainly on studying in the U.S. I see this book
  3. 所属分类:OS Develop

    • 发布日期:2017-05-18
    • 文件大小:5363317
    • 提供者:Yang
« 12 »
搜珍网 www.dssz.com