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. 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. 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. 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. 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
    • 提供者:王马华
  1. stack

    0下载:
  2. 运算符重载的栈。C++语言编写的头文件。可以入栈出栈赋值打印等操作。-Operator Overloading stack. C++ language header file. You can stack the stack assignment printed.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1163
    • 提供者:luziyi
搜珍网 www.dssz.com