CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - queue stack

搜索资源列表

  1. heti

    0下载:
  2. 一个不错的逆波兰式 解释如何利用 逆波兰式 把 中序表达式 装进一个 队列 或者堆栈 里面-a good inverse Polish explain how to use reverse Polish Chinese expression sequence or stuffed into a queue stack inside
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.45kb
    • 提供者:蔡育瑜
  1. lisuanshijianmoni

    1下载:
  2. 此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在vc++6.0下编译通过,运行正常-this data structure for courses of study discrete event simulation of the source. For banking business simulation system. Including the queue, stack and its operation is
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.08kb
    • 提供者:
  1. data_struct(C)

    0下载:
  2. C语言数据结构源代码,包括队列,栈和链表等。-C language source code for data structure, including the queue, stack and other Chain.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14.24kb
    • 提供者:david
  1. base-data-structure-CPP-Class

    0下载:
  2. 自己编写的基本数据结构 C++ 模版,包括链表、队列、堆栈等,供各位朋友参考。-themselves prepared the basic data structure C templates, including the linked list, queue, stack, for friends reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:zhangsh
  1. Data_stucture_codes

    0下载:
  2. 包含各种测试,查找和算法等代码,如冒泡算法,树的遍历,链表,队列,堆栈等-includes various tests, such as search and algorithm code, such as Bubble algorithm, the tree traversal, linked list, queue, stack, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:174.54kb
    • 提供者:rayson
  1. 实现 stack或queue 的基本

    0下载:
  2. 实现 stack或queue 的基本 ; 用 stack来实现 queue或用queue来实现 stack。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:113.71kb
    • 提供者:qiuqiu
  1. 数据结构算法集---C++语言实现

    0下载:
  2. 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.2kb
    • 提供者:新康
  1. Cpp源代码

    0下载:
  2. 各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-20
    • 文件大小:18.95kb
    • 提供者:站长
  1. DATASTRU

    0下载:
  2. C语言的基本数据结构,如堆,链表,队列,stack 等-C language, the basic data structure, such as the heap, linked list, queue, stack, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2.46kb
    • 提供者:mahaiyang
  1. Data_Structure_Decameron

    0下载:
  2. 数据结构十日谈 第一日 绪论 第二日 算法的描述和分析 第三日 线性表 第四日 栈和队列 第五日 串 第六日 数组 第七日 树 第八日 图 第九日 查找 第十日 排序-Preface the first day of the second day of algorithm for the third day of the descr iption and analysis of linear table queue stack and its fifth day of the fourth
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:5.68mb
    • 提供者:lzm
  1. tcc

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停车不收费)。栈以顺序存储结构实现,队列以链表结构实现。-Simulation of the car park to the stack to queue outside the road vehicle
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.47kb
    • 提供者:XH
  1. sequencedatastructure

    0下载:
  2. 顺序存储结构:单链表,链栈、链队列、循环队列、栈-The order of storage structure: single-chain, chain stack, chain Queue, Circular Queue, Stack
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:5.69kb
    • 提供者:两仪
  1. DataStructuresandAlgorithmAnalysis

    0下载:
  2. 全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法。-A comprehensive and systematic introduction to the queue, stack, tree, map and other basic data structures, as well as greedy algorithms, divide and conquer algorithms, branch and bound algorith
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:16.43mb
    • 提供者:tailiu
  1. stack

    0下载:
  2. 数据结构队列和栈, 数据结构队列和栈-Queue and stack data structure, data structure, queue and stack, queue and stack data structure,
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2.95kb
    • 提供者:lt
  1. alghoritms_2

    0下载:
  2. sorting lists, queue, stack
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:128.43kb
    • 提供者:visendo
  1. dataStructure

    0下载:
  2. 数据结构C++程序,其中包含,队列,栈,二叉树,数制转换,顺序表-Data Structures C++ program, which includes, queue, stack, binary, number system conversion, the order of the table
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3.08mb
    • 提供者:哇啦
  1. queuebystack

    0下载:
  2. 用栈实现队列,栈是自己写的,栈的方法都已封装好,这个练习是熟悉数据结构的使用、开拓思路用的-With the stack to achieve queue, stack their own writing, and stack methods have been packaged well, this exercise are familiar with the use of data structures, explore new ideas using
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:8.73kb
    • 提供者:齐笑尘
  1. Datastruct

    0下载:
  2. 实现数据结构中的队列,堆栈,二叉树,还有众多的排序算法。-inplemented data stricture such as queue,stack,tree and there are many alogrithm about sorting
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.34mb
    • 提供者:shufy
  1. Queue-and-stack

    0下载:
  2. 这里写了创建队列,栈,链表的操作及源代码,初学者可以学习下哦-Written create a queue, stack, linked list operations and source code, beginners can learn!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4.9kb
    • 提供者:林浩
  1. Stack-and-Queue

    0下载:
  2. 关于 队列 栈 二叉树等数据结构的经典实验及数据-On the queue stack binary tree data structure of the classic experiments and data
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:60.55kb
    • 提供者:刘海
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com