搜索资源列表
slist
- Novell Slist 源代码-Novell Slist source code
slist
- 1、链接存储方法 链接方式存储的线性表简称为链表(Linked List)。 链表的具体存储表示为: ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的,也可以是不连续的) ② 链表中结点的逻辑次序和物理次序不一定相同。为了能正确表示结点间的逻辑关系,在存储每个结点值的同时,还必须存储指示其后继结点的地址(或位置)信息(称为指针(pointer)或链(link)) 注意: 链式存储是最常用的存储方式之一,它不仅可用来表示线性表,而且
slist
- 简单的实现单链表的程序,数据结构中的会用到的,采用c++编码。-The realization of the single, simple table program, the data structure is used, the c++ coding.
Slist
- 自动生成一系列正序和倒序的节点,可删除单链表中的任意一个节点,同时显示结点的后继结点所在地址。-Automatically generating a series of positive sequence and Descending node can delete an arbitrary node in the single linked list, and a successor node of the junction point where the address is display
slist.tar
- linux 通用链表源码,类似linux内核链表-Generic linked list source
stlport-code-5.2
- STLport是一个完全符合C++98标准(及2003年修订)的免费的C++标准库实现。它是由俄罗斯人Boris Fomitchev于1997年发起的开源项目,目的是基于著名的SGISTL开发一个可移植到各种平台上使用的高效的C++标准库。 STLport具有很多其他STL实现所没有的优点。首先是高度的可移植性,可以配合市面上几乎所有的操作系统和编译器使用,使开发的程序能够在不同的编译平台上获得一致的标准库实现。其次是性能表现优秀,其原始版本SGISTL就以高效而闻名,STLport在移植时
hid
- the magnitude should be multiplied with a constant factor F, where F is 1 when the malloc size class of list nodes is different the malloc size class of slist nodes. When they fall into the same class, the only slist benefit is having to set fewer li
clk
- profile impl profiler list to slist.h for linux Device Driver.
_slist_base
- moved here to reduce code bloat without templatizing Slist iterator base Kernel Device Driver for linux v2.13.6.
slist
- 实现C++中单向链表的基本插入,实用类模板(The realization of the basic insert C++ one-way linked list, practical class template)