CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构-栈

搜索资源列表

  1. BinaryTree

    0下载:
  2. 数据结构 二叉树的建立和遍历 1.按前序次序建立一棵二叉树,以‘#’表示空。 2.中序、后序遍历该二叉树,输出遍历序列。 3.求出该二叉树的深度并输出,或求出该二叉树的叶子数目并输出。 4.试以栈为辅助存储结构实现二叉树的前序非递归算法或以队列为辅助存储结构实现二叉树的层次遍历算法。-Data structure, the establishment and traversal of binary tree 1. According to the sequence order
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1098678
    • 提供者:屈兴
  1. Cat-and-mouse

    0下载:
  2. 这个程序是学数据结构后写的,里面涉及到了栈和队列的一些操作。开始本来只是要做迷宫求解的,-This program is a data structure after writing, which involves a number of operation stack and queue. Started originally just want to do maze solving,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:2673
    • 提供者:li
  1. data-structure-and-algorithm-

    0下载:
  2. 数据结构与算法,详细并全面的介绍了数据结构,并进行算法仿真,利用C++编写代码,充分实现栈、链表、队列、递归、图、遍历等-Data Structures and Algorithms, detailed and comprehensive introduction to the data structure and algorithm simulation, the use of C++ code, the full realization of stacks, linked lists, qu
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3939431
    • 提供者:刘欣
  1. stack-and-queue

    0下载:
  2. 本程序是中国科学技术大学数据结构及其算法的上机作业,主要使用栈和队列模拟停车场,本程序为本人亲自编写并在VC++6.0中调试通过。-This program is the University of Science and Technology of China data structures and algorithms on machine operation, the main use of stacks and queues simulate parking, the program w
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:331180
    • 提供者:王启
  1. suanshubiaodashi

    0下载:
  2. C++语言,利用数据结构中的链式栈,实现算术表达式的计算。-C++ data structure
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2711
    • 提供者:sunshanai
  1. shuzhizhuanhuan

    0下载:
  2. C++语言,利用数据结构中的链式栈,实普通的数制转换。没怎么扩充,大家有需要可以下下来,扩充一下-C++ data structure
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1102
    • 提供者:sunshanai
  1. Maze

    0下载:
  2. 利用栈解决非递归迷宫求解的C#算法实现,速度快,算法简明可读性强。是学习数据结构的优秀材料。-The realization of C# algorithm, using the stack to solve the non recursive maze solving fast algorithm is concise, readable. Is excellent learning materials data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:31369
    • 提供者:buaa_sheng
  1. c

    0下载:
  2. 数据结构课程里的栈的应用一节的 括号匹配 比较简单,可以运行的-Application stack data structure matching brackets
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:722
    • 提供者:陈心怡
  1. Shujujiegou-C

    0下载:
  2. 数据结构C语言版,章节PPT,绪论、栈与队列、线性链表、树和二叉树-Data structure C language edition, chapter PPT, introduction, stacks and queues, linear lists, trees and binary trees
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:95246
    • 提供者:
  1. Data-structure-

    0下载:
  2. 数据结构与算法分析程序演示:包括线性表,串,栈和队列,树,图-Data structure and algorithm analysis program demonstrates: including linear tables, strings, stacks and queues, trees, graphs
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:548284
    • 提供者:
  1. C

    0下载:
  2. C实现的一些数据结构,包括队列,散列表,栈,二叉树,图的拓扑排序-some data structure in C,including queue,hashtable,stack,tree,graph topsort
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3578196
    • 提供者:phl
  1. DS_3

    0下载:
  2. 西南交通大学电气工程学院,数据结构试验3.栈-data struct
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:895
    • 提供者:maple
  1. Parking

    0下载:
  2. 停车场C语言数据结构程序,实现停车等候出栈入栈,计时停车收费的功能-Parking C language data structure procedures, stop and wait out the stack stack, time parking function
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1671
    • 提供者:bridge
  1. 2

    0下载:
  2. 本程序实现从十进制转换成其他进制,数据结构,通过栈实现的-conversion of number systems
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:824
    • 提供者:xiaomoyu
  1. zhandejuluyingyong

    0下载:
  2. 栈的举例应用,初学数据结构的同学可以看看。-Examples of the application stack, beginner students can look at the data structure.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-28
    • 文件大小:387320
    • 提供者:陶剑锋
  1. stack

    0下载:
  2. 数据结构实验:(通过c语言代码)栈的表示和实现-:( Experimental data structure through c language code) stack representation and realization
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:725
    • 提供者:独醉逍遥
  1. hannuota

    0下载:
  2. 数据结构的通过栈实现汉诺塔的程序,主要用到递归的思想,以及栈和链表以及数组的知识。-Data structures through the stack HANOR program, mainly used recursive thought and knowledge as well as an array of stacks and lists.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2026
    • 提供者:金彪
  1. shangji2

    0下载:
  2. 数据结构上机题。题目是 实现算术表达式求值程序(栈的运用)。 设操作数:0,1,2,……,8,9(可扩充); 运算符:+,—,*,/,(,),#(#号为结束)。 -Data structure machine problems. Topic is to achieve an arithmetic expression uator (stack use). Number of set operations: 0,1,2, ......, 8,9 (expandable) ope
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2436
    • 提供者:左晨
  1. pille

    0下载:
  2. 堆栈是一个不容忽视的概念,堆栈是两种数据结构。堆栈都是一种数据项按序排列的数据结构,只能在一端(称为栈顶(top))对数据项进行插入和删除。- Stack is a concept that can not be ignored, the stack is the two data structure. A stack is a data structure that is arranged in order, and can only be inserted and deleted at
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:4822016
    • 提供者:刘佳伟
  1. DUOXIANGSHIXIANGJIA

    0下载:
  2. 应用C语言,采用数据结构中的栈,编写的多项式相加的小程序-Application of C language, the use of data structure of the stack, the preparation of the polynomial add the small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1774
    • 提供者:李丽丽
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 47 »
搜珍网 www.dssz.com