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

搜索资源列表

  1. sjjg2.rar

    0下载:
  2. 对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种周游,输出三种周游的结果。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3.84kb
    • 提供者:
  1. 链栈的建立及出入栈

    0下载:
  2. 用链表结构完成堆栈的任务,使用时更加灵活方便-structure with the mandate to complete stack, use more flexible and convenient
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.62kb
    • 提供者:楚天
  1. linktostack

    0下载:
  2. 用链表实现栈的操作.该程序有栈的进栈和出栈操作.很简单.这是本人第一次上传程序源代码,如有什么不足之处还望各位多多海涵.-used to achieve stack operation. The program is the stack into the stack and stack up operation. Very simple. This is the first time I uploaded the source code, if there are any deficiencie
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1004byte
    • 提供者:liu
  1. data_struct(C)

    0下载:
  2. C语言数据结构源代码,包括队列,栈和链表等。-C language source code for data structure, including the queue, stack and other Chain.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14.24kb
    • 提供者:david
  1. 链栈

    0下载:
  2. 数据结构里的栈,用链表这种存储方式实现,和用数组方式存储的有个比较。-data structure, the stack, with Chain achieve such storage, and the use of the array is stored in a relatively.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.28kb
    • 提供者:天涯明月
  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
    • 文件大小:20.64kb
    • 提供者:denglijun
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21.41kb
    • 提供者:
  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
    • 文件大小:14.42kb
    • 提供者:kk.h
  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.75mb
    • 提供者:ciweijsf
  1. C_suroce

    0下载:
  2. 链表.栈等数据结构的C实现,常用查找的C实现!
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:199.48kb
    • 提供者:陈小红
  1. java

    0下载:
  2. 数据结构java描述,链表,栈,队列,图,树-Java data structure descr iption, linked lists, stacks, queues, maps, trees,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:164.33kb
    • 提供者:朱良阳
  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
    • 文件大小:664.44kb
    • 提供者:马也凡
  1. node

    0下载:
  2. c语言实现的简易链表结构, 可以简单的时间单链表,双链表,栈,队列,二叉树等结构,在代码中需要一个简单的链表结构时不用再重复实现了.-c language of the simple linked list structure, you can simply time single linked list, double linked lists, stacks, queues, binary trees and other structures in the code requires a s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.64kb
    • 提供者:得意
  1. data_structure

    0下载:
  2. c++与数据结构 链表 栈 二叉树 图 拓扑排序 源码-data structure linklist stack tree...
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:143.47kb
    • 提供者:SaturnNebula
  1. Algorithm-interview-questions

    0下载:
  2. 算法大全 面试题 链表 栈 二叉树 数据结构 -Algorithm Guinness interview questions list stack data structure of binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:28.74kb
    • 提供者:胡钰
  1. shujujiegou

    0下载:
  2. 用c#开发的一个数据结构演示程序 链表 栈 队列等-Development of the demonstration program of a data structure linked list using c# stack queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:579.16kb
    • 提供者:之之
  1. struct

    0下载:
  2. 很好的算法大全-链表-栈-二叉树-数据结构的笔试题,详细好用-Algorithm Daquan- linked lists- stack- the binary tree- data structures pen questions, detailed easy to use
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:44.58kb
    • 提供者:fang
  1. C++数据结构代码

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

  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
    • 文件大小:2.15mb
    • 提供者:kaiser1998
  1. linkstack

    0下载:
  2. 使用C语言,构成链表栈,实现链表栈的增删改查功能(C language is used to form linked list stack, so that we can add and delete functions of linked list stack.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1kb
    • 提供者:liuqi605752176
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com