联盟首页 协同开发 共创软件 开放源码 软件工程 共创论坛 关于联盟
  您的位置 » 开放源码库【成熟 - 项目摘要 首页 | 分类源码 | 提交源码 | 下载统计 | 原创源码 | 成熟源码 | 代码片断
 
 CLinkedList Doubly Linked List Class - 项目摘要
摘要 | 管理 | 论坛
文档 | 软件包

源码库中源码数量为19221
有贡献人员名单:

-= 更多 =-
  • ffdshow
  • jasperreports
  • PoolMan
  • Air Traffic Controller
  • virtualdub-win
  • CppUnit
  • Apache-SSL-Jserv
  • FCK editor
  • Async Professional
  • GLgraph
  • -= 更多 =-

    项目描述:
    It seems that over time, all programmers, engineers and other code authors have come to terms with and fully understand some of the abstract data types that come with the territory of C/C++ coding.   Many prefer to use their own abstract data types, while others use some of the existing algorithms provided by the STL or elsewhere.  
    This source code began its early days in the "C" language before the advent of C++ ( yes, this indicates how old I am) and subsequently the STL and its associated Container classes, templates, algorithms, etc.   As such, the CLinkedList class is extremely stable and if you believe that the STL is suitable, please continue to do so by all means.   However, if you're looking for that extra speed that you think could make a difference in your final product, then the CLinkedList class is definitely worthwhile having a look at, because there are virtually no processing overheads when compared to the number of corresponding or appropriate STL function calls.


    看起来,所有的程序员、工程师和其它一些代码开发人员已经习惯于完全理解一些C/C++ 中的标准的抽象数据类型。许多人喜爱使用自己的抽象数据类型,然而其它一些人喜欢使用STL等中提供的一些现成的算法。
    这是我自己开发的一个双向链表类 CLinkedList。它使用了早期的"C"语言,那时还没有C++,以及STL和它相关的容器类,模板、算法。所以 CLinkedList 类是非常稳定的,如果你相信STL是稳定的,请继续这样认为吧。但如果你想增加速度,并认为这样会提高你的最终产品的性能,那么 CLinkedList 类值得参考,因为和STL中的相关函数调用比较,它没有过多的处理开销。
    来源: http://www.codeguru.com/algorithms/CLinkedList.html
    类别:
    发布者: cbd002

    最新发布源码包
    软件包 版本号 日期 本地下载
    CLinkedListDLTest  1.0  2004-04-12 下载

    原始下载连接(国外) http://www.codeguru.com/code/legacy/algorithms/CLinkedListDLTest.zip

      » 合 作 伙 伴