搜索资源列表

  1. ClassicalDataStructures

    0下载:
  2. 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a str
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39.48kb
    • 提供者:许友来
  1. 3

    0下载:
  2. 假设以数组sequ[MaxSise]存放环形队列的元素,同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个数
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4.32kb
    • 提供者:alan
  1. ClassicalDataStructures

    0下载:
  2. 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a str
  3. 所属分类:其他小程序

    • 发布日期:2024-11-18
    • 文件大小:39kb
    • 提供者:许友来
  1. 3

    0下载:
  2. 假设以数组sequ[MaxSise]存放环形队列的元素,同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个数-Assuming an array sequ [MaxSise] storage ring queue element, and len, respectively, at the same time rear ring instructions squadron tail queue element conta
  3. 所属分类:OpenGL

    • 发布日期:2024-11-18
    • 文件大小:4kb
    • 提供者:alan
  1. CircleQueue_with_array_list

    0下载:
  2. 本程序中分别用数组和链表实现了环形队列,有利于理解环形缓冲区的实现。-This program implements circle queue by array and list.It is useful to understand the solution to circle buffer.
  3. 所属分类:书籍源码

    • 发布日期:2024-11-18
    • 文件大小:2kb
    • 提供者:肖斌
  1. queue

    0下载:
  2. 数据结构实现:队列(环形数组、链式实现)的基类实现。-Data structure implementation: queue (circular array, chain to achieve) is the base class implementation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-18
    • 文件大小:1kb
    • 提供者:Robin.Wang
  1. lcd1602

    0下载:
  2. 该文件包含lcd1602驱动程序,rs232串口通信,环形缓冲数组。该程序为本人学生时期的练习习作。-This file contains lcd1602 driver, rs232 serial communication, a circular buffer array. During the program as my students practice exercises.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-11-18
    • 文件大小:41kb
    • 提供者:黄华
  1. 51C

    0下载:
  2. 实现SJA1000T内部的接收缓冲区只有64B ,所以在程序中定义了容纳32个fr a me结构体数组can- rbuf [ ]并组成环形缓冲区。同时也定义了相同大小的数组eth- rbuf [ ]组成以太网接收的环形缓冲区。 -Internal receive buffer to achieve SJA1000T only 64B, it is defined in the program structure to accommoda
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-18
    • 文件大小:3kb
    • 提供者:周伦
  1. cyclebuff3

    0下载:
  2. 建立环形数组,利用函数进行循环存入及读取(Establish ring array, use function to cycle, store and read)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-18
    • 文件大小:510kb
    • 提供者:Lily李丽
  1. 环形队列

    0下载:
  2. 环形队列是在实际编程极为有用的数据结构,它有如下特点。它是一个首尾相连的FIFO的数据结构,采用数组的线性空间,数据组织简单。能很快知道队列是否满为空。能以很快速度的来存取数据。 因为有简单高效的原因,甚至在硬件都实现了环形队列.环形队列广泛用于网络数据收发,和不同程序间数据交换(比如内核与应用程序大量交换数据,从硬件接收大量数据)均使用了环形队列.(The ring queue is a very useful data struct
  3. 所属分类:Windows编程

    • 发布日期:2024-11-18
    • 文件大小:287kb
    • 提供者:James1994
  1. ringbuff

    0下载:
  2. 圆形缓冲区的一个有用特性是:当一个数据元素被用掉后,其余数据元素不需要移动其存储位置。相反,一个非圆形缓冲区(例如一个普通的队列)在用掉一个数据元素后,其余数据元素需要向前搬移。换句话说,圆形缓冲区适合实现先进先出缓冲区,而非圆形缓冲区适合后进先出缓冲区。(One of the useful properties of the circular buffer is: when a data element is used up, the
  3. 所属分类:其他小程序

    • 发布日期:2024-11-18
    • 文件大小:1kb
    • 提供者:Leafz

源码中国 www.ymcn.org