CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - circular queue

搜索资源列表

  1. STM32-serial-driver-

    0下载:
  2. STM32串口驱动(环形队列+内存动态分配+DMA+拼音检索),多功能整合,方便各种情况使用-STM32 serial driver (circular queue+ memory dynamically allocated+DMA+ phonetic search), multi-function integrated, easy to use a variety of situations
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-16
    • 文件大小:4357078
    • 提供者:付伟
  1. CircularQueue

    0下载:
  2. Circular queue/buffer http://en.wikipedia.org/wiki/Circular_buffer
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2421
    • 提供者:12rad
  1. Test-3

    0下载:
  2. 4阶斐波那契序列如下:f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k=4的循环队列,构造序列的前n+1项(f0, f1 , f2 ,… fn ),要求满足fn ≤200而fn+1 >200。 -Fibonacci Fibonacci sequence of order 4 are: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+fi-2+fi-3+fi-4, k = 4 for the capa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:922
    • 提供者:崔雪莹
  1. CircularQueue

    0下载:
  2. 双缓冲循环队列数据结构,能够高效对数据进行操作。-Double buffering circular queue data structure that can efficiently operate on the data.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2105
    • 提供者:creater
  1. fibonaccique

    0下载:
  2. 4阶斐波那契序列如下:f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k=4的循环队列,构造序列的前n+1项(f0, f1 , f2 ,… fn ),要求满足fn ≤200而fn+1 >200。-Fibonacci Fibonacci sequence of order 4 are: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+fi-2+fi-3+fi-4, k = 4 for the capacit
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:177533
    • 提供者:zqh
  1. ds7

    0下载:
  2. 循环队列的创建与操作 设循环队列中元素的数据类型为整型,编写函数实现以下操作: (1)循环队列的初始化 (2)循环队列的入栈 (3)循环队列的出栈 (4)取循环队列的栈顶元素 (5)循环队列的输出(从栈顶到栈底) -Circular queue creation and operation Set of elements in the circular queue data type integer, write a function to achieve th
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:827
    • 提供者:颜瑞廷
  1. cppsfs

    0下载:
  2. 本.cpp代码主要是收集了一些常用的C++算法相关内容,关键地方都已标记注释,比如链表数据、尾插法利用一个动态指针、迭代斐波那契、循环队列、KMP模式匹配算法,二叉树二叉链表节点结构定义、二叉排序树查找、平衡二叉树 AVL、优化后的冒泡算法、简单的选择排序,依次比较将最小的,然后与第一个位置交换、希尔排序、堆排序、归并排序(内存占用大)等,具体请下载这个源代码文件。-The. Cpp code is a collection of some commonly used C++ algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9287
    • 提供者:gxtxtplg
  1. circleQueue

    0下载:
  2. 实现了循环队列的数据结构,以及各种操作-Achieve a circular queue data structures, and various operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:186368
    • 提供者:徐文锋
  1. Fibonacci

    0下载:
  2. 利用循环队列生成斐波那契数列的控制台程序!-Circular queue using a console program to generate Fibonacci number deed column!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:245270
    • 提供者:clarklee
  1. LCP-CAN--Test

    0下载:
  2. LPC单片机CAN总线通讯测试例子,使用环形队列思路-LPC microcontroller CAN bus communication test examples, the use of circular queue ideas
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:862230
    • 提供者:林学
  1. ipw2100

    0下载:
  2. Firmware and host share a circular queue of Transmit Buffer Descr iptors (TBDs) for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:58024
    • 提供者:duxonxi
  1. Cir_Queue

    0下载:
  2. Program to implement Circular Q-Program to implement Circular Queue
  3. 所属分类:software engineering

  1. CircleQueue

    0下载:
  2. 这是一个循环队列的基本操作程序,是在ubuntu下编写的,包括建循环队列,插入,查找,删除,清空,销毁这些操作,很基本,适合初学者。基础很重要的。-This is the basic operating procedures of a circular queue is prepared under ubuntu, including the construction of a circular queue, insert, search, delete, clear, destroy thos
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1274
    • 提供者:ufsggbnrjtconc
  1. circular_q

    0下载:
  2. Implementation of a Circular Queue in C
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:764
    • 提供者:mad breed
  1. xhqueue

    0下载:
  2. 循环队列的实现,实现数据结构里的循环队列-Achieve the cycle queue data structure in the circular queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:506929
    • 提供者:姚永光
  1. clrqueue

    0下载:
  2. how to build a circular queue in java
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:666
    • 提供者:Boopathi Thee
  1. test

    0下载:
  2. 这是我刚开始学习数据结构编写的一个小程序,用顺序存储方式的循环队列来实现选舞伴的问题。希望对大家有帮助。- This is what I have just started learning to write the data structure of a small program, with sequential storage circular queue to achieve the selected partner s problems. Hope everyone has to
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1176
    • 提供者:李勇
  1. Circular-linked-list-solve-queue

    0下载:
  2. 代码给出了队列的循环链表表示类,并给出了基于该结构的插入和删除算法-Code gives a circular linked list class that represents the queue, and gives the insertion and deletion algorithms based on the structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:56896
    • 提供者:ylcs
  1. Linked-List

    0下载:
  2. The static (circular) queue should be implemented as a class named StaticCircularQueue With a maximum of 100 integer elements,  The Dynamic queue should be implemented as a class named DynamicQueue,  The Dynamic queue must not be
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:11191
    • 提供者:tamer
  1. C-procedure

    0下载:
  2. 哈夫曼树,函数嵌套验证哥德巴赫猜想,汉诺塔问题,循环队列实现,杨辉三角的递归解决方案-Huffman tree, nested function verify goldbach conjecture, Hanoi problem, circular queue implementation, Yang hui triangle recursive solution
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3647
    • 提供者:yangshuang
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com