Location:
Search - 标准模板库
Search list
Description: 标准模板库STL介绍
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 666 KB
-STL standard template library books on language : English books categories : program design license : free software books Size : 666 KB
Platform: |
Size: 510873 |
Author: 路宜山 |
Hits:
Description: 用标准模板库STL实现文件比较.
本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。
要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。
本文用提问,设计和解决方案引导阅读。希望你能喜欢。
-Standard Template Library STL files comparison. This paper discusses how to use the standard template library (STL), the class template and the template function, as well as other programming techniques to solve practical problems. This involves a collection contains STL and vector function template, template type, constant testing, error handling and use of the STL file I / O. To read the paper, you should be familiar with C, familiar with the class template and template functions. This pooling a large amount of information to guide you gradually reading. This paper questions, and solutions designed to guide readers. I hope you will like.
Platform: |
Size: 5082 |
Author: 海贵 |
Hits:
Description: STLport(C++标准模板库源代码),在学C++的必备,吐血推荐!-STLport (C standard template library source code), C students the essential, recommended to vomit blood!
Platform: |
Size: 1255657 |
Author: 游龙 |
Hits:
Description: 数据结构 C++语言描述--应用标准模板库(STL)(第2版)书中代码。
Platform: |
Size: 3531908 |
Author: ronezlee |
Hits:
Description: 讲解c++标准模板库与设计模式
Platform: |
Size: 13435743 |
Author: lvxiaosu22@163.com |
Hits:
Description: C++_标准模板库(STL)PDF版本
Platform: |
Size: 366226 |
Author: candy222 |
Hits:
Description: C++标准模板库-C standard template library
Platform: |
Size: 10240 |
Author: tttt |
Hits:
Description: 这是STL(标准模板库)学习的经典书籍,书中大量详细的剖析了STL的源码,相信认真读过这本书的读者用STL进行编程的能力会有很大提高-STL (Standard Template Library) learning the classic books, book a lot of detailed analysis of the source of STL, I believe carefully read this book readers with STL programming capacity will be greatly improved
Platform: |
Size: 6269952 |
Author: 风度 |
Hits:
Description: 一些数据结构的c++实现的源代码,包括一些标准模板库的实现,还有一些高级话题.
-some of the data structure to achieve c source code, including some standard template for the realization of some advanced topics.
Platform: |
Size: 11598848 |
Author: 樊华 |
Hits:
Description: OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (reprocessing spent)
Platform: |
Size: 873472 |
Author: 小智 |
Hits:
Description: 标准模板库STL介绍
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 666 KB
-STL standard template library books on language : English books categories : program design license : free software books Size : 666 KB
Platform: |
Size: 510976 |
Author: |
Hits:
Description: 用标准模板库STL实现文件比较.
本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。
要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。
本文用提问,设计和解决方案引导阅读。希望你能喜欢。
-Standard Template Library STL files comparison. This paper discusses how to use the standard template library (STL), the class template and the template function, as well as other programming techniques to solve practical problems. This involves a collection contains STL and vector function template, template type, constant testing, error handling and use of the STL file I/O. To read the paper, you should be familiar with C, familiar with the class template and template functions. This pooling a large amount of information to guide you gradually reading. This paper questions, and solutions designed to guide readers. I hope you will like.
Platform: |
Size: 83968 |
Author: 海贵 |
Hits:
Description: 针对C程序的特点,给出将之移植到VC集成环境下的技术,对一个常用程序集实施了大规模的改写,并提供了C++数组和矩阵模板类,对C程序进行面向对象的封装。
CH1.H-CH15.H改写自徐士良《C常用算法程序集[M]》清华大学出版社(1996.11),第1到第15章,即数值计算部分的所有内容。
AM.H 数组、矩阵类的最初实现
CAM.H 双精度型数组、矩阵类
TAM.H 数组、矩阵模板类
Matrix.h 双精度型矩阵类,数组类请用标准模板库的valarray类
TMatrix.h 矩阵模板类,数组类请用标准模板库的valarray类
这两者配合slice技术使用,可以得到极大的灵活性,标准模板库对效率也是做过优化的。
C++用作数值计算的解决方案包括Matlab数学库的调用,用Matlab、OpenGL实现数-against C program features is to be transplanted to VC integrated technical environment, a procedure commonly used to collect a large-scale rewriting, and to provide an array of C and matrix template category, the C Programming Object-Oriented Packaging. CH1.H- CH15.H rewritten since XU Shi-liang "C algorithms commonly used procedures set [M]" Qinghua University Press (1 996.11), to a Chapter 15, that is part of the numerical calculation of all content. AM.H array matrices CAM.H the first to achieve double-precision array matrices TAM.H array matrix template category Matrix.h double-precision matrix category, array category please use standard template library valarray category TMatrix.h matrix template category, array category please use standard templates for the two categorie
Platform: |
Size: 69632 |
Author: 苗嘉 |
Hits:
Description: STLport(C++标准模板库源代码),在学C++的必备,吐血推荐!-STLport (C standard template library source code), C students the essential, recommended to vomit blood!
Platform: |
Size: 1255424 |
Author: 游龙 |
Hits:
Description: C++标准模板库的详细说明 是学习和使用标准C++的毕不可少的资料-C standard template for the detailed descriptions of learning and the use of standard C Albert essential information
Platform: |
Size: 549888 |
Author: 张海 |
Hits:
Description: 标准模板库自修教程与参考手册 STL进行C++编程.我的代码发完了,发一本书吧,挺好用的。-standard template library self-study guide and reference manual for STL C programming. I made the code is finished, made a Shuba, very good use.
Platform: |
Size: 742400 |
Author: xielingwang |
Hits:
Description: 泛型编程与STL 完全版 侯捷译 ,非常好的一本介绍泛型编程及标准模板库的书籍。-Generic Programming and STL fully translated version of Hou Jie, a very good introduction Generic Programming and Standard Template Library books.
Platform: |
Size: 7142400 |
Author: anqiongdy |
Hits:
Description: STL是基于C++的标准模板库,里面封装了很多常用的算法,函数模板,使用起来效率很高。本书是侯捷大师著作的,他花了大量的时间将STL的总体架构和源代码进行了剖析,相信对喜欢C++的朋友有很大帮助。-STL is based on the C++ The Standard Template Library, which package a lot of commonly used algorithms, function template, use high efficiency. This book is the master works of Hou Jie, he spent a great deal of time to STL s overall structure and the source code analyzed, I believe like C++ Friends are very helpful.
Platform: |
Size: 6269952 |
Author: 岑杰 |
Hits:
Description: STL是一些“容器”的集合,这些“容器”有list,vector,set,map等,STL也是算法和其他一些组件的集合。这里的“容器”和算法的集合指的是世界上很多聪明人很多年的杰作。STL的目的是标准化组件,这样就不用重新开发,可以使用现成的组件。STL现在是C++的一部分,因此不用安装额外的库文件。本书专门对STL库进行了详细的介绍。(STL is a collection of containers that have list, vector, set, map, and so forth, and STL is also a collection of algorithms and other components. Here the "containers" and the collection of algorithms refer to many of the world's most intelligent people of many years of masterpiece. The purpose of STL is to standardize components so that they do not need to be re developed, and ready to use components can be used. STL is now part of C++, so no additional library files need to be installed. This book specifically describes the STL library.)
Platform: |
Size: 367616 |
Author: 王寒桥
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
16
»