搜索资源列表
lwIP TCP-IP协议栈的设计与实现
- lwIP TCP-IP设计与实现(基于ucos操作系统)-design and implement of the lwIP TCP-IP stack ((based on uCOS operating system)
sflphoned-latest.tar
- 贡献一个基于osip协议栈的用户代理,sflphone,很不错的-osip contribution to a protocol stack based on the user agent, sflphone, very good
EnumSoftphone-source_0.04
- 再贡献一份基于osip 协议栈的用户代理,enumphone,可以研究一下-a further contribution osip protocol stack based on the user agent, enumphone can study
JN-AN-1016-Zigbee-Wireless-UART-1v4
- 该源代码为Jennic公司基于Zigbee协议栈的芯片JN5121开发出来的基于IEEE802.15.4和Zigbee的无线串口设备(下位机)的通信源代码!望跟大家分享!-the source code for the company Jennic Zigbee protocol stack based on the JN5121 chip developed Based on the IEEE802.15.4 and Zigbee w
JN-AN-1026-ZigBee-Wireless-Keyboard
- 该代码为Jennic公司芯片JN5121,基于Zigbee协议栈的无线键盘(类似与蓝牙但是成本比蓝牙低许多)的下位机源代码。望跟大家分享!-The code for Jennic JN5121 chip companies, Zigbee protocol stack based on the wireless keyboard (similar to Bluetooth, but with the cost much lower th
Talg_det_v1.2
- Stack-based sequential decoder for M-QAM modulated MIMO-type problems, i.e., of fixed tree depth.
mjsip_1.6
- 结构非常清晰的SIP协议栈,基于java语言,完全实现RFC3261-Structure is very clear SIP protocol stack, based on the java language, the full realization of RFC3261
Source
- 基于z-stack协议栈的应用程序 适合适合协议栈入门-Z-stack-based application protocol stack protocol stack suitable for entry-
graph
- 对图的深度优先遍历 基于堆栈 非堆栈 两种实现-On the graph depth-first traversal of non-stack based on the stack of two to achieve
SEAL_det_v1.0
- A stack-based sequential depth-first decoder that returns Maximum-Likelihood solutions to spherical LAST coded MIMO system-type problems
stack
- zigbee2004通信协议栈,基于2430和2431芯片的源代码-zigbee2004 communications protocol stack, based on the 2430 and 2431 chip, the source code
A2DP
- 摘要:通过对蓝牙高级音频分发框架(A2DP)协议栈进行系统地分析,提出了一种基于消息机制的协议方案,在无A2DP框架的蓝牙1.1协议栈基础上实现了轻型的A2DP应用框架,并且利用嵌入式蓝牙开发平台,实现了基本的点对点蓝牙立体声音频数据的传输。-Abstract: The distribution of the fr a mework of the Bluetooth Advanced Audio (A2DP) protocol stac
Stack
- 基于堆栈的计算器,vc++开发,学习,从顶而下的设计思想-Stack-based calculator, vc++ development, study, from the top-down design idea
Talg_det
- The real-valued version of this priority first stack-based sequential decoding algorithm is based on a decoding tree of m+1 levels where each node has 2*xMax children-The real-valued version of this priority first
stack
- C++ Interface Class This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to c
understanding-of-the-Linux-network-protocol-stack-
- 对Linux网络协议栈结构的理解.Linux的协议栈基于分层的设计思想,总共分为四层,从下往上依次是 :物理层,链路层,网络层,应用层。-Linux network protocol stack on the understanding of the structure. Linux protocol stack based on the hierarchical design idea, a total is divided into
stack
- 实验题目:5.1 基于顺序栈的括号匹配程序设计验证 一、实验目的 1. 掌握栈的顺序存储结构; 2. 掌握栈的操作特性; 3. 掌握基于顺序栈的基本操作的实现方法。 二、实验内容 1. 实现顺序栈的成员函数; 2. 基于顺序栈的括号匹配程序设计验证。 实验题目:5.2 基于链式栈的表达式的计算程序设计验证 一、实验目的 1. 掌握栈的链式存储结构; 2. 掌握栈的操作特性; 3. 掌握基于
stack
- 数据结构中,基于栈的操作,包括判断空栈,入栈,出栈等操作。-Data structures, stack-based operations, including the judge empty stack, stack, stack and other operations.
bacnet-stack-0.5.9
- BACnet 最新版本的Free Stack,对原有协议进行了较大的修正,目前为0.5.9版本 BACnet协议是楼宇自动化唯一的国际协议,已经得到欧盟和美国、日韩的国家标准认可-BACnet Static Version 0.5.9 based on ASHARE Standard version 2008 the new latest version Building Automation Protocol
stack
- 一个关于栈的小程序,用于判断一个表达式的()与[]是否配对。运行judge.cpp,如输入4+3*(2+8)#显示paried而4+(2*2-3#显示unpaired。希望对您学习堆栈有帮助。-it s a simple program about stack based on stack.you can use it to judge whether ()and []is matched in an expression.