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

搜索资源列表

  1. SIP STACK LATEST VER

    0下载:
  2. 这是一个用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.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2013-07-09
    • 文件大小:425689
    • 提供者:Ase
  1. PPP STACK

    1下载:
  2. 这是一个用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
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2013-07-09
    • 文件大小:780454
    • 提供者:Ase
  1. 表达式求值的C源程序

    0下载:
  2. 用栈实现表达式求值-stack with Expression Evaluation
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1524
    • 提供者:峰峰
  1. stack

    0下载:
  2. 堆栈的C++实现 堆栈的C++实现
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7074
    • 提供者:stock999
  1. myDataSructure

    0下载:
  2. 数据结构中的几种基本结构的C++实现:栈、队列、链表-data structure of several basic structure of the C achieved : Stack, Queue, Listless
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23666
    • 提供者:王慧
  1. 数据结构算法集---C++语言实现

    0下载:
  2. 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7370
    • 提供者:新康
  1. 顺序栈的基本操作

    1下载:
  2. 顺序栈的基本操作,一共9个,与吴伟民数据结构课本完全一致,用C实现-order stack the basic operation, a total of nine, and Xiulan WU Weimin textbooks data structure is fully consistent with achieving C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1186
    • 提供者:李雷
  1. 用c实现的商品货架算法

    0下载:
  2. 问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2328
    • 提供者:曾德胜
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第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 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. Lontalk协议栈的C语言参考实现

    0下载:
  2. bacnet-stack-0.5.3.zip
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2010-09-30
    • 文件大小:3257094
    • 提供者:csm258
  1. 用栈完成马踏棋盘的C语言的代码

    0下载:
  2. 数据结构课程设计 用栈完成马踏棋盘的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
  3. 所属分类:编程文档

    • 发布日期:2017-03-21
    • 文件大小:10897
    • 提供者:刘鹏林
  1. freemodbus-v1.4.0

    1下载:
  2. FreeMODBUS 是针对通用的Modbus协议栈在嵌入式系统中应用的一个实现。Modbus协议是一个在工业制造领域中得到广泛应用的一个网络协议。一个Modbus通信协议栈包括两层:定义了数据结构和功能Modbus应用协议和网络层。在FreeMODBUS的当前版本中,提供了Modbus Application Protocol v1.1a 的实现并且支持在Modbus over serial line specification 1.0中定义的RTU/ASCII传输模式。从0.7版本开始,Fr
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:2948491
    • 提供者:RoverX
  1. Stack

    0下载:
  2. 简单模拟栈的操作:包括栈的初始化,压栈,栈顶元素弹出以及取栈顶元素;采用C实现-Analog stack easy steps: including the stack initialization, push, pop elements as well as the Top-Top-check elements implementation using C
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:805
    • 提供者:yangxh
  1. stack

    0下载:
  2. C++实现的各种堆栈操作(完整版 包括:build push pop等)-stack operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:948
    • 提供者:blizzard
  1. Stack.rar

    0下载:
  2. 《数据结构》课程中,堆栈的C++实现。具有很好的参考价值!,The implementation of stack by C++ programming language.
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:1352
    • 提供者:吴学明
  1. stack

    0下载:
  2. 数据结构顺序栈的c++实现,闪现基本功能和接口。解压后可直接运行-data structure
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:12271
    • 提供者:zch
  1. stack-operation

    0下载:
  2. 大一时的小程序,利用栈实现的加减乘除运算。比较简单的C++实现-Freshman small procedures, the use of the stack to achieve the arithmetic operations. Relatively simple to achieve C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1859
    • 提供者:张留心
  1. STACk

    0下载:
  2. 一个简单的c++代码实现,我们使用数组来实现栈(We use array to build a stack.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:1257472
    • 提供者:丿蜗牛壳
  1. Class_Stack

    0下载:
  2. 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)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:3478528
    • 提供者:Cover attano
  1. struct_queue

    0下载:
  2. 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)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:3440640
    • 提供者:Cover attano
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com