搜索资源列表
orangeaug1802
- 具体说明了如何通过双向链表对期货交易中的有关数据进行组织和管理,从而实现内存撮合,提高交易系统的响应速度.
doublelinklit
- 这时双向链表的C++实现,里面定义了一个链表类。含有丰富的成员函数。比如:拷贝构造函数,析构函数,插入函数,删除函数,排序函数等等。总之,里面的函数肯定够你用的。-At this time, two-way linked list C++ achieved, which defines a linked list class. Rich in member function. Example: copy constructor, destructor, insert function, dele
dlist
- 一个简单的双向链表的建立、实现简单功能的C++的源代码,希望可以帮助大家-A simple two-way linked list creation, simple functions C++ of the source code, I hope you can help
kernel_list_and_hash_table.tar
- Linux 内核的实现,大量使用了数据结构,包括了数组、链表和散列表。其中用的最多的是双向循环链表。 Linux 内核使用的是自己定义的链表和散列表,简单而高效,使用方法也非常的别具一格。-Implementation of Linux core, the extensive use of data structures, including arrays, linked lists and hash table. The most widely used is the double circu
linkedList
- C++双向链表实现,数据结构的入门代码。-c++ source of linked list.
stack2
- 双向链表的实现,通过类实现,同时由链表的删除创建等。-Doubly linked list implementation, realized through the class, while the list of deleted to create the like.