CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 栈的操作

搜索资源列表

  1. asfweess

    0下载:
  2. 实现栈的基本操作以及栈在程序设计上的应用-achieve the basic operation of the procedure and stack design of the application
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:17132
    • 提供者:pmz
  1. differenct

    0下载:
  2. 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:14949
    • 提供者:stevephen
  1. sjjg1

    0下载:
  2. 问题描述 假设停在铁路调度站入口处的车厢序列的编号依次为1,2,3..n。设计一个程序,求出所有可能由此输出的的长度为n的车厢序列。 基本要求 在栈的顺序存储结构SqStack之上实现栈的五种基本要求,即实现栈类型。除了栈初始化操作之外,都要按函数实现。Push(s,x)是一个布尔函数,当且仅当栈s上溢出时返回“假“值;再说明一个ElemType型的常量StackEmptyMark,操作pop(s)和top(s)遇到栈s为空的情况时返回值StackEmptyMark。程序对栈的
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3069
    • 提供者:刘伟昌
  1. duijian

    0下载:
  2. 堆栈的数据结构和操作 ypedef struct{ HGLOBAL hMem //堆栈全局内存句柄 POINT *lpMyStack //指向该句柄的指针 LONG ElementsNum //堆栈的大小 LONG ptr //指向栈顶得指针
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2430
    • 提供者:anwei
  1. sta

    0下载:
  2. 本实训是关于栈的应用,栈在各种高级语言编译系统中应用十分广泛,在本实训程序中,利用栈的“先进后出”的特点,分析C语言源程序代码中的的括号是否配对正确。通过本对本实训的学习,可以理解的基本操作的实现。 本实训要求设计一个算法,检验C源程序代码中的括号是否正确配对。对本算法中的栈的存储实现,我们采用的是顺序存储结构。要求能够在某个C源程序上文件上对所设计的算法进行验证。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:8786
    • 提供者:王阿川
  1. 栈的基本操作

    0下载:
  2. 关于栈的基本操作
  3. 所属分类:报告论文

    • 发布日期:2011-12-13
    • 文件大小:82432
    • 提供者:laoxinmelo
  1. stack

    0下载:
  2. 栈的基本操作:进栈,出栈,添加结点和删除结点等基本操作的实现。自己做的关于数据结构的试验,仅供参考。-Stack the basic steps: into the stack, the stack, add node and delete node, such as the realization of the basic operation. Own data structures on the test, for informational purposes only.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:1291
    • 提供者:等天香
  1. shuangxiangzhan

    0下载:
  2. 1、 定义栈的存储结构。 2、 编写程序实现双向栈的基本操作:1)初始化;2)判断栈是否为空;3)判断栈是否已满;4)入栈;5)出栈;6)清空栈;7)取栈顶元素。 3、 所写源代码编程风格良好,有详细注释。 4、 程序运行界面良好,使用菜单实现每个基本操作 -1, the definition of stack storage structure. 2, the preparation of two-way stack implementation procedures for
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:1896
    • 提供者:wangrong
  1. structer

    0下载:
  2. 单链表的基本操作流程图及源代码 利用栈实现多种运算流程图及源代码-Single list of the basic operation flow chart and source code for implementation using a variety of computing stack and source code flowchart
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:347235
    • 提供者:李明
  1. sunxuzhan

    0下载:
  2. 顺序栈的出栈、入栈、求栈长等基本操作 #include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef struct-#include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typedef char DateType typedef
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:924
    • 提供者:陈志峰
  1. bluetooth

    0下载:
  2. 利用vs.net2005平台和C# 语言编写蓝牙信息系统(包括蓝牙文件传输和蓝牙信息广播)需要微软蓝牙协议栈(MS Stack)的支持。下面就PC端如何安装微软蓝牙协议栈进行操作说明。-PC-side installation of Microsoft' s Bluetooth protocol stack
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:486366
    • 提供者:wanghao
  1. zhanduilie

    0下载:
  2. 熟悉栈、队列这种特殊线性结构的特性; 2 熟练掌握栈、队列在顺序存储结构和链表存储结构下的基本操作 -Are familiar with stacks, queues the linear structure of this particular characteristic two master stack, queue list in the order of storage structures and storage structures of the basic opera
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:5761
    • 提供者:zhangge
  1. biaodashiqiuzhi

    0下载:
  2. 现在要求以字符序列的形式从终端输入语法正确的、不含变量的表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算栈、操作数栈、输入字符和主要操作的变化过程-Now in the form required character sequences from input terminal of the correct grammar, do not contain variables by the operator is given priority to, the
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:8084
    • 提供者:wanjingyuan
  1. java_dui_zhan

    0下载:
  2. java的堆栈操作,详细描述了堆和栈的区别和联系。-the java stack operations, a detailed descr iption of the differences and connections of the heap and stack.
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:10006
    • 提供者:魏刚
  1. Chain-queue

    0下载:
  2. 栈和队列的基本操作,来自一次数据结构实验内容。-The basic operation of the stack and queue data structure from the first experiments.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:61756
    • 提供者:Shawn
  1. 1

    0下载:
  2. 1、编写函数,实现顺序栈的各种基本操作(可从上一实验中直接获取); 2、编写函数,实现运算符的优先级处理; 3、编写函数,实现算术表达式的计算。 -1, write a function, the stack order to achieve a variety of basic operations (directly obtained from previous experiments) 2, write a function to achieve priority handl
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:754
    • 提供者:mengliang
  1. ETH-232SPI

    0下载:
  2. ETH-232SPI模块是实现将UDP网络数据包与UART232串口/SPI数据之间互转的传输设备,其拥有操作简单,成本低,体积小,速度快,功耗低,稳定性高等特点。本模块是一款多功能型以太网串口数据转换模块, 它内部集成了 TCP/IP 协议栈, 用户利用它可以轻松完成嵌入式设备的网络功能, 节省人力物力和开发时间, 使产品更快的投入市场, 增强产品竞争力,同时模块还支持DHCP自动获取IP功能,保证网络不冲突。-ETH- 232 SPI module is the realization of
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:975513
    • 提供者:229714423
  1. NFC-Stack-and-its-Architecture

    0下载:
  2. NFC软件栈是一种中间件,是上层应用与底层NFC控制器硬件操作之间的纽带。其核心功能是实现近距离无线通信论坛(NFC Forum)定义的协议体系-Near field communication (NFC) stack is a kind of middleware. Its main task is to implement the function defined by NFC Forum’s specifications and protocols and to construct dif
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:277102
    • 提供者:唐则栋
  1. shiyan01

    0下载:
  2. 整型栈是一种先进后出的存储结构,对其进行的操作通常包括判断栈是否为空、向栈顶添加一个整型元素、出栈等。整型栈类型及其操作函数采用非面向对象的纯C语言定义,请将完成上述操作的所有函数采用纯C语言编程, 然后写一个main函数对栈的所有操作函数进行测试。-Integer stack is advanced out after a storage structure, operating its typically include determining whether the stack is em
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:105220
    • 提供者:刘波
  1. neicun

    0下载:
  2. 4.1.1.程序运行为什么需要内存1 4.1.2.程序运行为什么需要内存2 4.1.3.位、字节、半字、字的概念和内存位宽 4.1.4.内存编址和寻址、内存对齐 4.1.5.C语言如何操作内存 4.1.6.内存管理之结构体 4.1.7、内存管理之栈 4.1.8、内存管理之堆 4.1.9、复杂数据结构-nei cun zhe ge da wen ti
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:10493
    • 提供者:王马华
« 12 »
搜珍网 www.dssz.com