CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 队列

搜索资源列表

  1. 队列操作

    0下载:
  2. 这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助-This my learning algorithm and data structure when the series of the operation of the queue on procedures for the study of the data structure to help friends! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8075
    • 提供者:阿的
  1. 队列解决杨辉三角

    0下载:
  2. 队列解决杨辉三角-Queue solve Pascal's Triangle
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9874
    • 提供者:张斌
  1. 第三章 栈与队列习题答案

    0下载:
  2. 第三章 栈与队列习题答案-The answer of stack and queue
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7918
    • 提供者:陈如
  1. 队列相关的所有基本算法

    1下载:
  2. 队列相关的所有基本算法,西电的老师写的,与吴伟民数据结构课本完全一致,用C实现-cohort of all the basic algorithm, the West -- written by the teachers, and textbooks Xiulan WU Weimin data structure is fully consistent with achieving C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12495
    • 提供者:李雷
  1. 多级反馈队列进程调度算法

    2下载:
  2. 完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等);然后完成进程创建原语、进程调度原语和进程撤销原语;
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-09-20
    • 文件大小:2325
    • 提供者:red_eyed_hare
  1. 队列

    0下载:
  2. 最大队列长度(对于循环队列,最大队列长度要减1)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-12-06
    • 文件大小:2892
    • 提供者:50546468@qq.com
  1. 迷宫 数据结构(C语言版)关于栈与队列

    0下载:
  2. 迷宫 数据结构(C语言版)关于栈与队列,求迷宫从入口到出口的所有路径,Maze data structure (C language version) on the stack and queue, and the maze from the entrance to the export of all path
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-26
    • 文件大小:1436
    • 提供者:
  1. List 定义顺序队列类型

    2下载:
  2. 定义顺序队列类型,实现队列的所有基本操作。 定义链队列类型,实现队列的所有基本操作。 -Definition of the order queue type, all the basic operations of the queue. Defined chain of the queue type, all the basic operations of the queue.
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-21
    • 文件大小:1988
    • 提供者:陈小默
  1. beinuli 贝努力队列的实现

    2下载:
  2. 贝努力队列的实现,学过数据结构的都知道。-Bernoulli queue implementation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-30
    • 文件大小:797164
    • 提供者:JINP
  1. Stack544014

    0下载:
  2. 用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The template is the order of the stack t
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:38922
    • 提供者:钟书球
  1. c-datestructer

    0下载:
  2. 包括数据结构中的常见的排序,查找,以及对队列,堆栈等操作的源码-Including data structures common sort, find, and the queue, the source stack operation, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:27300
    • 提供者:刘健
  1. C语言队列算法

    0下载:
  2. 队列队列队列队列队列队列队列队列队列队列队列队列队列队列队列队列队列
  3. 所属分类:数据结构常用算法

  1. 多级反馈队列算法

    0下载:
  2. 多级反馈队列算法.rar
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-13
    • 文件大小:1289104
    • 提供者:coolhandy
  1. C++Builder队列

    0下载:
  2. 用C++Builder写的数据结构队列问题的程序。希望对大家有用。-C Builder write queue data structure of the proceedings. We hope that the right useful.
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:15835
    • 提供者:
  1. 循环队列

    0下载:
  2. 数据结构,是循环队列的创建,只有循环队列,可以直接使用(Data structure, is the creation of a circular queue, only the loop queue, you can directly use)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:123345
  1. 栈和队列的链接

    0下载:
  2. 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structure experiment stack and queue
  3. 所属分类:数据结构

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:蚊子酱
  1. 链式队列

    0下载:
  2. 链式队列,使用C语言实现,具有非常非常多的功能,自写 数据结构作业,北京化工大学。(Chain queue, implemented in the C language, has a very very large number of functions, self write Data structure operation, Beijing University of Chemical Technology.)
  3. 所属分类:数据结构

  1. 循环队列

    0下载:
  2. 基于C-C++的循环队列的构建及基本操作,插入,删除,查找等操作的实现(C-C + + based on the construction of circular queue and the basic operation, insert, delete, search and other operations to achieve)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:ssfldsh
  1. 队列实现归并排序

    0下载:
  2. 使用C++语言实现队列归并排序的实例 采用分制法一种有效排序算法(An example of queue merging and sorting using C++ language using an efficient sorting algorithm)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:9216
    • 提供者:Alionness
  1. 食堂打饭排队队列仿真

    1下载:
  2. 用队列模拟食堂打饭过程,并计算出每个人打饭的平均等待时间(The queue is used to simulate the canteen cooking process, and the average waiting time for each person to cook meals is calculated.)
  3. 所属分类:数据结构

    • 发布日期:2019-11-14
    • 文件大小:25600
    • 提供者:J.J1998
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com