搜索资源列表
stl_sample
- 简单的stl例子。共有19个文件。针对初学者-simple example. A total of 19 documents. Against beginners
testlinklists
- 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
STLsource(JJhou).rar
- 侯捷<STL源码分析>,简体中文完整版,带书签,Hou Jie <STL源码分析> , A complete simple Chinese version, with bookmarks
stl
- 一步 学STL标准模板库,从简单做起。-Step learning STL Standard Template Library, from simple start.
code_nunber
- 这是关于几个数相加的一个简单例子,对初学者很有用-This is the number of add on a few examples of a simple, very useful for beginners
STL
- 这是关于STL的教程,讲的简单易懂简单,希望对您有帮助-This is a tutorial on the STL, speaking of easy to understand simple hope that you have to help! ! ! !
list2
- 是STL中双向循环链表list的经典应用,面向对象的标准C++语法解决了josephus圈的问题,适合学习数据结构中stl中list的应用,需要面向对象的C++知识。-A concise aplication of "list" in STL, simple but powful.
Addison.Wesley.Designing.Components.with.the.C++.
- Aims of this book The book has two aims. As a technical reference, the reference document mentioned earlier is hardly suited to explain the concepts of the STL. Therefore, the first aim is to present how the STL can be used in a sensible way. I
DesignPattern
- 正在重构几个大项目,自己也正在编写设计模式库。 覆盖20几种采用模式; 而本人是本着好用,简洁至上的原则。编写了一套易用,易懂的模式库。 该模式库会用到LOKI部分对象(和BOOST 用到STL 对象基本类似)。请注意下载LOKI。 代码完全原创,免费提供大家下载,学习,研究和使用, 参考文献:《设计模式》《C++设计新思维》《模式分析》《代码重构》 程序中所使用的英文注释,来自《设计模式》一书。 编写语言: C-Several large p
dfas
- set容器,STL中简单的容器,操作很简单-set container, STL containers in a simple, operation is very simple
f_GetFirstLetter
- 自动生成拼音简码 1. 此方法基于汉字的国标汉字库区位编码的有效性,不符合此编码的系统此函数无效! // 2. 若汉字串含有非汉字字符,如图形符号或ASCII码,则这些非汉字字符将保持不变.-1 simple code automatically generated phonetic This method is based on Chinese national standard character encoding of the effectiveness of the bit re
CPPand-STL
- 主要是C++和模板。该材料所使用的是C语言,也许很多人会说C语言已经过时了,但是,我认为在数据结构的学习中,应该用尽量简单的语言,以免进入了语言的细枝末节中,反而冲淡了主题。- C++ and templates mainly are discussed. The material used in the C language, many people may say that the C language has become obsolete, but I think the data st
Stltools
- 这是一些简单的STL用户,但有用的代码。它定义了一些STL TCHAR相容元素 -This is some simple, but useful code for STL users. It defines some TCHAR compatible elements of STL
telephone-book
- Example of STL, that helps to create a simple phone book
mystl2
- STL的简单应用,读数,方程计算,显示读入的方程、计算结果-simple use of stl
1
- 使用STL写的一个非常简单的图书馆存入借出书系统,主要为了说明如何简单的使用STL-Use STL to write a very simple book lending library into the system, mainly to illustrate how simple using the STL
CSTL
- 本书通过大量的程序实例的分析,深入浅出的讲解了C++STL高级编程技术。-Book through the analysis of the large number of instances, explain in simple terms C, the STL advanced programming techniques.
cscen
- 一个场景管理器、自己写的 、用到了 STL的 MAP 、也很简单 很方便 、-A scene, write your own use STL MAP is also very simple and very convenient.
Simple-arithmetic-expressions
- 用STL实现简单运算表达式,其中包括加减乘除等,以输入等号为结束标志。-Simple arithmetic expressions, including addition, subtraction, etc., to enter an equal sign marks the end of the STL.
a-simple-phone-book
- map容器实现一个简单的电话本,可以实现输入,查找以及删除的功能。-map container implements a simple phone book, you can achieve input, search and delete functions.
