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

搜索资源列表

  1. 编译原理代码

    0下载:
  2. 编译原理中算符优先表的生成,其中包含了每步骤的显示,进栈和出栈的过程都能完整的显示出来,仅供大家学习借鉴-compiler Principle operator of the priority list generation, which contains every step, into stacks and stack up the integrity of the process can show up only to learn from you
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3001
    • 提供者:dzg
  1. 顺序表、顺序队列和顺序栈的算法实现

    0下载:
  2. 所属分类:软件工程

    • 发布日期:2011-05-25
    • 文件大小:60416
    • 提供者:lanyeyoumao
  1. Research-and-Implementation-of-USB-Device-Driver-f

    0下载:
  2. 通过分析linux下蓝牙协议栈blueZ的源代码,给出了blueZ的组织结构和特点,在了解linux USB设备驱动架构的基础上详细分析了蓝牙USB传输驱动机制和数据处理过程,给出了实现蓝牙设备驱动的重要数据结构和流程,最后总结了linux下开发蓝牙USB设备驱动的一般方法和关键技术。-Based on analyzing the source code of linux bluetooth stack blueZ, depicted the structure and characterist
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:173131
    • 提供者:梁军学
  1. LWip_Stack_implementation

    0下载:
  2. LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。-LwIP is TCP/IP protocol stack as a realization. LwIP
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:693656
    • 提供者:王永珍
  1. u_C_OSII+LwIP

    0下载:
  2. 本文主要讨论了如何在嵌入式实时操作系统μC/OSII下移植实现LwIP这套TCP/IP协议栈,使μC/OS II成为支持网络的RTOS。-This article discusses how in the embedded real-time operating system μC/OSII transplanted to achieve this lwIP TCP/IP protocol stack, so that μC/OS II to become the support network
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:37218
    • 提供者:饶平
  1. vxworks-Routing

    0下载:
  2. 策略路由是嵌入式网络产品的一个重要功能,它可以帮助 用户灵活制定自己的选路策略,在实际网络建设中具有很大的 实用价值;作为嵌入式网络产品开发的首选操作系统,Vxworks IP协议栈没有实现这一功能。论文在深入研究了策略路由原 理及Vxworks原IP协议栈数据转发机制的基础上,提出了加 入策略路由后Vxworks IP协议栈的数据转发机制,并分规则 和动作两部分实现了它的原型。-Routing strategy is embedded networking produc
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:165889
    • 提供者:好好
  1. GPRS

    1下载:
  2. Simense公司GPRS模块(内含TCP/IP协议栈、可上网),MC55原理图,附带状态指示灯,LPC2103,双串口。-Simense companies GPRS module (includes TCP/IP protocol stack, available online), MC55 schematic diagram, with status indicators, LPC2103, dual serial ports.
  3. 所属分类:Project Design

    • 发布日期:2016-04-18
    • 文件大小:15191
    • 提供者:okapy
  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. shujujiegou

    1下载:
  2. 实现对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。-Any given realization of the binary tree (self-Vertices) the establishment of its chain store binary structure, and use the five basic computing stack (The s
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:44513
    • 提供者:大傻
  1. pushandpop

    0下载:
  2. 用C语言实现单片机。在PIC开发环境下,进行堆栈和出栈操作-PUSH AND POP BY USING C
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:642
    • 提供者:lzq
  1. ZigBee2006xieyizhan

    0下载:
  2. ZigBee2006协议栈使用指南,包括认识协议栈,建立自己的项目,接收数据,发送数据的介绍。-Guide ZigBee2006 protocol stack, including the understanding of protocol stacks, to build their own projects, receive data, send data presentation.
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:202023
    • 提供者:wtling
  1. embedded_linux_igmp_proxy_reserch

    0下载:
  2. 针对组播通信可有效地减轻网络负担,是一种十分有效的通信方式的现状,介绍了IP组播技术的概念、原理及体系结构,提出了DSLAM/ADSL Router设备中多播业务方案设计的基本原理以及具体实现方式.从总体设计、多播任务、内核IP协议栈的多播业务支持,以及上层程序与内核的交互等几个方面,给出了基于嵌入式Linux的IGMP Proxy具体实现实例.-Research and Implementation of IGMP Proxy Based on Embedded Linux
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:374415
    • 提供者:yfchou
  1. TCPIPLwIP

    0下载:
  2. TCPIP协议栈LwIP的设计与实现,很好的一篇文章-TCPIP protocol stack LwIP the design and implementation, a very good article
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:443730
    • 提供者:mzhguang
  1. wangrong22

    0下载:
  2. 双向栈操作,可以进行左插入,左删除,右插入,右删除,判空、计算长度等操作-Two-way stack operation, can be left to insert, remove the left and right insert, the right to delete, sub-space, length of operation of calculation
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1881
    • 提供者:wrjessica
  1. wangrong31str

    0下载:
  2. 表达式求值,通过栈,计算加减乘除,可以做小数,整数负数等运算-Expression is evaluated, through the stack, calculate addition and subtraction multiplication and division, can do decimals, negative integers such as computing
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2419
    • 提供者:wrjessica
  1. Design_description-Java_Bluetooth_Stack_v1.0

    0下载:
  2. java蓝牙协议栈设计文档,描述java环境下蓝牙协议栈的设计实现。-java Bluetooth protocol stack design document describes the java environment Design and implementation of the Bluetooth protocol stack.
  3. 所属分类:Project Design

    • 发布日期:2017-05-01
    • 文件大小:540589
    • 提供者:roc
  1. ZIGBEEkuangjia

    0下载:
  2. 很经典的zigbee框架分析,从物理层到应用层很详细的介绍了zigbee网络协议,对zigbee协议栈的学习很有帮助。-Classic zigbee-frame analysis, from the physical layer to application layer a detailed explanation of the zigbee network protocols, right zigbee protocol stack to learn helpful.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:52500
    • 提供者:zou
  1. 09Introduction_ModularInstruments

    1下载:
  2. CVI编写的TCP/IP代码和协议栈,非常好的代码。-procotol of TCP/IP developed by CVI
  3. 所属分类:Software Testing

    • 发布日期:2017-05-01
    • 文件大小:711074
    • 提供者:阳德
  1. mtk_screen_history

    0下载:
  2. MTK 屏幕历史出入栈管理,详细描述了MTk屏幕历史出入栈的管理流程。-MTK-screen access to stacks of history management, and a detailed descr iption of the history out of the screen MTk stack management processes.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:6142
    • 提供者:Sure
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com