登录
首页 » Visual C++ » SGI_STL_Code

SGI_STL_Code

于 2014-08-19 发布 文件大小:220KB
0 270
下载积分: 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 个回复

  • DrawForm
    VC自绘的漂亮窗体界面实例,DrawForm源码,用VC自绘了一个漂亮的登录窗口界面,不知道有没有人感兴趣,我觉得这个技术学会了对于美化些窗口界面还是有帮助的。自绘技术也是值得研究的。(VC self-painted beautiful form interface instance, DrawForm, source, painted with VC and a nice login window interface, do not know no one was interested, I think this technology is learned to help beautify window interface. Self-drawn, is worthy of study.)
    2013-05-13 11:45:06下载
    积分:1
  • C--GA
    c预言实现的遗传算法,每一个步骤都有详细的过程(c prophecy of the genetic algorithm, each step has a detailed process)
    2011-08-07 13:11:20下载
    积分:1
  • 11
    说明:  这是一个傅里叶变换与傅里叶逆变换的程序代码,是一个子函数与主函数的合集,分别为不同文件(Fourier transform)
    2017-04-17 20:58:29下载
    积分:1
  • BMP文件转换为JPG文件的源代码
    将BMP文件转换为JPG文件的源代码,很不错的,值得学习哦(BMP file to JPG conversion of the source code, very good, oh worth learning)
    2005-05-25 14:22:45下载
    积分:1
  • Addressbook
    C++,在Dos中实现,用命令完成。代码简单明了!(C++)
    2010-12-05 11:25:50下载
    积分:1
  • diercishiyan
    我司通原F1型实验箱的二次开发功能是让用户通过自主设计,加深对有关实验内容所涉及的理论知识的理解和掌握。用户在掌握CPLD和DSP开发技术的基础上,以我司提供的实验箱为硬件,自主实现我司通原F1型实验箱已有的及相关的功能。(Our former F1 experimental me through secondary development function is to allow users to independently design and deepen the theoretical knowledge about the contents of the experiment involved to understand and master. Users control CPLD and DSP development technology based on our experimental boxes provided for the hardware, through self-realization of our original F1 experimental me already and related functions.)
    2014-02-24 22:43:06下载
    积分:1
  • 电子时钟
    说明:  基于51单片机的简易电子时钟,能实现校时。(Electronic clock, can achieve timing.)
    2020-06-23 12:00:02下载
    积分:1
  • STL
    快速学习stl的书,30分钟掌握stl的pdf格式(Fast learning stl book, 30 minutes to master stl pdf format)
    2013-05-26 11:25:11下载
    积分:1
  • Http
    用libnids实现http协议的解析,可以监控局域网内所有机器访问的网站,并记录日志。 使用前需要先配置好libnids的环境(Libnids realize using http protocol analysis, can monitor all LAN machines to visit websites and record the log. Need to use pre-configured environment libnids)
    2020-07-02 20:20:01下载
    积分:1
  • suijishuiwenxue
    关于随机水文学的使用教材,便于读者们的自学(About the use of stochastic hydrology textbook, easy to readers who self-)
    2013-09-22 10:08:32下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载