STL_doc,STL的说明文档大全,英文版。与MSDN 的功能基本相同
标签: STL_doc
上传时间: 2016-09-23
上传用户:gaojiao1999
一种新的合并算法,用c++实现的,STL比较好的方法,希望对大家有用,
上传时间: 2013-12-29
上传用户:远远ssad
㆒ 般㆟ 對 C++ templates 的粗淺印象,大約停留在「容器(containers)」的製作㆖ 。稍有研究 則會發現,templates衍生出來的 C++ Generic Programming(泛型編程)技術,在 C++ 標準程 式庫㆗ 已經遍㆞ 開花結果。以 STL為重要骨幹的 C++ 標準程式庫,將 templates 廣泛運用於容 器 (containers) 、演算法 (algorithms) 、仿函式 (functors) 、配接器 (adapters) 、配置器 (allocators) 、 迭代器(iterators)㆖ 頭,無處不在,無役不與,乃至於原有的 class-based iostream都被改寫為 template-based iostream。
上传时间: 2016-10-28
上传用户:rocwangdp
一个比较好的开源数据库读取库,用于C++ 主要可以如同使用stl一样使用这个库
上传时间: 2016-10-30
上传用户:VRMMO
经典迷宫算法,使用自定义栈来实现,也可使用stl,但需要修改代码
标签: 迷宫算法
上传时间: 2016-11-18
上传用户:x4587
There are several problems related to the properties of the triangular mesh representation that describes a surface of an object. Sometimes, the surface is represented just as a set of triangles without any other information and the STL file format, which is used for data exchanges, is a typicalexampl e of this situation.
标签: representation properties triangular the
上传时间: 2014-11-12
上传用户:colinal
C++实现的八数码问题,采用A*算法,利用STL提供的priority_q
标签: 数码
上传时间: 2014-01-13
上传用户:Late_Li
VC 源代码 -------------------------------------------------------------------------------- CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。 enum_display_modes_demo.zip enum_display_modes_src.zip 列出所有的显示模式并列表出来,通过单击列表来改变显示分辨率。 iconbutton_demo.zip iconbutton_src.zip 创建一个按钮,并在上面显示图标。 jpeglib_demo.zip jpeglib_src.zip 利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。 Mail_Report.zip 一个邮件报告程序。 SrcFirstProg.zip 解释了最基本的MFC程序流程。 tabcontrol_demo.zip tabcontrol_src.zip 自定义的标签控件对话框。 Undo_demo.zip undo_src.zip 在VC中实现Undo和Redo功能。
上传时间: 2017-01-04
上传用户:zhliu007
标准模板类的简明入门手册,共25页简明扼要的阐述STL编程方法
上传时间: 2013-12-06
上传用户:daguda
一个跨平台的数据库操作库.可以在linux和windows下运行. DTL下层采用ODBC,上层把数据库封装成STL的容器风格。使用非常直观简介。 dtl由于进行了模板化的封装,在使用上类似于stl的模板类,非常容易上手,不过效率上比不过otl,但是易用性比otl强多了. 如果你的代码要跨平台运行,数据库操作部分建议采用该库进行设计.
上传时间: 2017-01-18
上传用户:yoleeson