CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 链表 队列

搜索资源列表

  1. 利用一个链表类实现一个队列类和栈类

    0下载:
  2. 利用一个链表类实现一个队列类和栈类-use a objectlist achieve a queue category and type Stack
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3989
    • 提供者:潘了了
  1. Data_stucture_codes

    0下载:
  2. 包含各种测试,查找和算法等代码,如冒泡算法,树的遍历,链表,队列,堆栈等-includes various tests, such as search and algorithm code, such as Bubble algorithm, the tree traversal, linked list, queue, stack, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:178727
    • 提供者:rayson
  1. LinkQue

    0下载:
  2. 描述:链表队列示范程序,用于练习并理解链表队列的基本原理和实现方法。 功能:实现了带头节点的链表队列创建、插入、删除、遍历、判断为空、以及销毁等功能。 设置了调试参数输出功能,可用于跟踪各主要变量单步变化情况。 实现了一个自定义命令行SHELL,接收解释并执行各种操作命令。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4911
    • 提供者:旺老财
  1. Project_2

    1下载:
  2. 银行排队的数学模型的实现 问题: n银行有n个窗口对外营业,每个窗口一次只能接待一个客户 n客户的到达时间和处理业务的时间不同(可随机产生) n利用链表队列模拟总的处理过程和处理时间 n假设 n不允许插队,不同客户的交接时间忽略不计 策略I: 策略 客户先选择无人窗口办理 如果没有,就选择人数最少的窗口排队 讨论 人数最少未必能最快得到处理 如果客户发现其他窗口的排队人数少于本
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43320
    • 提供者:云从龙
  1. 酒店停车系统

    0下载:
  2. 1. 用一个包含大小为MAX+1的数组结构体RoomArray来表示客房列表,其数组元素为表示车辆停车信息的结构体GuestNode,用链表队列LinkQueueGuest表示等待队列,其节点元素为表示车辆停车信息的结构体QueueGuest;-1. With a size of MAX contains an array of the structure RoomArray said Rooms to list its array elements to said vehicle parkin
  3. 所属分类:酒店行业

    • 发布日期:2008-10-13
    • 文件大小:36450
    • 提供者:yang
  1. include.rar

    1下载:
  2. 1. 输入字符序列,建立二叉链表。 2. 中序遍历二叉树:递归算法。 3. 中序遍历二叉树:非递归算法。 4. 求二叉树的高度。 5. 球二叉树的叶子个数。 6. 将二叉链表视为森林的孩子兄弟链表,计算森林中叶子个数。 7. 建立中序线索二叉树,并实现中序遍历。 8. 借助队列实现线索二叉树的层次遍历。 ,tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-26
    • 文件大小:8836
    • 提供者:李惠
  1. The-program-of-data-structure

    0下载:
  2. 数据结构的例子程序,包含循环队列、链表队列、线性链表、静态链表、堆栈等的实现。-Examples of program data structures, including circular queue, linked list queue, linked list, static list, stack, etc. to achieve.
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4729934
    • 提供者:panyiteng
  1. DATASTRU

    0下载:
  2. C语言的基本数据结构,如堆,链表,队列,stack 等-C language, the basic data structure, such as the heap, linked list, queue, stack, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2518
    • 提供者:mahaiyang
  1. vc_data_structure_work

    1下载:
  2. 我自己写的vc数据结构的作业,包括单链表、双向链表、排序、队列、栈等数据结构-I wrote it myself vc data structure operations, including single-chain, two-way linked lists, sorting, queues, stacks, such as data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:21136
    • 提供者:denglijun
  1. ds

    0下载:
  2. 数据结构的C语言实现,包括链表,堆栈,队列,哈希表,二叉树,其中哈希表经过实践可实现1秒查询100万次-Data structure of the C language, including the list, stack, queue, hash table, tree, hash table which can be achieved through practice one seconds query one million times
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11865
    • 提供者:赖泽天
  1. datastruct_example

    0下载:
  2. 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:14766
    • 提供者:kk.h
  1. sujujiegou

    0下载:
  2. 简单的队列操作 动态链表的相关操作 线性表的相关操作 -Simple queue operations related to operation of the dynamic list of related linear operation table
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3267
    • 提供者:bmh
  1. DataStructure_Algorithms

    0下载:
  2. 常用数据结构和算法的实现及测试。 1)数据结构包含:堆栈 队列 线性表 链表 2)算法包括:冒泡排序 选择排序 插入排序 希尔排序 归并排序 快排 堆排序 3)其他包括:随即数的产生 计时器的实现-Common data structures and algorithms implementation and testing. 1) The data structure includes: a linear table linked list stack queue 2) algor
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:438671
    • 提供者:songjian
  1. Data_Structure_C

    1下载:
  2. 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stack (5)Linked_Queue (6)Cycl
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:680387
    • 提供者:马也凡
  1. DoubleLinkedList

    0下载:
  2. 双向链表的基本功能的实现,插入,删除,以及队列操作 -Doubly linked list implementation of the basic functions, insert, delete, and queue operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1101490
    • 提供者:Hellen
  1. Delphi-Container-Library

    0下载:
  2. 常用的Delphi数据结构类库,包含哈希,链表,队列,堆栈等常用数据结构,好用,速度快.个人常用类库之一,并且修改原版中的部分Bug.全部源代码.-Commonly used Delphi data structures library, contains a hash, linked lists, queues, stacks, and other commonly used data structures, easy to use, fast. One of the frequently-u
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:105873
    • 提供者:liwd
  1. C++数据结构代码

    0下载:
  2. 本压缩包里含有队列、链表(单链表、双链表和循环链表)、栈、队列、两个栈实现一个队列、二叉树等数据结构的C++代码实现。
  3. 所属分类:数据结构常用算法

  1. 队列

    0下载:
  2. 链表实验报告帮助新手了解链表,学会链表的简单应用(Chain table experimental reports help novice to understand the list and learn the simple application of the list)
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:乔木森林
  1. 第一次实验课

    0下载:
  2. 定义单链表类、链式栈类、顺序队列类。 2、 实验验证如下算法的正确性、各种功能及指标: 1)单链表插入操作:在第 i 个元素之后插入值为 x 的结点; 2)单链表删除操作:删除表头结点、表尾结点; 3)查找操作:查找值为 x 的元素在单链表中出现的位置(是链表中的第几个元素); 4)压栈和弹栈操作; 5)出队和入队操作。(Define single chain table class, chain stack class, sequence queue class. 2. The
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:2252800
    • 提供者:kaiser1998
  1. linkedq

    0下载:
  2. pb队列数据结构,用链表结构实现,适合频繁增删操作(queue data structure for pb by linked list)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:Rnnnn
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com