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

搜索资源列表

  1. The GUN oSip 协议栈开发说明

    0下载:
  2. 关于OSIP协议栈开发的一个很有用的东东~~~,详细看哦-the mid-teens on the protocol stack developed a very useful Eastern ~ ~ ~ detailed FACT
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:132608
    • 提供者:丫头
  1. 简单的链的倒置(c++)

    0下载:
  2. 给定一条单向链,设计程序把链倒过来,并输出结果。要求直接在这条链上完成倒置操作,只可增设有限的几个辅助变量。 用栈的方法。
  3. 所属分类:C#编程

  1. 简单的栈实现中缀转后的的计算器C语言源代码

    0下载:
  2. 简单的栈实现中缀转后的的计算器C语言源代码
  3. 所属分类:Windows编程

  1. CanFestival-3-2011-04-13完整的开源CANopen协议栈源码

    1下载:
  2. 最新下载的一个功能完整的开源CANopen协议栈源码,支持多个平台-Latest download a fully functional open source CANopen protocol stack source code, support for multiple platforms
  3. 所属分类:通讯编程

    • 发布日期:2014-07-21
    • 文件大小:4030464
    • 提供者:郭志强
  1. vxdtdi

    0下载:
  2. 访问TCP/IP协议栈的vxd例子 -The vxd example for visiting tcp/ip protocol stack
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-09
    • 文件大小:36371
    • 提供者:站长
  1. paking

    1下载:
  2. 一个模拟停车场的控制台程序,利用栈和队列来完成停车功能,并有计费功能-A simulated car park console procedures, the use of stack and queue to complete the parking functions, and billing functions
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:24720
    • 提供者:mlw
  1. ZHAN

    0下载:
  2. 数据结构算法中的栈的演示程序,由VC++编写而成。帮助教学-straght sort demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:240683
    • 提供者:tracy
  1. tingchechang

    0下载:
  2. 1.本演示程序的主要目的是由栈模拟停车场,以队列模拟车场外的便道,按照用户在终端的输入数据序列进行模拟管理.每一组输入数据包括三个数据项.汽车”到达”或”离去”信息”.汽车牌照号码以及到达或离去的时刻.对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置 若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上不收费) 2.其中程序中需要别设一个栈,临时存放给要离去的汽车让路而从停车场退出的汽车,也有顺序存储结构实现.输入的数据按到达或离去
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:76754
    • 提供者:张蔷
  1. operator

    0下载:
  2. 利用栈,实现系统底层的操作符运算演示,可以通过此程序,看到系统的底层操作步骤。-The use of the stack, the bottom of the realization of the system operator computing demonstration, through this process, see the bottom of the steps the system.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1228
    • 提供者:赵彦
  1. migong

    0下载:
  2. 本程序主要是用栈来实现迷宫问题。所用算法是非递归算法,输入为迷宫的行数和列数,然后在对应位置上输入其值(0表示该位置通,1表示该位置不通)。输出则是以三元组(i,j,d)的形式,其中(i,j)表示迷宫中的一个坐标,d表示走到下一坐标的方向,-This procedure is mainly used to achieve the maze problem stack. Algorithm used in a non-recursive algorithm, enter the number of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:19168
    • 提供者:尹素芳
  1. wcdma_structure

    0下载:
  2. wcdma的结构,系统介绍wcdma的系统结构和协议栈-wcdma structure
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:222238
    • 提供者:James
  1. maze

    0下载:
  2. 一个用栈写的走迷宫小程序,开发环境C++,有用的朋友可以拿去参考-Written by Maze with a stack of small procedures, development environment, C++, a useful reference to a friend is unspeakable. .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1049
    • 提供者:Hyker
  1. ExpressionTest

    0下载:
  2. 中缀表达式转后缀表达式基本思路是:用一个链表 List 储存将要生成的后缀表达式;用一个栈 Stack 储存操作符;判断当前节点, 如果是操作数, 直接加入后缀表达式中, 如果是操作符,则比较前一个操作符和当前操作符的优先级…… -Infix expression basic idea is to switch to postfix expression: list List with a store that will be generated by postfix expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:156513
    • 提供者:水生
  1. sizeyunsuan

    0下载:
  2. 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算符栈、操作数栈、操作数栈和主要操作的变化过程。-In the form of a sequence of characters entered from the terminal grammatically correct, non-integer variable expressions using the operators given priorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1436
    • 提供者:张斌
  1. linklist

    0下载:
  2. 链栈的操作(创建、打印、进栈、出栈、返回源程序)-Chains stack operations (create, print, into the stack, out of the stack, return source code)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:864
    • 提供者:于梦玲
  1. calculator

    0下载:
  2. 一、实验一:带括号的算术表达式求值 二、实验的目的和要求: 1.采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -1, experiment 1: arithmetic expressions with parentheses evaluated two experimental purposes and requirements: 1. Using operators pr
  3. 所属分类:Other windows programs

    • 发布日期:2014-09-21
    • 文件大小:416646
    • 提供者:liujianye
  1. zhan

    0下载:
  2. 计算器的实现,可以进行加减乘除,利用栈编写,前后缀-Calculator to achieve, can be Math, prepared using the stack, the former suffix
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1908618
    • 提供者:刘军
  1. X_Linded_Stack

    0下载:
  2. 标准链栈的实现,封装性很好,可直接用于许多中间过程-Linked Stack
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1768
    • 提供者:谢沁沐
  1. ZigBeezhongwenshuoming

    0下载:
  2. ZigBee协议栈中文说明 ZigBee协议栈中文说明-Chinese ZigBee protocol stack
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3171806
    • 提供者:杨登
  1. stack2

    0下载:
  2. 两个stack共享一个数组的存储空间 共享一个数组作为存储空间时,我们采用两个栈分别从左右两边开始存储,即可以定义top1和top2,分别作为两个栈的栈顶,stack1采用从前往后存,stack2采用从后往前存储,所以当两个栈都在存储,且总的存储空间不大于数组的长度时,该数组的空间将得到最大的利用。-The two share a stack array of storage space to share an array as storage space, we use two stack
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1855
    • 提供者:严蔚敏
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com