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

搜索资源列表

  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
    • 文件大小:834
    • 提供者:summer
  1. shujujiegou

    0下载:
  2. 《数据结构与算法设计》一书中的全部代码实现,包括线性表、栈和队列、串、数组和广义表、树、图等。-" Data structure and algorithm design," a book of all the code to achieve, including linear lists, stacks and queues, strings, arrays and generalized tables, trees, graphs and so on.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:199062
    • 提供者:
  1. 10-to-2

    0下载:
  2. c语言实现十进制整数转换成二进制 数据结构实验 使用队列和栈完成-c language decimal integer into binary data structures completed experiments using queue and stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:751
    • 提供者:tian
  1. park

    0下载:
  2. 利用栈和队列完成停车场的管理,数据结构的实习题目,并完成选做内容-Practice using the stack and queue subject completed parking management, data structures, and to complete the election content
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:25480
    • 提供者:陈小文
  1. yufapipei

    0下载:
  2. 一个关于数据结构的语法匹配,是用栈做的,编程语言是C语言-A matching data on grammatical structure is done with the stack, the programming language is C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2860
    • 提供者:员凯
  1. houzhuijisuan

    0下载:
  2. 是关于数据结构里的后缀计算,使用的语言是C语言,是用栈实现的。-Suffix calculated on data structure, use of language is the C language, the stack is implemented.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2719
    • 提供者:员凯
  1. Maze-code

    0下载:
  2. 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) -With an m × n the long square maze, 0 an
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:3069
    • 提供者:Ryan
  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. DataStruct

    0下载:
  2. 数据结构中,线性表,栈和队列的实现程序,有助于这方面的学习与基本操作-Data structure, the realization of the program of linear tables, stacks and queues, to help in this area of ​ ​ learning and basic operation
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1159241
    • 提供者:zhexuehan
  1. zhanyuduilie

    0下载:
  2. 这是学习数据结构中的栈与队列的两个小程序。使用的是C++的编程语言。-This is a learning data structures stack and queue two small programs. Using C++ programming language.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-15
    • 文件大小:5750
    • 提供者:
  1. bistack

    0下载:
  2. 双向栈,用c++实现的,对学习数据结构有帮助, 很有用的一个数据结构。-Two-way stack, with c++ achieve, help for learning data structures, a data structure useful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:764
    • 提供者:刘波
  1. stackaqueue

    0下载:
  2. java 实现的基础数据结构栈和队列,仅供有需要的同学参考-java code of stack and queue
  3. 所属分类:Applet

    • 发布日期:2017-04-17
    • 文件大小:18583
    • 提供者:Goose
  1. Stack

    0下载:
  2. 栈和队列 数据结构实现c代码 -Stack and queue data structure c codeStack and queue data structure c code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:334868
    • 提供者:chunfen
  1. Data-Structures-and-Algorithms

    0下载:
  2. 数据结构与算法示例代码,线性表,队列,栈,二叉,图,排序,查找等-Data Structures and Algorithms Sample Code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:51748
    • 提供者:甘攀
  1. maze

    1下载:
  2. 数据结构编写迷宫问题,利用入栈,出栈,队等知识,编写调试运行-Data structure of the maze problem, the use of the stack, the stack, teams knowledge, the preparation of commissioning
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1416412
    • 提供者:沈颜
  1. conversion

    0下载:
  2. 数据结构的简单应用来实现数制转换,利用链式结构实现栈。-Simple application data structures to achieve number system conversion, the use of chain structure to achieve stack.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1177
    • 提供者:诚毅韬世
  1. DSAAIC

    0下载:
  2. Mark ALLEN Weiss的著名书籍数据结构与算法分析里面的源代码,包括基本的数据结构,如链表、栈、队列、堆、树、AVL树、红黑树、各种排序算法.-Mark ALLEN Weiss' s famous book data structure and algorithm analysis inside the source code, including basic data structures such as linked lists, stacks, queues, heap,
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:45073
    • 提供者:黄张伟
  1. nibolan

    0下载:
  2. 基于数据结构栈的知识实现逆波兰表达式的代码,c++版-data structure Nipolan
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1055
    • 提供者:周娇娜
  1. Stack

    0下载:
  2. 栈是一种数据结构,它按照后进先出的原则存储数据,先进入的数据被压入栈底,最后的数据在栈顶,需要读数据的时候从栈顶开始弹出数据。-A stack is a data structure that stores data in accordance with the principle of LIFO, first enter the data is pushed onto the stack at the end, the last data in the stack, you need to r
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:349811
    • 提供者:刘丫丫
  1. Stack_Test_in_java

    0下载:
  2. 此demo是数据结构中,栈的java实现,底层用数组实现,方面新人使用-This demo is a data structure, java stack implementation with an array of underlying implementation aspects of the new use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:889
    • 提供者:君君
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 47 »
搜珍网 www.dssz.com