Welcome![Sign In][Sign Up]
Location:
Search - stl

Search list

[Other0306

Description: 该程序是使用STL实现的,适用于非常简单的LL(1)文法的程序实现。-that the procedure was used to achieve the STL, in a very simple LL (1) grammar program.
Platform: | Size: 2070 | Author: john | Hits:

[Develop ToolsEffectiveSTL

Description: 讲述STL编程,PDF格式,还不错...讲述STL编程,PDF格式,还不错... -about STL programming, in PDF format, quite good ... about STL programming, in PDF format, also good ...
Platform: | Size: 601433 | Author: 汪超 | Hits:

[Other resourceString_Set

Description: 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索-MFC-based platform and STL string type, can achieve a rapid search string
Platform: | Size: 23326 | Author: 吕怡 | Hits:

[Other resourcematirx_stl

Description: c++ stl 实现的矩阵程序-c stl procedures to achieve the matrix
Platform: | Size: 2538 | Author: 许磊 | Hits:

[Other resource一个基于XML的Log框架

Description: 实现对文件读写的操作。利用STL实现对有很好的移植性-realization of the document to read and write operation. The use of STL to achieve a very good transplantation
Platform: | Size: 44330 | Author: pig | Hits:

[Other resourcestlfilt

Description: STL\\stlfilt.zip
Platform: | Size: 431849 | Author: 晓波 | Hits:

[Other resourcesortedrange_algo_test

Description: stl 中的排序算法-the Sort Algorithm
Platform: | Size: 1571 | Author: 王磊 | Hits:

[File Operatesvini

Description: 使用STL对INI文件进行操作,时间匆忙没有加注释信息。跨平台,可以在Windows和Linux下使用。-use STL right INI file operation, no time to rush footnote information. Cross-platform, the Windows and Linux use.
Platform: | Size: 4291 | Author: 杨锴 | Hits:

[GUI Developstl3

Description: 我对 STL String 的一些经验,主要论述了String的一些特性。-I STL String some experience, mainly discusses the characteristics of the String.
Platform: | Size: 6495 | Author: tony | Hits:

[Other resourceTestMap

Description: 使用VC6.0 STL std::map的一个小例子。使用的键值是一个结构体,里面包含一个整型三维数组。-use VC6.0 STL std : : map of a small example. The pair is a body structure, which contains an integer 3D array.
Platform: | Size: 124382 | Author: 陈飞 | Hits:

[Other resourcecarray

Description: 一个自己定义的数组外包装,这是“使用者自定义stl容器“的一个好例子,在数组之外包装了一层常用的容器界面。-own definition of an array overpack, which is a "user-defined stl containers" of a good example In addition to the array of packaging containers used layer interface.
Platform: | Size: 6477 | Author: 刘刚 | Hits:

[Other resourceEfficientC++ProgrammingTechniques

Description: This book focuses on combining C++ s power and flexibility with high performance and scalability, resulting in the best of both worlds. Specific topics include temporary objects, memory management, templates, inheritance, virtual functions, inlining, referencecounting, STL, and much more-This book focuses on combining C's power and flexibility with high performance and scalabi - lity. resulting in the best of both worlds. Specific t opics include temporary objects, memory management, templates, inheritance, virtual functions, inlining. referencecounting, STL, and much more
Platform: | Size: 1021113 | Author: 徐华 | Hits:

[Other resourceSTLTutorialandReferenceGuide

Description: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.-Title: STL Tutorial and Reference Guide: C Programming with the Standard Template Library (2nd Edition) Author: David R. Musser/Gillmer J. Derge/Atul Saini/Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2,001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: Generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C software development it reflects changes made to STL for the final ANSI/ISO C language standard.
Platform: | Size: 3297585 | Author: zxg | Hits:

[Develop ToolssgiSTL

Description: sgi-STL的相关资料.有代码和帮助文件-sgi-STL relevant information. A code and help files
Platform: | Size: 3464585 | Author: ning | Hits:

[File OperateBest_Ini

Description: INI文件读写类,C++编写,使用stl。任意C++编译器均可使用,可在任意平台上编译。-INI file reading and writing categories, C, the use of stl. Arbitrary C compiler can use, it can be arbitrary platform compiler.
Platform: | Size: 10533 | Author: dcg | Hits:

[Other resourceCpp_Primer3rd_Edition

Description: 本书第二版和第三版之间的变化非常大其中最值得注意的是C++已经通过了国际标 准化这不但为语言增加了新的特性比如异常处理运行时刻类型识别RTTI 名字空 间内置布尔数据类型新的强制转换方式而且还大量修改并扩展了现有的特性比如模 板template 支持面向对象object-oriented 和基于对象object-based 程序设计所需 要的类class 机制嵌套类型以及重载函数的解析机制也许更重要的是一个覆盖面非 常广阔的库现在成了标准C++的一部分其中包括以前称为STL 标准模板库的内容新 的string 类型一组顺序和关联容器类型比如vector list map 和set 以及在这些类型 上进行操作的一组可扩展的泛型算法generic algorithm 都是这个新标准库的特性本书 不但包括了许多新的资料而且还阐述了怎样在C++中进行程序设计的新的思考方法简而 言之实际上不但C++已经被重新创造本书第三版也是如此-second edition of the book and a third between the big changes in the most noteworthy of which is C has adopted international standards of this language not only to an increase of new features such as exception handling run-time type of RTTI name recognition built-in Boolean space The new data type casting methods but also extensive modification and expansion of existing properties such as template template support object-oriented object-oriented and object-based object-based procedures Design of a kind which we need mechanisms nested class types and overloading functions analytic mechanism may be more important is a coverage a very broad library has now become a standard part of C including formerly known as STL standard template library's new content tring type sequence and a group l
Platform: | Size: 3994916 | Author: gong | Hits:

[OtherSTL_CODE

Description: C++ STL 标准模板库源码,对学习C++ STL非常有用-C STL standard template library source code, to learn very useful C STL
Platform: | Size: 453027 | Author: 岳亮 | Hits:

[Other resourceAVLTreeImpl

Description: AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!-AVL Tree implementation : I also included a test to compare the function AV L Tree performance with STL Set and Map. Compile mavltree.cpp the source and run it to see the res ult!
Platform: | Size: 7020 | Author: michael | Hits:

[OtherLAB_pro

Description: 有趣的小程序,是关于一些文字处理的,用到STL,也有一些巧妙的算法在里面。-interesting little procedures on some word processing, used in STL, there are also some clever algorithm inside.
Platform: | Size: 2226 | Author: jack | Hits:

[Other resourceVc_STL

Description: STL完整源码,实现STL文件的读写和三维体的重建及其分析-STL integrity of the source code, achieving literacy STL files and 3-D reconstruction and Analysis
Platform: | Size: 207335 | Author: zhengjun | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net