CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 数据结构-栈

搜索资源列表

  1. ZIGBEE-TechnologyApplication

    0下载:
  2. zigbee初级培训资料,讲述了:什么是zigbee;短程无线网络标准;zigbee与IEEE 802.15.4;zigbee的协议栈;频带和数据传输率、信道;zigbee的拓扑结构和网络设备类型;zigbee的应用案例简介(包括:结合GPRS的传输网络、油田油井遥测、石油石化应用、管道监测、远程抄表、水文水利、交通控制、医疗设备、点餐系统等)-zigbee initial training information about: What is zigbee short-range wirel
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1807700
    • 提供者:Hank
  1. Internetworking-7_OSI

    0下载:
  2. 开放系统互连(OSI)协议栈由许多标准协议组成,它们都基于OSI参考模型。这些协议是,一项国际安排,用来开发数据联网协议s,以及促进多厂商设备互操作性的其它标准s,的一部分。OSI的安排是出于一种对国际联网标准化的需要,设计成便于硬件系统和软件系统之间通信,而不管基础结构的差异。-The Open System Interconnection (OSI) protocol suite is comprised of numerous standard protocols that are bas
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:105010
    • 提供者:Zhoushenglie
  1. calc

    0下载:
  2. 四则整数计算器 含有界面 用二叉树和栈数据结构进行计算 适合数据结构和界面设计的初学者-Four integer calculator contains the interface
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2936225
    • 提供者:孔三
  1. migonglaoshu

    0下载:
  2. 数据结构,迷宫老鼠问题求解 迷宫是一个矩形区域,它有一个入口和一个出口。在迷宫的内部包含不能穿越的墙或障碍。迷宫的入口在左上角,出口在右下角。假定用n*m的矩阵来描述迷宫,位置(1,1)表示入口,(n,m)表示出口,n和m分别代表迷宫的行数和列数。迷宫中的每个位置都可用其行号和列号来指定。在矩阵中,当且仅当在位置(i,j)处有一个障碍时其值为1,否则其值为零。(即0表示能通过,1 表示不能通过。)现假设老鼠从左上角[1,1]进入迷宫,编写算法,寻求一条从右下角[m,n] 出去的路径。 迷
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:1726
    • 提供者:翁雪花
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:437699
    • 提供者:孙萧萧
  1. two-end-stack

    0下载:
  2. 数据结构 C语言数组实现双向栈 在两端可删除,可添加元素-Two-way data structure C language array stack at both ends can be deleted, you can add elements
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:1817
    • 提供者:ljy
  1. park

    0下载:
  2. 迷宫数据结构de 迷宫方程实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序-De labyrinth maze data structure equations for the realization of a linked list storage structure of the stack type, and then write a program to solve a maze of non-recursive
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:565522
    • 提供者:郭晓锋
  1. Chain-queue

    0下载:
  2. 栈和队列的基本操作,来自一次数据结构实验内容。-The basic operation of the stack and queue data structure from the first experiments.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:61756
    • 提供者:Shawn
  1. INT

    0下载:
  2. 数据结构之利用顺序栈实现大整数加减法运算,判断、建立、运行都可以-The use of sequential data structure stacks large integer addition and subtraction operations, judgment, establish, you can run
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:1405
    • 提供者:王八蛋
  1. Shujujiegou-C

    0下载:
  2. 数据结构C语言版,章节PPT,绪论、栈与队列、线性链表、树和二叉树-Data structure C language edition, chapter PPT, introduction, stacks and queues, linear lists, trees and binary trees
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:95246
    • 提供者:
  1. note-for-data-structure

    0下载:
  2. 数据结构笔记,主要包括栈,队列,链表,指针,数组等基础数据结构知识,并且包括一些例子,如汉诺塔等-a note for data structure. include stack, queue, link, point and so on, and some examples for different cases.
  3. 所属分类:Document

    • 发布日期:2017-05-16
    • 文件大小:3699635
    • 提供者:wuqun
  1. tingchechangguanli

    0下载:
  2. 数据结构课程设计,采用队列和栈的停车场管理系统.-Data structure curriculum design, the use of queues and stacks of parking management system.
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:3963
    • 提供者:莫圣
  1. neicun

    0下载:
  2. 4.1.1.程序运行为什么需要内存1 4.1.2.程序运行为什么需要内存2 4.1.3.位、字节、半字、字的概念和内存位宽 4.1.4.内存编址和寻址、内存对齐 4.1.5.C语言如何操作内存 4.1.6.内存管理之结构体 4.1.7、内存管理之栈 4.1.8、内存管理之堆 4.1.9、复杂数据结构-nei cun zhe ge da wen ti
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:10493
    • 提供者:王马华
  1. zhanheduilie

    0下载:
  2. 数据结构栈与队列PPT,详细讲解栈和队列的意义和使用方法。- Data structure stack and queue PPT, detailed explanation of the meaning and use of the stack and queue.
  3. 所属分类:software engineering

    • 发布日期:2017-05-20
    • 文件大小:5315462
    • 提供者:安左
« 1 2»
搜珍网 www.dssz.com