登录
首页 » Visual C++ » SGI_STL_Code

SGI_STL_Code

于 2014-08-19 发布 文件大小:220KB
0 289
下载积分: 1 下载次数: 9

代码说明:

  C++标准模板库的SGI实现代码,有助于理解STL(SGI implementation of C++ STL library)

文件列表:

SGI_STL_Code
............\algo.h,3182,2000-06-08
............\algobase.h,2086,2000-06-08
............\htm" target=_blank>algorithm,1368,2000-06-08
............\alloc.h,1310,2000-06-08
............\htm" target=_blank>bitset,32818,2000-06-08
............\bvector.h,1497,2000-06-08
............\char_traits.h,4137,2000-06-08
............\concept_checks.h,28902,2000-06-08
............\container_concepts.h,9505,2000-06-08
............\defalloc.h,2331,2000-06-08
............\htm" target=_blank>deque,1380,2000-06-08
............\deque.h,1403,2000-06-08
............\function.h,3327,2000-06-08
............\htm" target=_blank>functional,762,2000-06-08
............\hashtable.h,1559,2000-06-08
............\htm" target=_blank>hash_map,1330,2000-06-08
............\hash_map.h,1516,2000-06-08
............\htm" target=_blank>hash_set,1330,2000-06-08
............\hash_set.h,1474,2000-06-08
............\heap.h,1427,2000-06-08
............\htm" target=_blank>iterator,1513,2000-06-08
............\iterator.h,2998,2000-06-08
............\htm" target=_blank>limits,20687,2000-06-08
............\htm" target=_blank>list,1351,2000-06-08
............\list.h,1373,2000-06-08
............\htm" target=_blank>map,1329,2000-06-08
............\map.h,1453,2000-06-08
............\htm" target=_blank>memory,3525,2000-06-08
............\multimap.h,1478,2000-06-08
............\multiset.h,1478,2000-06-08
............\htm" target=_blank>numeric,1556,2000-06-08
............\pair.h,1518,2000-06-08
............\htm" target=_blank>pthread_alloc,16188,2000-06-08
............\pthread_alloc.h,866,2000-06-08
............\htm" target=_blank>queue,1475,2000-06-08
............\htm" target=_blank>rope,924,2000-06-08
............\rope.h,909,2000-06-08
............\ropeimpl.h,48471,2000-06-08
............\sequence_concepts.h,7100,2000-06-08
............\htm" target=_blank>set,1329,2000-06-08
............\set.h,1453,2000-06-08
............\htm" target=_blank>slist,807,2000-06-08
............\slist.h,830,2000-06-08
............\htm" target=_blank>stack,1378,2000-06-08
............\stack.h,1466,2000-06-08
............\htm" target=_blank>stdexcept,2391,2000-06-08
............\stl_algo.h,113242,2000-06-08
............\stl_algobase.h,24334,2000-06-08
............\stl_alloc.h,29001,2000-06-08
............\stl_bvector.h,27207,2000-06-08
............\stl_config.h,20960,2000-06-08
............\stl_construct.h,3639,2000-06-08
............\stl_ctraits_fns.h,2160,2000-06-08
............\stl_deque.h,53591,2000-06-08
............\stl_exception.h,1715,2000-06-08
............\stl_function.h,22860,2000-06-08
............\stl_hashtable.h,33026,2000-06-08
............\stl_hash_fun.h,2818,2000-06-08
............\stl_hash_map.h,20496,2000-06-08
............\stl_hash_set.h,19611,2000-06-08
............\stl_heap.h,10097,2000-06-08
............\stl_iterator.h,30011,2000-06-08
............\stl_iterator_base.h,12213,2000-06-08
............\stl_list.h,25927,2000-06-08
............\stl_map.h,10688,2000-06-08
............\stl_multimap.h,10638,2000-06-08
............\stl_multiset.h,9640,2000-06-08
............\stl_numeric.h,8120,2000-06-08
............\stl_pair.h,2975,2000-06-08
............\stl_queue.h,7529,2000-06-08
............\stl_range_errors.h,2167,2000-06-08
............\stl_raw_storage_iter.h,2595,2000-06-08
............\stl_relops.h,1828,2000-06-08
............\stl_rope.h,99883,2000-06-08
............\stl_set.h,9460,2000-06-08
............\stl_slist.h,32237,2000-06-08
............\stl_stack.h,4301,2000-06-08
............\stl_string_fwd.h,1114,2000-06-08
............\stl_tempbuf.h,4897,2000-06-08
............\stl_threads.h,12731,2000-06-08
............\stl_tree.h,44695,2000-06-08
............\stl_uninitialized.h,9355,2000-06-08
............\stl_vector.h,28603,2000-06-08
............\htm" target=_blank>string,76207,2000-06-08
............\tempbuf.h,1898,2000-06-08
............\tree.h,1423,2000-06-08
............\type_traits.h,12934,2000-06-08
............\htm" target=_blank>utility,1301,2000-06-08
............\htm" target=_blank>valarray,52988,2000-06-08
............\htm" target=_blank>vector,1409,2000-06-08
............\vector.h,1408,2000-06-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • dictionary
    利用Trie树实现一个英语单词辅助记忆系统,完成相应的建表和查表程序(Trie tree using an English word to achieve auxiliary memory system, complete the appropriate procedures for the construction table and look-up table)
    2010-05-05 20:53:32下载
    积分:1
  • RGB
    这是一个画板程序的一部分,教你如何调制颜色!(This is a drawing board as part of the program, teach you how to modulated color!)
    2011-09-13 11:16:21下载
    积分:1
  • VCchat
    简单聊天工具,支持局域网聊天,连接服务器功能,是局域网聊天有了接近(Simple chat tool to support local area network chat, connect to a server function, is close to local area network to chat with)
    2008-01-16 15:34:57下载
    积分:1
  • converte-into-corresponding-digital
    对一段只含有几种字符的字符串进行转换,转换成相应的数字(a string contains only several character conversion, and converted into the corresponding digital )
    2013-09-07 17:46:26下载
    积分:1
  • AddPalette
    在AutoCAD中添加一个自定义分页侧边栏。(In AutoCAD add a custom tab sidebar.)
    2020-11-29 14:09:29下载
    积分:1
  • 3macsBeta1
    Detail of GSM Cellular
    2009-08-22 15:03:14下载
    积分:1
  • AcrobatReader
    2006-03-16 11:18:12下载
    积分:1
  • MATLAB-optimation
    matlab优化方法 不精确的一维线性搜索(matlab optimization method inaccurate one-dimensional linear search)
    2012-10-24 18:38:20下载
    积分:1
  • CodingNation Crypter Source
    file crypter in vb6 source
    2019-03-17 10:31:58下载
    积分:1
  • EMD-C
    EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。(EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.)
    2021-02-03 01:10:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载