搜索资源列表
SIP STACK LATEST VER
- 这是一个用C-C++实现的成熟的sip协议栈,目前正在稳定的使用,可同时运行于windows和linux平台,里面还有比较详细的帮助文档。-This is a C-C realization of the mature sip protocol stack and is currently stable use, can also run on Windows and Linux platforms, there is also a more detailed help files.
PPP STACK
- 这是一个用C-C++实现的成熟的ppp服务器和协议栈,目前正在稳定的使用,可同时运行于windows和linux和solaris平台,里面还有比较详细的帮助文档。-This is a C-C realization of the mature ppp server and protocol stack and is currently stable use, can also run on windows and linux and solaris platform, there is also
表达式求值的C源程序
- 用栈实现表达式求值-stack with Expression Evaluation
stack
- 堆栈的C++实现 堆栈的C++实现
myDataSructure
- 数据结构中的几种基本结构的C++实现:栈、队列、链表-data structure of several basic structure of the C achieved : Stack, Queue, Listless
数据结构算法集---C++语言实现
- 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
顺序栈的基本操作
- 顺序栈的基本操作,一共9个,与吴伟民数据结构课本完全一致,用C实现-order stack the basic operation, a total of nine, and Xiulan WU Weimin textbooks data structure is fully consistent with achieving C
用c实现的商品货架算法
- 问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
Lontalk协议栈的C语言参考实现
- bacnet-stack-0.5.3.zip
用栈完成马踏棋盘的C语言的代码
- 数据结构课程设计 用栈完成马踏棋盘的C语言的代码 要求在8*8的国际棋盘实现-Stack data structure to complete course design horse riding with the C language code board requires 8* 8 board to achieve international
freemodbus-v1.4.0
- FreeMODBUS 是针对通用的Modbus协议栈在嵌入式系统中应用的一个实现。Modbus协议是一个在工业制造领域中得到广泛应用的一个网络协议。一个Modbus通信协议栈包括两层:定义了数据结构和功能Modbus应用协议和网络层。在FreeMODBUS的当前版本中,提供了Modbus Application Protocol v1.1a 的实现并且支持在Modbus over serial line specification 1.0中定义的RTU/ASCII传输模式。从0.7版本开始,Fr
Stack
- 简单模拟栈的操作:包括栈的初始化,压栈,栈顶元素弹出以及取栈顶元素;采用C实现-Analog stack easy steps: including the stack initialization, push, pop elements as well as the Top-Top-check elements implementation using C
stack
- C++实现的各种堆栈操作(完整版 包括:build push pop等)-stack operation
Stack.rar
- 《数据结构》课程中,堆栈的C++实现。具有很好的参考价值!,The implementation of stack by C++ programming language.
stack
- 数据结构顺序栈的c++实现,闪现基本功能和接口。解压后可直接运行-data structure
stack-operation
- 大一时的小程序,利用栈实现的加减乘除运算。比较简单的C++实现-Freshman small procedures, the use of the stack to achieve the arithmetic operations. Relatively simple to achieve C++
STACk
- 一个简单的c++代码实现,我们使用数组来实现栈(We use array to build a stack.)
Class_Stack
- stack的实现,c++语言,使用类,实现了stack的各种功能,但是不建议使用此替代标准的stack(The implementation of the stack, the c++ language, the use of the class, implements various functions of the stack, but it is not recommended to use this alternative to the standard stack)
struct_queue
- queue的c++实现,利用的是结构,实现了queue的各种功能,但是不建议以此替代标准的queue(The implementation of the queue, the c++ language, the use of the class, implements various functions of the stack, but it is not recommended to use this alternative to the standard queue)