搜索资源列表
Merge
- 一种新的合并算法,用c++实现的,STL比较好的方法,希望对大家有用,
testlinklists
- 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
floatMec
- 极大熵聚类算法的C++实现,输入为二维矩阵,修改宏定义可实现多维-Maximum Entropy Clustering Algorithm C++ implementation, the input for the two-dimensional matrix, can be modified to achieve multi-dimensional macro definition
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
Algorithm
- 一个全排列算法的实现,利用了C++模板技术以及STL 中的 Vector-A full array of implementation algorithms, using the C++ template technology and STL in the Vector
c_list
- C语言下开发的双链表算法,模拟C++中STL接口说明,可以在嵌入式C语言中直接使用。-double list using C language.
ssd7exercise3
- 1实现stl容器; 2实现说给声明的函数 3使用递归方法 相对于实验2,新增了2个类Class Category。Class Categories; 关键算法: virtual void findOfferings (Listing::iterator start, Listing::iterator finish, Listing &matches) void findOfferingsRecursive (Listing::iterator start, Listi
stl
- 用于计算矩阵方程的超松弛迭代算法C++程序,-Matrix equation used to calculate the over-relaxation iteration algorithm C++ program
CPP_STL
- 本书对C++ STL进行了全面而深入的阐述。 STL(标准模板库)是在惠普实验室中开发的,已纳入ANSI/ISO C++标准。其中的代码采用模板类及模板函数的方式,可以极大地提高编程效率。本书由P.J. Plauger等四位对C++ STL的实现有着卓越贡献的大师撰写,详细讨论了C++ STL的各个部分。 全书分为16章,其中的13章通过背景知识、功能描述、头文件代码、测试程序和习题,分别讲述了C++ STL中的13个头文件,其他章节介绍了STL中广泛涉及的三个主题--迭代器、算法和容器
JosephSTL
- [转发]约瑟夫环问题的一种C语言的算法,STL链表解法。-[Forwarded] Josephus a C language algorithms, STL linked list solution.
DijkstraImp
- 在C#开发环境中实现了Dijkstra算法-C# implementation of Dijkstra
cPPSTL
- 这个文件里面是c++中 STL的一些相关资料,包括算法、容器、迭代器的介绍等-Ihis is a reference book of c++ STL
CPPStandard-Library
- C++标准库,对于学习C++算法具有很大帮助,可以加深对C++的理解-C++ standard library, learning C++ algorithm has great help, you can deepen the understanding of C++
d
- C++实现D算法F算法求最短路径具体程序-C++ realize F D algorithm for the shortest path algorithm specific procedures
PageRank
- PageRank算法实现。使用C++、STL编程实现-PageRank Codes
688796823C
- stl的一些算法 ,可以参考参考参考,代码可以通过(Some of the algorithms for STL can be referred to as reference, and the code can be passed through)