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

搜索资源列表

  1. Stack

    0下载:
  2. 这是栈的顺序实现方法,适合数据结构的初学者参考.-This is the order of the stack method, suitable for beginners and reference data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:9981
    • 提供者:smith
  1. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12844
    • 提供者:张杨
  1. mwyy

    0下载:
  2. 数据结构实习作业 魔王与语言 栈的应用-Data structure and language training operations devil Application Stack
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1000
    • 提供者:wanglei
  1. suanshubiaodashi

    0下载:
  2. 这是我的数据结构课程设计,1. 初始化两个空栈,一个是操作符栈,一个是操作数栈。2. 如果字符是操作数,将它压入操作数栈。 如果字符是个操作符,则和运算符栈顶的运算符比较优先权后作相应操作,优先技小泽压入栈,大于则将栈顶的运算符出栈,并将运算数栈顶的两个数出栈进行运算。等于,则弹出操作符。-This is my data structure of the curriculum design, 1. Initialize two empty stacks, one stack operator,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:11081
    • 提供者:往往
  1. longintsizeyunsuan

    0下载:
  2. 课程设计是实践性教学中的一个重要环节,它以某一课程为基础,可以涉及和课程相关的各个方面,是一门独立于课程之外的特殊课程。课程设计是让同学们对所学的课程更全面的学习和应用,理解和掌握课程的相关知识。《数据结构》是一门重要的专业基础课,是计算机理论和应用的核心基础课程。 数据结构课程设计,要求学生在数据结构的逻辑特性和物理表示、数据结构的选择和应用、算法的设计及其实现等方面,加深对课程基本内容的理解。同时,在程序设计方法以及上机操作等基本技能和科学作风方面受到比较系统和严格的训练。 本课
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:268814
    • 提供者:刘桂军
  1. sjjgt

    0下载:
  2. 【数据结构】图的遍历,包含(栈类型、图类型、队列类型)-[] Map data structure traversal, including (stack type, map type, queue type)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:8252
    • 提供者:箱子
  1. calculation

    0下载:
  2. C语言写的计算器程序,体现了栈的使用,是起初学习数据结构的作品。-err
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2017
    • 提供者:zhaozheng
  1. shangji

    0下载:
  2. 大二半年的数据结构上机实验。包括链表,栈和循环队列,树,图。可供初学数据结构者上机参考。全部均可以在C-Free中运行。-Sophomore data structure on a six-month experiment. Including the list, stack and the cycle queue, tree, Fig. For beginners are on the machine data structure reference. All of which can run
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:254653
    • 提供者:神州
  1. tostack

    0下载:
  2. 用C++语言实现的数据结构中的顺序栈的算法 具有很好的移植性能。-The order of the stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1694
    • 提供者:我爱罗
  1. DataStructure

    0下载:
  2. 一些简单数据结构的实现。 包括了链表、堆、栈等。-Some simple data structures implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5588
    • 提供者:王志斌
  1. Java_Datastructure

    0下载:
  2. java 实现常用数据结构(链表,集合,栈,哈希表,搜索,排序等).-java datastructure package.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:35436
    • 提供者:zhengbotai
  1. structure

    0下载:
  2. 里面涉及了数据结构中的链表、队列和栈的一些知识和算法,希望对朋友们有所帮助。-Involved in the data structure inside the linked list, queue and stack some of the knowledge and algorithms, and they hope to help my friends.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:251872
    • 提供者:刘海涛
  1. shunxuzhan

    0下载:
  2. 数据结构中关于顺序栈的程序 希望对大家有所帮助-Data structure in order regarding the procedure stack would like to help everyone
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:776
    • 提供者:tt
  1. suanshubiaodashiqiuzhi

    0下载:
  2. 简单的算术表达式求值,是数据结构的课程设计。 运用了栈的一些基本操作,可以进行算术运算!-Simple arithmetic expression evaluator is the data structure of the curriculum design. The use of the stack some of the basic operations, arithmetic operations can be carried out!
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:1827
    • 提供者:
  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
    • 文件大小:14766
    • 提供者:kk.h
  1. Stack

    0下载:
  2. 在学习数据结构的时候要用到栈,这是栈的代码-At the time of the study used data structure to the stack, the stack This is the code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2116
    • 提供者:千里草
  1. MyStackss

    0下载:
  2. 基于C++实现的数据结构中 顺序栈的类 基本功能 -Using C++ language in order to prepare the data structure stack type basic operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1089
    • 提供者:LG
  1. data_structure_and_algorithm

    0下载:
  2. 《数据结构与算法入门导学》 第一章 概论 第二章 线性表 第三章 栈和队列 第四章 串 第五章 多维数组和广义 表 第六章 树 第七章 图 第八章 排序 第九章 查找 第十章 文件-" Introduction to Data Structures and Algorithm Study I." Introduction to Chapter II Chapter III Chapter linear stack and queue Chapter IV Chapter V
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:417810
    • 提供者:lzm
  1. DataStruct

    0下载:
  2. 数据结构实验程序 线性表 栈和队列 二叉树 图 查找 内部排序-Experimental procedures for linear data structures stack and queue table tree diagram to find the internal order
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:329168
    • 提供者:liuzhou
  1. JavaDataStructures

    0下载:
  2. 这里面包含有栈,队列,树的数据结构的基本实现。可能有些不全,但可供追究学习的人参考。资源共享嘛。-This bread contains a stack, queue, tree data structure was basically attained. May be incomplete, but for those who pursue learning reference. Why the sharing of resources.
  3. 所属分类:Ajax

    • 发布日期:2017-04-15
    • 文件大小:31411
    • 提供者:黄波
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 47 »
搜珍网 www.dssz.com