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

搜索资源列表

  1. ShiYanBaoGao

    0下载:
  2. 数据结构中堆栈与队列的应用的练习程序,包括1.用数组的形式实现顺序栈的定义和操作 2.利用堆栈将队列中的元素逆置 3.括号匹配算法 包括调试报告和实验报告 程序源代码在实验报告当中 -stack data structures and the application of Queue practice procedures, including one. using arrays in the form of the definition of the order stack and ope
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:859587
    • 提供者:张焕人
  1. duiliedeyingyong

    0下载:
  2. 数据结构里队列的应用,以及栈的递归实现方法,对于函数的循环来实现函数的递归调用-queue data structure, the application stack and the recursive method, Functions for the cycle to achieve the recursive function call
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:10291
    • 提供者:许见
  1. LWIP_manule

    0下载:
  2. LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。-LWIP is TCP / IP Protocol Stack A. LWIP the main purp
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:693536
    • 提供者:tumbler
  1. ZHAN

    0下载:
  2. 栈的应用。。 。。 。。 。。 。。。数据结构-Stack of applications. . . . . . . . . . . . . . . . . . . Data Structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:714
    • 提供者:大哥
  1. stack

    0下载:
  2. 栈的应用表达式的运用,C语言实现,数据结构课程设计报告,覆盖率报告-The application of the use of the expression stack, C language, data structure curriculum design, coverage report
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:332583
    • 提供者:刘星
  1. migong

    0下载:
  2. 数据结构堆栈的经典应用: /*一:迷宫问题用堆栈的方法: 求迷宫中一条从入口到出口的路径的算法可简单描述如下: 设定当前位置的初值为入口位置: do{ 若当前位置可通, 则{ 将当前位置插入堆栈顶 若该位置是出口位置,则结束 否则切换当前位置的东邻块为新的当前位置 } 否则, 若堆栈不空且栈顶位置尚有其他方向未经探索 则设定新的当前位置为沿顺时针方向转到的栈顶位置的下一相邻块 若栈不空但栈顶位置的四周均不可通,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1384
    • 提供者:向曦
  1. Tszzhcppo

    0下载:
  2. 实现各个数制间的转换,应用到数数据结构中的栈和队列!可直接使用。 -Between each number system conversion, applied to the stack and queue in the number of data structures! Can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2367
    • 提供者:nicollejia
  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
    • 文件大小:181758
    • 提供者:family
  1. MiGongQiuJie

    0下载:
  2. 数据结构中的栈的应用,迷宫问题求解,用简单的算法实现基本功能,初学者可参考下-Stack data structure of the application, the maze problem solving, basic functions using a simple algorithm, beginners can refer to the following
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:1607
    • 提供者:小易
  1. Packing

    0下载:
  2. 自己写的数据结构中的栈的应用 - 停车场问题-Data structures in the application stack- parking problems
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:212332
    • 提供者:吴彦君
  1. stack

    0下载:
  2. 算法与数据结构中的顺序栈,链栈,以及栈的应用(数制的转换,表达式计算)。-Algorithms and data structures in order stack, chain stack, and the stack of applications (number system conversions, expression evaluation).
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:8555
    • 提供者:郭悠悠
  1. mymaze

    0下载:
  2. 经典的栈应用,迷宫游戏,利用String类型对路线进行标记,突出栈这一数据结构特殊的性质。-The classic application stack, maze games, use the String type marked on the route, highlighting the stack data structure of this particular nature.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-27
    • 文件大小:9386078
    • 提供者:
  1. Stack

    0下载:
  2. 数据结构入门:顺序栈的应用,参考《大话数据结构》这本书。-Getting data structures: sequential application stack, refer to Westward the data structure this book.
  3. 所属分类:Button control

    • 发布日期:2017-04-11
    • 文件大小:1110
    • 提供者:王桂喜
  1. c

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

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

    0下载:
  2. C++数据结构中栈的应用 等价表达式的源代码-C++ application stack data structure equivalent expression source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1287
    • 提供者:丁丁当
  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. 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
    • 文件大小:1454
    • 提供者:李丽丽
  1. ex3

    0下载:
  2. 清华大学版本的数据结构,有关栈的应用的试验-Tsinghua version of the data structure, application of the relevant stack test
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1818
    • 提供者:song
  1. 111

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

    • 发布日期:2017-04-12
    • 文件大小:1165
    • 提供者:dsd
  1. stack-application

    0下载:
  2. 包含数据结构中栈的应用,中缀,后缀,中缀转后缀等方式-Contains application data structure stack infix and suffix and infix turn suffix etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2080
    • 提供者:yu
« 1 2 34 5 »
搜珍网 www.dssz.com