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

搜索资源列表

  1. Map-four-staining

    0下载:
  2. 用不多于四种颜色为地图染色,使相邻的行政区不重色,是计算机科学中著名的“四染色”的典型应用,应用这个思想,是以回溯的算法对一幅给定的地图染色。是对数据结构中栈的应用。-With no more than four colors map staining the adjacent borough is not heavy color, typical applications of computer science "stain" the application of this idea, a b
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:181758
    • 提供者:family
  1. migong

    0下载:
  2. C语言程序 数据结构 用栈的方法实现迷宫算法-The data structure of the C language program stack maze algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-11-24
    • 文件大小:1537
    • 提供者:
  1. STACK

    0下载:
  2. 对数据结构中栈的描述,包括顺序栈,链栈等-The data structure of the descr iption of the stack, including sequence stack, chain stack, etc
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:1403
    • 提供者:陈伟
  1. SeqStack

    0下载:
  2. 该源码是数据结构顺序栈的基础源码,程序能够直接运行,提供给初学数据结构的人,有助于快速入门-This source code is the foundation of data structure sequence stack source code, the program can directly run, to provide beginners data structure, help quickstart
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:177152
    • 提供者:冷名
  1. LinkedStack

    0下载:
  2. 本源码是数据结构链栈的相关操作源码,能够直接运行,帮助那些初学数据结构不知道从何入手的人快速入门-This source code is the data structure of the related operation chain stack source code, can be directly run, help the beginners data structure don t know how to start from the people quickstart
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:180308
    • 提供者:冷名
  1. conversion-scale

    0下载:
  2. 数据结构---利用栈和队列实现带小数的进制转换-Conversion Scale
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:1097
    • 提供者:肖捷
  1. zhanheduilie

    0下载:
  2. 数据结构中栈和队列结构的定义的vc源代码-Vc source code of the stack and queue data structure definition of the structure
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:1139034
    • 提供者:梁乐乐
  1. sqstack

    0下载:
  2. 用数据结构实现栈的顺序存储表示,包括站的定义,初始化,求栈元素长度,插入新元素为栈顶元素等-Stack data structure stored in the order, including the definition of the station, initialized, find the length of the stack element, insert a new element to the top of the stack elements
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:224739
    • 提供者:邢素素
  1. linkqueue

    0下载:
  2. 用数据结构表示栈的链式实现,包括构造空栈,初始化,实现插入和删除等操作-Chain stack data structure implementation, including the structure empty stack initialization, insert, and delete operations
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:425997
    • 提供者:邢素素
  1. 2

    0下载:
  2. 大学数据结构课程 栈的基本操作 自测通过。-University of stack data structure courses basic operation self-test passed.
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:651
    • 提供者:北城
  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. airportfinalversion

    0下载:
  2. C++数据结构 使用栈的先进后出来实现一个飞机场飞机的调度-C++ stack data structure used to achieve an advanced out of the airport after the aircraft scheduling
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:3921335
    • 提供者:LEO
  1. SeqStack

    0下载:
  2. 数据结构顺序栈SeqStack 在visual C++6.0运行-SeqStack stack data structure in order to run in the visual C++6.0
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:702530
    • 提供者:小银
  1. LinkedStack

    0下载:
  2. 数据结构链栈实现 在visual c++ 6.0运行-Stack data structure chain running in visual c++ 6.0
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:700405
    • 提供者:小银
  1. Data-structures---stacks-and-queues

    0下载:
  2. 数据结构之--栈和队列的代码。 它是参考和学习的上好资料。 数据结构系列代码包含:排序算法;表,树,图,栈和队列。-Data structures- stacks and queues code. It is a superbly reference and learning information. Series code contains data structures: sorting algorithm tables, trees, graphs, stacks and que
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:5342
    • 提供者:欧才俊
  1. stackExample

    0下载:
  2. 数据结构中栈的操作,包括栈的建立,销毁,删除元素,插入元素-Operation of the stack data structure
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:31918
    • 提供者:陈景
  1. smartFiveChess

    1下载:
  2. 这个版本人工智能很强,算法比较全面。而且里面的说明文档完善。而且源码齐全。最好是先看完说明文档里的算法,再参考源码。最重要是使用设计模式,决不是随随便便的学生作品。 第一.需求。实现人机对战,首先要解决电脑智能问题,即能让电脑识别棋盘,并做出相应的策略,比如防守或进攻。还要识别是否禁手。 第二.基本技术。功能部分实现的主要算法是假设法,即假设这个方格是某一方棋子,然后以这个棋子为基础再假设下一个方格的棋子,直到计算机很容易识别出相应状态。比如电脑搜索至胜点(能构成四子连珠的点)时,只要假
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-20
    • 文件大小:5725869
    • 提供者:黎天剑
  1. calculator

    0下载:
  2. 用c++实现的一个计算器的小程序,用到的数据结构是栈。是川大数据结构的实验,可以实现优先级的运算包括括号.-With c++ achieve a small calculator program stack data structure is used. This is a data structure Sichuan experiments can achieve priority operations include brackets, etc.
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:2104
    • 提供者:Obama
  1. linkstack

    0下载:
  2. 数据结构 链栈 实现了以下功能: "----------------主菜单---------------"<<endl <<"* 1.初始化 *"<<endl <<"* 2.清空 *"<<endl <<"* 3.销毁 *"<<endl <<"* 4.栈是否为空 *"<<endl <<"* 5.栈的长度 *"<<endl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1155
    • 提供者:zhanghan
  1. sqstack

    0下载:
  2. 一个c语言写的 数据结构 顺序栈 的简单例子。 -A c language data structure stack sequentially simple example.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4145
    • 提供者:xiaodong
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 47 »
搜珍网 www.dssz.com