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

搜索资源列表

  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
    • 文件大小:124733
    • 提供者:张周
  1. EvaluateExpression

    0下载:
  2. 不含变量的整数表达式求值,支持四则运算。栈的典型应用,为学习数据结构的优秀代码。-Non-integer variable expression evaluation, support for arithmetic. Typical applications stacks, data structure for learning the fine code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:14370
    • 提供者:袁迪
  1. 22

    0下载:
  2. 1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法-1. Stack data structure defined order 2. Write functions for the initialization of the stack, stack, stack, to determine whether the stack is empty
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:706
    • 提供者:finejade
  1. Lying-data-structure2

    0下载:
  2. 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;-" Westward the data structure," the main contents include: Introduction of data structures, algorithms, Big O-order method is derived sequence differ
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:880451
    • 提供者:陈雨
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  1. stack

    0下载:
  2. 数据结构课程中关于栈的几个实验源码,有栈的基本定义和括号匹配等等应用-Data structures course in a few experiments on the stack source code, the basic definition of a stack and brace matching, and so the application
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:24458
    • 提供者:哥特式
  1. stock

    0下载:
  2. 数据结构,堆,栈,队列的学习以及在简单数据库的应用,自己编写小型仓库管理系统的实现。-stock of a magasin, client can buy goods,and factory apply the goods。the coder who will manage the data of the magasin
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7532
    • 提供者:王碧皓
  1. data-structures-and-algorithms

    0下载:
  2. 多任务下的数据结构和算法源码,包含了数据结构中链表、栈、队列和树等的知识,并详细讲解了这些算法在多线程下的应用,还提供了相关的测试程序-Multi-task data structure and algorithm source code, including data structures, linked lists, stacks, queues, and trees of knowledge, and explain in detail the application of these a
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5610420
    • 提供者:周洁
  1. SqStack

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

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

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

    • 发布日期:2017-05-02
    • 文件大小:693465
    • 提供者:家庭教师
  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
    • 文件大小:2430
    • 提供者:jiji
  1. DataStructureCS

    0下载:
  2. 数据结构-代码(C#实现) 链表:单链表,双向链表,循环链表 栈,队列 二叉树应用-表达式求值 树的操作 图 二分查找 排序算法:插入排序,选择排序,冒泡排序 -全是C#,附上Viso图和一些解释-data structue
  3. 所属分类:source in ebook

    • 发布日期:2017-12-10
    • 文件大小:2212918
    • 提供者:狄恒
  1. Zhan

    0下载:
  2. 数据结构中栈的实现系统,包括栈的基本操作,和它的应用,是一个完全的人机交互式界面-Stack data structure in the realization of the system, including the basic operation of the stack, and its application, is a complete interactive human-machine interface
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:1133436
    • 提供者:李璐平
  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. 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. zhandejuluyingyong

    0下载:
  2. 栈的举例应用,初学数据结构的同学可以看看。-Examples of the application stack, beginner students can look at the data structure.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-28
    • 文件大小:387320
    • 提供者:陶剑锋
  1. test

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

    • 发布日期:2017-04-13
    • 文件大小:2123
    • 提供者:帝陵
« 1 2 3 4 5»
搜珍网 www.dssz.com