Location:
Search - queue double
Search list
Description: 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a string array. Very useful and valuable reference.
Platform: |
Size: 40431 |
Author: 许友来 |
Hits:
Description: 通过讨论常见的串口软件使用的方法,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-through discussion of the common use of serial software, Based on the call a double-buffer queue Serial buffer management strategy Serial software modules and the method to which attention.
Platform: |
Size: 47706 |
Author: 金阳 |
Hits:
Description: linux下一种双缓冲队列机制的实现源代码(C)。-linux under a double-buffer queue mechanism for the realization of the source code (C).
Platform: |
Size: 5954 |
Author: 梅子 |
Hits:
Description: 凌阳SPCE06的语音通信代码,利用了双缓冲队列,是学习的好例子,希望很大家一起分享-Sunplus SPCE06 voice communications code, the use of the double-buffer queue, is a good example of learning, hope to share with everyone
Platform: |
Size: 8610 |
Author: 周周 |
Hits:
Description: 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a string array. Very useful and valuable reference.
Platform: |
Size: 39936 |
Author: 许友来 |
Hits:
Description: 通过讨论常见的串口软件使用的方法,提出基于一种称之为双缓冲队列的串口缓冲区管理策略的串口软件模块的实现方法和其中要注意的问题。-through discussion of the common use of serial software, Based on the call a double-buffer queue Serial buffer management strategy Serial software modules and the method to which attention.
Platform: |
Size: 47104 |
Author: 金阳 |
Hits:
Description: linux下一种双缓冲队列机制的实现源代码(C)。-linux under a double-buffer queue mechanism for the realization of the source code (C).
Platform: |
Size: 6144 |
Author: 梅子 |
Hits:
Description: 凌阳SPCE06的语音通信代码,利用了双缓冲队列,是学习的好例子,希望很大家一起分享-Sunplus SPCE06 voice communications code, the use of the double-buffer queue, is a good example of learning, hope to share with everyone
Platform: |
Size: 23552 |
Author: 周周 |
Hits:
Description: 使用循环数组方式实现双端队列,要求实现书面第二题中列出的所有操作,并实现一个Print输出操作,能将队列由左至右的次序输出于一行,元素间用空格间隔。队列元素类型设为整型。
输入:input.txt,给出一个操作序列,可能是Create、Print之外的任何操作,需要的情况下,会给出参数。最后以关键字“End”结束
-Use of an array of ways to achieve double-ended queue, a written request to achieve the second question listed in all the operation and the realization of a Print output operation, it can queue from left to right order of the output in line with spaces between elements. Queue element type is set to integer. Input: input.txt, given a sequence may be Create, Print of any operation, necessary, will be given parameters. Finally, the keyword End the end of
Platform: |
Size: 263168 |
Author: yuanxu |
Hits:
Description: vxworks平台下,基于缓冲队列(单链表)的多任务网络通讯。从通讯入手---双缓冲网络通讯,另外,还有网络通断检测。-VxWorks platform, based on the buffer queue (single list) multi-tasking network communications.--- Starting from the double buffer communications network communications, In addition, there are network-off detection.
Platform: |
Size: 7168 |
Author: song |
Hits:
Description: 循环双端队列的建立以及一些简单的操作,如插入、删除。-Cycle of double-ended queue, as well as the establishment of some simple operations such as insert, delete.
Platform: |
Size: 1024 |
Author: 周任红 |
Hits:
Description: vxWorks下基于缓冲队列的全双工网络通讯.pdf
文章针对半自动大型仪器使用半~K..T--网络通讯造成的效率下降问题,建立了在嵌入式实时操作系统vxWorks
下全双工网络通讯的模式,并特别提出了双缓冲队列的流水线处理方法和通讯死时J"l的概念。该方法充分利用vxWorks
对多任务和网络的良好支持,做到了在操作人员层面上的软件零死时间,在改善系统响应特性,提高软件效率上都很有
帮助。因此比半双工通讯方式更加适用于半自动控制-VxWorks-based buffer queue under the full-duplex network communication. pdf article for the use of semi-semi-automatic large-scale equipment ~ K. . T network communication problems caused by reduced efficiency, established in the embedded real-time operating system VxWorks network under full-duplex mode of communication and, in particular, put forward a double buffer queue pipeline deal with methods and communication death J
Platform: |
Size: 166912 |
Author: GB |
Hits:
Description: 双端堆是支持双端优先队列的插入、删除最小元素和最大元素等操作的堆。
双端堆可以在对数时间内完成上述所有的操作。
-Double-ended heap to support double-ended priority queue insert, delete the smallest element and the largest such operation of the reactor element. Double-ended heap in logarithmic time to complete all of the above operation.
Platform: |
Size: 2048 |
Author: liu |
Hits:
Description: C# ArrayList C++模仿版,只支持最简单的动态队列操作,采用双层链表,支持16兆以上个对象的队列管理。
效率:查找上界O(988+N/976144),插入及删除上界O(988+N/976144+N*T(create/delete-C# ArrayList C++ Imitation version, only support the simplest dynamic queue operations, the use of double-linked list, support for more than 16 trillion of the queue management object. Efficiency: Find the upper bound of O (988+ N/976144), insert and delete the upper bound of O (988+ N/976144+ N* T (create/delete
Platform: |
Size: 45056 |
Author: 李金鑫 |
Hits:
Description: 实现了Socket的异步通信,包括线程间通信,双端队列通信等功能。-Socket implementation of the asynchronous communication, including inter-thread communications, double-ended queue communications functions.
Platform: |
Size: 257024 |
Author: Kelly Li |
Hits:
Description: 双端队列,简单描述了双端队列的功能,对初学者有较大帮助-Double-ended queue, a brief description of the double-ended queue functions, greater help for beginners
Platform: |
Size: 2048 |
Author: 高仁杰 |
Hits:
Description: Here is the program for whole linked list implemented circular queue,double linked list,stack etc
Platform: |
Size: 4096 |
Author: mohamed raoof |
Hits:
Description: 用双头栈模拟队列,要求实现一个队列,提供Enqueue(&q, e)和Dequeue(&q, &e)两个接口
保证先进先出,用双头栈DStack实现(分A、B两个头),DStack只提供pushA(), popA(), pushB(), popB()等几个接口,不能访问任何位置i的元素,不能进行任意位置的插入、删除操作-Queue with a double stack simulation, called for a queue to provide Enqueue (& q, e) and Dequeue (& q, & e) two interfaces
Ensure FIFO, with the double stack DStack implementation (points A, B two heads), DStack only pushA (), popA (), pushB (), popB (), and several other interfaces, you can not access any location of the element i , can not be inserted at any position, delete
Platform: |
Size: 201728 |
Author: wang |
Hits:
Description: 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 dequeue
Platform: |
Size: 1024 |
Author: divyarup |
Hits:
Description: VxWorks软件项目开发实例,包括服务器,客户端面,双缓冲池等内容。(VxWorks software project development examples, including server, client side, double buffer pool and so on.)
Platform: |
Size: 2041856 |
Author: hellorun |
Hits: