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

搜索资源列表

  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. stack

    0下载:
  2. 这是栈数据结构。在操作系统中非常重要。本文件提供了一种C++实现方案。-This is a stack data structure. At the operating system is very important. This document provides a C++ implementation program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:572
    • 提供者:刘志福
  1. stack_link

    0下载:
  2. 这是用链表实现的栈数据结构。链表数据结构的最大优点是不受元素个数的限制,除非内存耗尽。-This is the stack implementation with linked list data structure. List data structure is not subject to the greatest advantage of the restricted number of elements, unless the memory run out.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:637
    • 提供者:刘志福
  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. zhan(xiugai)

    0下载:
  2. 一个可以实现加减乘除以及带括号的计算器,用数据结构知识中的数栈编写而成-A calculation can be achieved as well as the brackets with the calculator, and knowledge of data structure has been prepared by a number of stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1480
    • 提供者:renxubo
  1. tingchechang

    0下载:
  2. 1.本演示程序的主要目的是由栈模拟停车场,以队列模拟车场外的便道,按照用户在终端的输入数据序列进行模拟管理.每一组输入数据包括三个数据项.汽车”到达”或”离去”信息”.汽车牌照号码以及到达或离去的时刻.对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置 若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上不收费) 2.其中程序中需要别设一个栈,临时存放给要离去的汽车让路而从停车场退出的汽车,也有顺序存储结构实现.输入的数据按到达或离去
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:76754
    • 提供者:张蔷
  1. maze

    0下载:
  2. 典型的迷宫算法,用数据结构——栈来实现,很好的代码-maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1840
    • 提供者:任雪菲
  1. jisuanqi3

    0下载:
  2. 利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序-Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the p
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:964
    • 提供者:邱越
  1. text

    0下载:
  2. 数据结构严蔚敏版第三章部分习题答案 栈的基本操作,算法 括号匹配 回文数判断 等 完整工程 vc++开发环境-YAN Wei-min data structure version of Chapter III of part of the answer to exercise the basic operation of the stack, the algorithm to determine the number of brackets, such as matchi
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:775359
    • 提供者:Emily
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 47 »
搜珍网 www.dssz.com