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

搜索资源列表

  1. 15349069_卢健圳_猴子选大王解题报告V1

    0下载:
  2. c++数据结构,链栈入门,经典问题猴子选大王解题思路(C++ data structure, the introduction of chain stack)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:520192
    • 提供者:luigisysu
  1. daozhan

    0下载:
  2. 借用一个数组辅助的将一个栈中的所有元素倒置(Array helps invert all elements in the stack)
  3. 所属分类:其他

  1. zhan

    0下载:
  2. 1) 建立栈并进行一些元素入栈,实现链栈的建立及入栈的基本操作; (2)实现某些元素的出栈,实现链栈的出栈的操作;(1) set up the stack and carry out some elements into the stack, to achieve the establishment of the chain stack and the basic operation of the stack; (2) the stack of some elements can be re
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:晌午v
  1. 利用栈进行括号匹配检验

    0下载:
  2. 检验一条信息中括号各个匹配与否。比如输入(){}会提示错误,输入({})会提示正确。 另外附录了线性表基本操作的对应代码(Check whether parentheses match each other in a message. In addition, the corresponding code of the basic operation of the linear table is attached)
  3. 所属分类:数据结构

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:夜小路
  1. DNRBM

    1下载:
  2. 采用栈式 RBM 的深度神经网络。自训练, 自控制(This paper is a continuation of the depth of the neural network and the choice of the previous predictor. Here we will be covered by the depth of the neural network characteristic of stacked RBM initialization, and it is in
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:114688
    • 提供者:545519384
  1. uip-uip-1-0

    0下载:
  2. 本代码是从Uip官网下载的UIP协议栈,稍微修改可以用到自己的程序中,参考学习一下。(UIP official website protocol stack)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-05
    • 文件大小:1625088
    • 提供者:柱子527
  1. daima

    0下载:
  2. 使用栈和队列的结构来判断输入字符串是否为回文(Determine whether the input string is a palindrome)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:款款
  1. 作业2_1

    0下载:
  2. 判断链栈是否为空,取栈顶元素,进栈操作,出栈操作,求表长操作(Determine whether the chain stack is empty, take the top element of stack, stack operation, stack operation, long table operation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:166912
    • 提供者:hyungka
  1. 迷宫

    0下载:
  2. 利用数据结构中的栈,实现简易迷宫的走法。(Using the data structure of the stack to achieve simple maze walk.)
  3. 所属分类:易语言编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:和你的跃
  1. 栈和队列

    0下载:
  2. 大学生数据结构栈和队列作业,题目为:栈和队列的实现与应用(Student data structure stack and queue job, the topic is: stack and queue implementation and Application)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:524288
    • 提供者:Lidesi
  1. LinkStack

    0下载:
  2. 链栈的基本操作,创建,插入,删除,查询操作(The basic operations of the chain stack, create, insert, delete, and query)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:229376
    • 提供者:天气正
  1. Stack

    0下载:
  2. 栈的基本操作,创建,插入,删除,查询操作(The basic operations of the stack, create, insert, delete, and query the operation)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:529408
    • 提供者:天气正
  1. BLE_Software_Ver_1_20

    1下载:
  2. 瑞萨BLE蓝牙4.2协议栈说明包括协议以及实例(The BLE Bluetooth 4.2 protocol stack describes the protocols and examples)
  3. 所属分类:硬件设计

    • 发布日期:2018-01-07
    • 文件大小:57148416
    • 提供者:常虹
  1. Stack_Vector

    0下载:
  2. 通过STL里的Vector实现的简单栈结构(Simple stack structure implemented through Vector in STL)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:61440
    • 提供者:buzzgoing
  1. 0下载:
  2. 编程实现栈的应用之一 ----括号匹配的检验,主要针对 [ ],()和{}三级括号的匹配。(One of the stack programming application, bracket matching test, mainly for [], () {}, and three brackets.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:VINCERXC
  1. SqStack

    0下载:
  2. 数据结构顺序栈的存储结构和基本操作的实现(The storage structure of the data structure sequence stack and the implementation of the basic operation)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:357376
    • 提供者:Brokenk
  1. Stack_c++

    0下载:
  2. 用C++模拟进栈出栈的过程。非常简单的源码以便与理解。(The process of using C++ to simulate the stack out of the stack.Very simple source code for understanding.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:233472
    • 提供者:percent
  1. 未命名1

    0下载:
  2. 数据结构,利用栈实现表达式求值,并能供小学生作业。(Using the stack to evaluate the expression and can be used for primary school students)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:零幻幻幻
  1. 数据结构

    0下载:
  2. 数据结构c语言版 用进栈出栈实现括号匹配的检验(Implement parenthesis matching test)
  3. 所属分类:网络编程

    • 发布日期:2018-01-10
    • 文件大小:12288
    • 提供者:lIUrUIqI7
  1. 栈的顺序存储与操作

    0下载:
  2. 关于数据结构中栈的存储方式及操作内含简单的源代码(The storage mode and operation of the stack in the data structure)
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:啊哈杨
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com