搜索资源列表
testlinklists
- 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
StandardTempleteLibrary
- C.STL中文版。翻译了由四位对C++STL的实现有卓越贡献的大师撰写的,通过背景知识、功能描述、头文件代码、测试程序和习题,讲述了STL的13个头文件及迭代器算法和容器。-C. STL Chinese version. Translated from the four pairs of C++ STL outstanding contribution to the realization there is a master of writing, through background know
C.STL
- 本书对C++STL 进行了全面而深入的阐述,STL是惠普实验室开发,全书分16章,其中13章通过背景知识,功能描述,头文件代码,测试程序和习题-The book of C++ STL conducted a comprehensive and in-depth exposition, STL is a Hewlett-Packard developed in the laboratory, the whole book at Chapter 16, Chapter 13 of them thro
er
- 数据结构C++语言描述--应用标准模板库(STL)(第2版)-Data structure C++ Language Descr iption- Application Standard Template Library (STL) (2nd edition)
STL
- 这是关于VC++中的STL容器的资料,包括了STL容器各个类之间关系以及类的说明-This is on VC++ Of STL containers, including the STL containers, as well as the relationship between various types of categories of descr iption
STL_Brief
- STL (标准模版库,Standard Template Library)简要说明-a brief descr iption of STL (Standard Template Library, Standard Template Library)
chat
- Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which means that the strength of a chatterbot could be directly
STLsort
- 对STL的排序有详细的说明,是STL初学者良好的学习材料-STL sort of detailed descr iption, is a good learning material for beginners STL
ssd7exercise4
- 1使用到了stl sorting 2stl find 3实现所有声明的函数。 关键方法是: virtual Listing sort(string field) 根据选择"email," "start," "close," and "quantity."来对list中的advertisements进行排序。 virtual Listing filter(string keyword) 筛选出whose name or descr iption contains
zevent.1.2.1.tar
- stl c++,c++stl的源代码文件,有每一个文件的说明以及源码可以看下。很不错的学习源码,-stl c++, c++ stl source code file, there is a descr iption of each file source may have a look. Very good learning source, ha ha
STL_Packs
- 包括标准模板库介绍,STL深度剖析,泛型编程与STL,深入学习STL的好资料-Including the Standard Template Library descr iption, STL depth analysis, generic programming and STL, STL-depth study of good information
STL
- 关于STL的详细介绍,以及使用例子,都是经过测试可以用的。-A detailed descr iption about the STL, and the use of examples, are tested and can be used.
STL
- C++的STL介绍以及源代码,是学习C++的STL的好资料-C++, STL descr iption and source code, is to learn C++, STL good information
STL_map
- STL中map用法详解 STL中map用法详解-Detailed map uses the STL STL STL Detailed descr iption of the map Detailed map usage
CPP_stl
- C++入门,有C++关于STL模板的详细介绍,和使用方法并且能让你对STL有更进一步的了解-Introduction to C++, a C++ STL template for a detailed descr iption, and use
STLaCPP-standard-library
- 详细讲述STL的教程,希望对了解STL的人员有所帮助。另外还有C++的标准库函数。-the detailed descr iption of STL and c++ standard library!
cshiyan2012
- 基于EDA软件平台上,用硬件描述语言verilog设计完成分频器、计数器、串行移位输出器、伪码发生器、QPSK I/Q调制器、QPSK I/Q解调器,基于选项法中频调制器,再将各个模块综合起来组成一个完整系统;并用quartusII软件对其进行仿真验证。-EDA software platform based on the hardware descr iption language verilog design complete shift of the frequency divider,
libsvm_src
- libsvm,支持向量机,分类,C语言,描述清晰-libsvm, support vector machines, classification, C language, clear descr iption
c
- Descr iption: 1- Template for STL maps/multimaps 2- This routine shows how to use next/prev permutation with STL 3- Template for using C++ STL priority queues