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

搜索资源列表

  1. z-stack

    0下载:
  2. zigbee协议z-stack的介绍,包括环境搭建,协议开发简介,及一些简单例程-zigbee protocol z-stack of reports, including environmental structures, protocol development profile, and some simple routines
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:2564341
    • 提供者:zd
  1. stack

    0下载:
  2. kMinSize is the number of pointers that will be initially allocated in a new stack.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3419
    • 提供者:cjxwfk
  1. stack

    0下载:
  2. 1、定义顺序栈类型,实现栈的所有基本操作。 2、定义链栈类型,实现栈的所有基本操作。 3、编写测试程序。 -1. Define the sequence of stack type, the realization of all the basic operations of the stack. 2. Define link stack type, the realization of all the basic operations of the stack. 3, the pr
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:18403
    • 提供者:李丽
  1. the-use-of-stack

    0下载:
  2. 利用栈进行简单的多项式数值计算(可使用库里面带的各种数学函数)-Use a simple polynomial stack numerical (you can use inside the library with a variety of mathematical functions)
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2506
    • 提供者:叶良辰
  1. Stack-and-Queue-

    0下载:
  2. 1.熟悉堆栈这种特殊线性结构的特性; 2.熟练并掌握堆栈在连接存储结构下的基本运算; 3.熟悉队列这种特殊线性结构的特性; 4.熟练并掌握队列在循环存储结构下的基本运算。-1 familiar with the characteristics of the special linear structure of the stack 2 skilled and master the basic operation of the stack in the connectio
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2045
    • 提供者:chenchen
  1. Java-stack-and-heap

    0下载:
  2. 堆和栈都是java用来在RAM中存放数据的地方。与C++不同,java自动管理堆栈,程序员不能直接设置堆栈. - Java heap and stack are used for local storage of data in RAM. Unlike C++, java automatic management stack, the programmer can not directly set the stack.
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:13982
    • 提供者:anjin
  1. coded-focal-stack-photography

    0下载:
  2. 文是计算机视觉的重要分支——计算成像的相关文章,文章对于计算成像中的编码式focal stack photography技术给出了详尽的技术解决方案。-This article is about the coded focal stack photography, which is an novel technology in computational imaging. The apparatus and methods are introduced in detail.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:678788
    • 提供者:Mucci Shaw
  1. Z-Stack-Developers-Guide

    0下载:
  2. TI Z-Stack Developer s Guide
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-01
    • 文件大小:305585
    • 提供者:Kousha
  1. Z-Stack-Sample-Applications

    0下载:
  2. TI Z-Stack Sample Applications
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-01
    • 文件大小:131531
    • 提供者:Kousha
  1. FS_zigbee-stack-instructions-

    0下载:
  2. FS_zigbee 协议栈指导书.pdf-FS_zigbee stack instructions .pdf
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:988641
    • 提供者:旷跳
  1. ZigBee--stack-driving-sht20

    3下载:
  2. ZigBee终端节点驱动sht20温湿度传感器采集数据,并将数据利用ZigBee协议栈发送到ZigBee协调器,协调器节点将接收到的数据通过串口显示到pc机。-ZigBee terminal node drive sht20 temperature and humidity sensors to collect data, and the data is sent to the use of ZigBee protocol stack ZigBee coordinator, the coordi
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-18
    • 文件大小:18779136
    • 提供者:展镖
  1. STACK

    0下载:
  2. 用C语言编写的堆栈接口,适用于各种环境,提供接口:STACK *initStack(int MaxRoom) void destroyStack(STACK **spp) void resetStack(STACK *sp) Boolean isStackEmpty(STACK stack) Boolean isStackFull(STACK stack) Boolean push(STACK *sp, USER_TYPE data) Boolean pop(STACK *sp, USER_TY
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:632
    • 提供者:mae9bobb
  1. stack

    0下载:
  2. 实现了栈的顺序存储结构和链式存储结构,并且编写了测试主函数-To achieve a sequential storage structure and chain storage structure stack, and the main function of the preparation of the test
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2136
    • 提供者:徐瑞强
  1. Stack

    0下载:
  2. 基本数据结构——栈的实现,自己实现的栈的使用,可以完成基本的入栈出栈判空判满的操作,仅供参考-Implementation of Stack
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:52031
    • 提供者:Mr.Bubbles
  1. Stack-and-prefix-expression

    0下载:
  2. Stack and prefix expression. Define all member functions outside the class body and declare them inline.-Stack and prefix expression. Define all member functions outside the class body and declare them inline.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1850
    • 提供者:daniel yang
  1. Data-Structure-Stack

    0下载:
  2. 包含数据结构的栈的链式存储和栈的顺序存储,里面含有栈的创建,删除,插入,销毁等方法-Contains the data structure of the stack chain store and the order of the stack storage, which contains the stack to create, delete, insert, destroy and other methods
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7666
    • 提供者:yu
  1. stack-application

    0下载:
  2. 包含数据结构中栈的应用,中缀,后缀,中缀转后缀等方式-Contains application data structure stack infix and suffix and infix turn suffix etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2080
    • 提供者:yu
  1. Stack-Problem

    0下载:
  2. 栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据 序列进行模拟管理。对每一组输入数据进行操作后的输出信息为:若是 车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去, 则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时 间不收费) 。设每单位时间收费 1 元。-Parking Stack simulation to simulate the queue sidewalk outside the car, according to the re
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1438053
    • 提供者:王丹
  1. stack

    0下载:
  2. 数据结构栈的实现,建立,入栈,出栈,清空功能-Data structure stack implementation, build, stack, stack, emptying function
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:19466
    • 提供者:
  1. stack

    0下载:
  2. Stack and how does it work
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6696
    • 提供者:Lucky123
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com