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

搜索资源列表

  1. Socket

    0下载:
  2. 实现了Socket的异步通信,包括线程间通信,双端队列通信等功能。-Socket implementation of the asynchronous communication, including inter-thread communications, double-ended queue communications functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:251.16kb
    • 提供者:Kelly Li
  1. list

    0下载:
  2. 单链表类双端队列,可从两端插入 单链表类双端队列,可从两端插入-Single-chain-type double-ended queue, can be inserted from the ends of single-chain-type double-ended queue, can be inserted from both ends
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:978byte
    • 提供者:lxing
  1. Double-endedqueue

    0下载:
  2. 双端队列,简单描述了双端队列的功能,对初学者有较大帮助-Double-ended queue, a brief descr iption of the double-ended queue functions, greater help for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2.33kb
    • 提供者:高仁杰
  1. duilie

    0下载:
  2. 循环双端队列的元素插入,删除,以及输入输出-Double-ended queue, circular element insertion, deletion, and the input-output
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:808byte
    • 提供者:hanry
  1. Socket_ascy_communication_thread_queue

    0下载:
  2. Socket异步通信,线程,双端队列 /* * * * * * * * * * * * * * * * * * ·(0) * * ↖ 调用点 * * Head ☉0 ←——☉o   * * ↖↘ ︱ * * ☉1 ︱ * * ↖↘ ↓ * * ☉2 * * Tail ↘ * * ·(0) * * * * * * * * * * * * * * * * * */-Socket asynchronous communication, t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:246.47kb
    • 提供者:吴俊
  1. STL_standardlibrary

    0下载:
  2. C++标准库简介,包括以下内容: 1.C++标准库——函数对象 2.pair-min-max-swap 3.std_deque双端队列容器 4.std_map作为一个关联数组 5.std_set作为一个有序集合 6.容器中的型别 7.使用std_list作为链表 8.使用以vector简化对象管理 -About C++ standard library, including the following: 1.C++ standard librar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:57.53kb
    • 提供者:陈亨利
  1. circular_deque

    1下载:
  2. 找到一个作者的关于环形队列的源码,分享一下 boost 已经有了一个这样 的缓冲区,circular_buffer,由Jan Gaspar设计实现,它的数据结构跟传统的环形队列(很多数 据结构书上有相关介绍)一样,速度比传统的环形队列快得多。只不过我对它的表现还是不 太满意,觉得它还不够快。为此,我设计了一个简单的循环双端队列,它的数据结构与 circular_buffer 没什么两样,但没有编写迭代器,也没有给出太多公有成员函数,只不过它 的速度要快一些-To find
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:83.69kb
    • 提供者:半半
  1. deque

    0下载:
  2. 在一个双端队列的两端实现添加删除,并进行队列判空判满操作-In a double-ended queue, add and delete both ends to achieve, and the queue is full of sub-contracting operation of air
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:261.75kb
    • 提供者:张超
  1. shuangduandui

    0下载:
  2. 双端队列应用于优化算法,解决竞赛题:由题目所说,Mr Pote有n个袋子装豆子。Mr Pote从中进行挑选包装,要求找出连续一列袋子,使得它们的豆子总和s在满足s p<=k条件下最大 ,以保证被狗狗吃掉的最少,并且Mr .Pote装的豆子最多。最后输出狗狗吃掉的豆子数目,即s p的结果。 抽象后表述为:给定n,p,k,以及n项数列[wi],要求找出其一个连续子序列,使得其和s在满足s p<=k的条件下最大,输出s整除p的结果。-Double-ended queue used in
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:537kb
    • 提供者:ChenSiyu
  1. Socket_sync_double_list

    0下载:
  2. Socket异步通信 线程 双端队列, 通过队列来进行通信,保证不会重发-Socket asynchronous communication thread 2C 2C double-ended queue. ZipSocket asynchronous communication thread 2C 2C double-ended queue. ZipSocket asynchronous communication 2C 2C deque thread. Zip
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:324.08kb
    • 提供者:ss
  1. dequeue

    0下载:
  2. Write a C program to implement a double ended queue ie dequeue using doubly linked list. Implement all the operations of deq-Write a C program to implement a double ended queue ie dequeue using doubly linked list. Implement all the operations of deq
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:892byte
    • 提供者:divyarup
  1. zuoye3_1

    0下载:
  2. 1. 所谓双端队列(double-ended queue,deque),就是在列表的两端都可以插入和删除数据。因此它允许的操作有Create、IsEmpty、IsFull、Left、Right、AddLeft、AddRight、DeleteLeft、DeleteRight。使用循环数组方式实现双端队列,要求实现上述操作,并实现一个Print输出操作,能将队列由左至右的次序输出于一行,元素间用空格间隔。队列元素类型设为整型。-Called deque (double-ended queue, de
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:2.37kb
    • 提供者:张蕊
  1. CS2208_DSLab_Programs

    0下载:
  2. CS2208 - Data Structures Lab (Anna University) EXERCISES 1a. Implement singly linked lists. 1b. Implement doubly linked lists. 2. Represent a polynomial as a linked list and write functions for polynomial addition. 3. Implement stack and
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:205.44kb
    • 提供者:Narayana Swamy
  1. dek

    0下载:
  2. A double-ended queue (dequeue).
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:6.64mb
    • 提供者:Malishka
  1. deque

    0下载:
  2. 利用数组实现双端栈;利用双端队列depue实现双端队列-Use deque depue achieve double-ended queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.93kb
    • 提供者:李梦渊
  1. ep7_9

    0下载:
  2. 用单链表类来表示一个双端队列,要求可在表的两端插入(链表头和尾, 即可用向前和也可用向后生成),但只能在表的一端删除(链表头)。给出基于 此结构队列的两个入队和一个出队算法的成员函数。-A single linked list class to represent a double-ended queue, requirements can be inserted into the ends of the table (list head and tail can also be use
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.47kb
    • 提供者:zy
  1. IntervalHeap

    0下载:
  2. An implementation of a double-ended priority queue using an interval heap.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:4.12kb
    • 提供者:truman
搜珍网 www.dssz.com