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

搜索资源列表

  1. railk

    0下载:
  2. 最优车皮排序问题 .问题描述: 在一个列车调度站中,k 条轨道连接到k 条侧轨处,形成k 个铁路转轨栈,从左到右依 次记为H1,H2,…,Hk 如下图所示。其中左边轨道为车皮入口(记为H0),右边轨道为出 口(记为Hk+1),编号为a1, a2,.,an 的n 个车皮从入口依次进入转轨栈,由调度室安排车 皮进出栈次序,并对车皮按其出栈次序重新排序为1,2,…,n。 调度室在安排车皮进出栈次序时,遵循以下规则: (1) 车皮入口H0 处的车
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:30200
    • 提供者:无翼
  1. affix-2.1.2.tar

    0下载:
  2. Affix - Bluetooth Protocol Stack for Linux has been developed at Nokia Research Center in Helsinki, Finland.-Affix - Bluetooth Protocol Stack for Linux has been developed at the Nokia Research Center in H elsinki, Finland.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:431465
    • 提供者:楚寒岩
  1. affix-kernel-2.1.2.tar

    0下载:
  2. Affix - Bluetooth Protocol Stack for Linux has been developed at Nokia Research Center in Helsinki, Finland.-Affix - Bluetooth Protocol Stack for Linux has been developed at the Nokia Research Center in H elsinki, Finland.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:238870
    • 提供者:楚寒岩
  1. h323xieyizhan

    1下载:
  2. h.323协议栈的设计文档,说的非常详细-h.323 protocol stack design documents, said the very detailed
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:727180
    • 提供者:Fance
  1. 2007050902

    1下载:
  2. Openh323是为开发使用 H.323协议在 IP网上进行多媒体通信的应用程序 而专门设计 的全功能协议栈 。 该协议栈封装 了大量 H.323实体,功能完善 ,是 v0IP领域一个相 当重要的基础项 目。首先介绍 Openh323项 目计 划.然后描述 了协议栈类库结构,着重说明类的划分和协议过程实现机制 ,并且结合 网守技 术实现的基本思路从进 程模式 、类的继承等方面对如何将 Openbh323协议栈运用到商用 VoIP软件的设计开发中进行探讨。 -Openh323 i
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:138052
    • 提供者:周东
  1. smart111111111

    1下载:
  2. C++通用模板库,详见附件的 Smart.h,例子见test.cpp 包括: 自动指针CAutoPtr『支持多元素,赋值时会完全把右值传给左值』 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-C common template library, as detailed in the annex to the Smart.h, test.cpp see examples include : aut
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:26172
    • 提供者:米兰
  1. samlple

    0下载:
  2. 简单路径,#include "stdafx.h" #include <iostream> #include <fstream> #include <queue> #include <stack> using namespace std struct ArcNode { int adjvex ArcNode *nextarc } typedef char VertexType
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11840
    • 提供者:张宏
  1. TampletedClass

    0下载:
  2. The purpose of this exercise was to create a “templated” LinkedList class interface and implementation file, a “templated” Stack class interface and implementation and a custom class interface (.h) file named Integer.-The purpose of this exercise was
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1977638
    • 提供者:vova
  1. xtSla

    0下载:
  2. Retrieve the rem // start line on MFC cpp and h files generated with wizard stack. For cleaning MFC sources when they re out of use with programmeur . Very Nice if you use MFC ... Tof
  3. 所属分类:File Operate

    • 发布日期:2017-11-12
    • 文件大小:6085
    • 提供者:tof
  1. linearlistastack

    1下载:
  2. LinearList.h是线性表抽象类的头文件; LinearListSqu.h是顺序结构实现的线性表; LinearListLink.h是链表实现的线性表; StackSqu.h是堆栈类头文件,其中使用了LinearListSqu类,StackLink.h是堆栈类头文件,其中使用了LinearListLink类; main函数测试办法是压入10个元素,依次弹出,将该动作重复百万次并统计时间。-LinearList.h linear form abstract class
  3. 所属分类:Other windows programs

    • 发布日期:2015-05-05
    • 文件大小:117760
    • 提供者:meihanlei
  1. maze

    0下载:
  2. 完成迷宫程序的设计 输入 从maze.txt文件读入迷宫,格式如下 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为障碍物。 实验要求 要求自学查询技术文档,利用STL 的stack 类,完成以下要求的功能: 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两 个空格),注意每个位置都是两个字符。 打印示例
  3. 所属分类:Console

    • 发布日期:2016-03-13
    • 文件大小:207872
    • 提供者:ld
  1. CPPexam9

    1下载:
  2. 1. 编写程序 Node.h 实现例 9-5 的节点类,并编写测试程序 lab9_1.cpp 实现链表的基本操作。 2. 编写程序 link.h 实现例 9-6 的链表类。在测试程序 lab9_2.cpp 中声明两个整型链表 A和 B,分别插入 5 个元素,然后把 B 中的元素加入 A 的尾部。 3. 编写程序 queue.h,用链表实现队列(或栈)类。在测试程序 lab9_3.cpp 中声明一个 整型队列(或栈)对象,插入 5 个整数,压入队列(或栈),再依次取出并显示出来。 -1
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:650469
    • 提供者:wolf
  1. CPPexam9

    0下载:
  2. 1. 声明 Point 类,有坐标_x,_y 两个成员变量;对 Point 类重载“++”(自增)、“--”(自减)运算符,实现对坐标值的改变。 2. 声明一个车(vehicle)基类,有 Run、Stop 等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从 bicycle 和 motorcar 派生出摩托车(motorcycle)类,它们都有 Run、Stop 等成员函数。观察虚函数的作用。 1. 编写程序 Node.h 实现例 9-5 的节点类,并编写测
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1030959
    • 提供者:wolf
  1. Expression-evaluation

    0下载:
  2. bo3-1.cpp 顺序栈(存储结构由c3-1.h定义)的基本操作(9个) algo3-6.cpp 表达式求值(输入、输出和中间结果均只能是0~9)-Bo3-1.cpp order of the stack (storage structure defined by the c3-1.h) basic operations (9) Algo3-6.cpp expression evaluation (input, output, and intermediate results are
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:170847
    • 提供者:林炳辉
  1. q1

    13下载:
  2. Pokeface 题目描述 魔术师将一叠扑克顺次在桌上排成一行,初始全部正面朝上。随后,他每次挥一挥衣袖,都会翻转一连串的扑克,改变它们的正反朝向。从古代传下来的规矩,魔术师皆有师傅,他们要随时准备回答师傅的问题。问题形如:目前从第i张扑克牌到第j张扑克牌中,有几张正面朝上? 作为魔术师的助手,你被要求学习程序设计、算法与数据结构。现在,魔术师把这个问题交给了你,你需要编写一个程序,维护相应的数据结构来保存桌子上牌面的情况,同时对于师傅的每一个问题,你要用尽量快的速度计算出答案
  3. 所属分类:Other systems

    • 发布日期:2016-12-16
    • 文件大小:2048
    • 提供者:DongWu
  1. first_proj

    0下载:
  2. 主体是一个堆栈程序。a_stack.c封装堆栈,提供接口,stck.h堆栈头文件,main.c用户程序,调用堆栈,check_braces.c检查文件代码中括号是否成对,my_file是check_braces.c的头文件;前三个是实现堆栈,后两个是尝试建立自己的库函数,并在堆栈中进行了测试,结果成功!-a_stack.c package stack, providing an interface, stck.h stack header files, main.c user program,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:232489
    • 提供者:凌叶然
  1. ant_stack_config

    0下载:
  2. The function sets the channel configuration for the stack using the parameters provided in the sdk_config.h file. It also assigns a correspondingly large buffer as static resource.(This module initializes the stack according to the configuration o
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:4096
    • 提供者:charles-long
搜珍网 www.dssz.com