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

搜索资源列表

  1. mataqipang

    0下载:
  2. 用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:3660
    • 提供者:周敏从
  1. basicoperation_forstack

    0下载:
  2. 包括数据结构中栈的一些基本操作如 push,pop,同时包括了栈的一些常用 经典算法,如表达式求值等,还有一些构建栈的常用算法,如构建字符栈,表达式栈-Including data structures some of the basic operation of the stack, such as push, pop, also include a stack of some commonly used classical algorithms, such as expression
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:324191
    • 提供者:seckCoder
  1. zhan

    0下载:
  2. 这是数据结构中栈的顺序栈的源程序,希望能帮到你,多来下载哦,谢谢。-This is the data structure in the order of the stack stack source code, hoping to help you more to download Oh, thank you.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:854
    • 提供者:Jackie zhou
  1. part1

    0下载:
  2. 实现输入字符的波兰式与逆波兰式的输出,使用数据结构中栈的应用-Poland, the input character type with the Reverse Polish Notation of output, using the application data structure stack
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:974993
    • 提供者:yc
  1. seqstack

    0下载:
  2. 数据结构 顺序栈 可以实现插入删除等操作-The order of the stack data structure can be achieved insert or delete operation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1066
    • 提供者:夏胖
  1. multiCount.cpp

    0下载:
  2. 多项式计算器,C++数据结构中栈的实现实例,效果不错-Polynomial calculator, C++ implementation of the stack data structure instance, good results
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1179
    • 提供者:
  1. 8888

    0下载:
  2. 主要是对数据结构中栈的知识的运用,实现了先进后出,后进先出的原理-Mainly in the stack data structure knowledge, to achieve the advanced post out the principle of LIFO
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:142425
    • 提供者:zhigang
  1. bdshgetvalue

    0下载:
  2. 数据结构--用栈实现表达式求值。 dos状态下输入、输出。-Data structure- used to achieve expression evaluation stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:25666
    • 提供者:luping
  1. stackProblem

    0下载:
  2. 车厢调度问题,用数据结构的栈来实现车厢调度-Train scheduling problem, using the data structure inside the stack to implement scheduling
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:867
    • 提供者:施文凯
  1. a

    0下载:
  2. 数据结构链栈操作,实现出栈入栈等操作,应用C++编程-Stack data structure chain operations and other operations to achieve a stack stack, application C++ programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:760
    • 提供者:xuwenyan
  1. stack

    0下载:
  2. 这个程序是数据结构(C语言描述)中的小程序,主要涉及的知识点为栈的概念及运算,此程序涉及到栈的五种基本运算。实现的功能是加减乘除四则运算,结果为双进度,最终结果可以转换成二进制、八进制、十六进制。是学习数据结构c栈知识的有效程序。-This program is a data structure (C language to describe) in the small programs, mainly related to the concept of knowledge points to
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:2095
    • 提供者:向云洲
  1. stack_int

    0下载:
  2. 数据结构中栈的实现,是以int为基本类型的栈,具体方法包括进栈出栈等等。-Implementation of the stack data structure, based on the basic types int stack, the specific methods included in the stack so the stack.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:576
    • 提供者:Penguin
  1. shuzhi

    0下载:
  2. 任意给定一个数,使用两种方法,普通和数据结构中栈操作,实现进制的转换-Any given a number, use two methods, general, and the data structure stack operation, to achieve binary conversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:232798
    • 提供者:hsh
  1. STACK

    0下载:
  2. 数据结构中栈的应用,初始化一个栈,还有出栈、入栈等功能-The application stack data structure, initialization of a stack, as well as a stack, stack and other functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:709
    • 提供者:serena
  1. Stack

    0下载:
  2. 设计实现数据结构的栈队列顺序存储动画演示过程-Design and implementation of data structures stored in the stack order of animation process queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:41875
    • 提供者:yunfei
  1. 03stackqueue

    0下载:
  2. 该电子书详细讲述了数据结构中栈和队列两种数据结构,并对他们的区别进行了总结,这是很常用的两种类型-The book describes in detail the data structures stack and queue two data structures, and a summary of their differences, it is very commonly used two types of
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:491670
    • 提供者:vans
  1. shuju

    0下载:
  2. 用数据结构入栈,出栈,入队,出队,解决城市间的交通问题,-Stack with the data structure, the stack, into the team, a team to solve the traffic problem in cities,
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:132096
    • 提供者:清风
  1. Stack.queue.data.structure

    0下载:
  2. 数据结构设计栈和队列开发文档Stack and queue data structure design development documents -Stack and queue data structure design development documents
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:62476
    • 提供者:da
  1. stack

    0下载:
  2. 数据结构 链栈,用C语言实现,在VC6.0中实现-Chain stack data structure, with the C language, to achieve in the VC6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2032
    • 提供者:liupeiran
  1. line-stack

    0下载:
  2. 数据结构 线性栈 用C语言实现,在VC6.0中实现-Linear stack data structure with C language, to achieve in the VC6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2569
    • 提供者:liupeiran
« 1 2 3 4 5 6 78 9 10 11 12 ... 47 »
搜珍网 www.dssz.com