CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 数据结构 栈的应用

搜索资源列表

  1. migong

    0下载:
  2. 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.64kb
    • 提供者:吕璐
  1. shiyanbaogao

    0下载:
  2. 数据结构试验报告册,其中包括了线性表的基本操作,栈和队列的基本操作,稀疏矩阵的运算,二叉树的基本操作,图的存储和应用,查找运算实现,排序运算实现的C程序和调试结果。-Basic operation, the stack and queues are the basic operation of the matrix and operation of the basic operation of the tree, storage and application, the lookup opera
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:121.81kb
    • 提供者:张周
  1. SqStack

    0下载:
  2. 数据结构中栈的两个应用,进制转换和括号匹配-Data structure stack two application, hexadecimal conversion and matching brackets
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:187.73kb
    • 提供者:li runbing
  1. parking

    0下载:
  2. 学习数据结构是很好的一个例程,通过它来了解栈,队列的应用-Learning data structure is a good routine, and through it to understand stack and queue applications
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:2.37kb
    • 提供者:jiji
  1. Map-four-staining

    0下载:
  2. 用不多于四种颜色为地图染色,使相邻的行政区不重色,是计算机科学中著名的“四染色”的典型应用,应用这个思想,是以回溯的算法对一幅给定的地图染色。是对数据结构中栈的应用。-With no more than four colors map staining the adjacent borough is not heavy color, typical applications of computer science "stain" the application of this idea, a b
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:177.5kb
    • 提供者:family
  1. Expression

    0下载:
  2. 表达式求职,基于数据结构栈的应用,分享学习-The expressions Job data structure stack-based applications to share learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1.24kb
    • 提供者:邱宇
  1. stackPstringPlist

    0下载:
  2. 全面演示了数据结构-栈的六大应用,进制转换,括号匹配,行编辑,迷宫求解,表达式运算,其中包括线性表的实现与使用,字符串的实现与使用,栈的实现与使用-Comprehensive presentation of the data structure- Stack six applications, binary conversion, bracket matching, line editing, maze solving, arithmetic expressions, including lin
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:12.87mb
    • 提供者:王伟
  1. shiyan4-3

    0下载:
  2. 编写一个栈的类模板(包括其成员函数定义),以便为任何类型的对象提供栈结构数据操作。并在应用程序中创建整数栈、字符栈和浮点数栈,提供一些数据进行进栈、退栈和打印操作的测试。-Write a stack class template (including its membership function is defined), in order to provide data manipulation stack structure as any type of object. And create
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:834byte
    • 提供者:summer
  1. Biao_da_shi

    0下载:
  2. 关于表达式计算器的编写,代码感觉优良,为数据结构栈的相关应用。-Write about expression evaluator, the code feel good, stack data structure related applications.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:190.32kb
    • 提供者:余总
  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
    • 文件大小:1.73kb
    • 提供者:李丽丽
  1. kuohaopipei

    0下载:
  2. 应用数据结构中的栈实现括号匹配的功能,主要包括小括号,中括号,大括号的匹配-Application of data structure in the stack to achieve the function of parentheses matching, mainly including small brackets, brackets, braces
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.42kb
    • 提供者:李丽丽
  1. 111

    0下载:
  2. 出栈,入栈,栈的应用,c++语言,数据结构-Stack, stack, stack of applications, c++ language, data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.14kb
    • 提供者:dsd
  1. test

    0下载:
  2. 数据结构的栈的部分的应用,表达式求值,运行结果良好-data structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.07kb
    • 提供者:帝陵
  1. 数据结构

    0下载:
  2. 数据结构习题答案,针对线性表的应用,包括链表和数组以及静态链表。涉及栈的应用,包含C和C++版本。(Data structure Exercises answer, for linear table applications, including lists and arrays, and static linked list. Applications involving stacks include C and C++ versions.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:117kb
    • 提供者:Lucien Liu
  1. 栈和队列

    0下载:
  2. 大学生数据结构栈和队列作业,题目为:栈和队列的实现与应用(Student data structure stack and queue job, the topic is: stack and queue implementation and Application)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:512kb
    • 提供者:Lidesi
搜珍网 www.dssz.com