资源列表
Beginning-CPP
- 一本非常适合初学者入门的C++书籍,后续我还会上传关于数据结构的书籍,初学者可以徐循渐进的进行学习。-C++ book for beginner.
Data-Structure-and-Algorithm
- 继入门之后可以继续学习编程的数据结构,配合我之前上传的第一本书来学习。-Data Structure and Algorithm in C++
Algorithms-Unplugged
- 这是另一本算法书籍,可供学习完我上传的三本书的人继续学习。-Algorithms Unplugged
erchapaixushu
- 用MFC实现的数据结构的二叉排序树序程序,可以正常运行。-MFC implementation of the binary sort tree data structure sequence program can run properly.
Floyd
- Floyd算法介绍,说明了Floyd算法介绍的功能和使用条件。并且附带有代码-Floyd algorithm, the Floyd algorithm described features and conditions of use. And incidental code
dfp
- 关于DFP算法的全局收敛性,个人认为是一篇非常不错的文章- a paper for optimization
1013_digital_root
- 数字根算法,用最简单的代码计算数字根。如果把一个大数的各位数字相加得到一个和,再把这个和的各位数字相加又得一个和,再继续作数字和,直到最后的数字和是个位数为止,这最后的数称为最初那个数的“数字根”。-Digital root algorithm, with the most simple code to calculate the digital root. If you figure in a large numbers is the sum of a, then this and you f
Floyd1
- Floyd算法,Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法-Floyd algorithm, the Floyd algorithm, also known as Freud algorithm, interpolation point method is used to find a given weighted graph between vertices shortest path algorithm
8
- 快速排序(Quicksort)是对冒泡排序的一种改进,快速实现数据的排序,程序简单容易实现。-quick sort
dijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al
RBTree
- 红黑树源码并显示结点图像,他是数据结构中的有关树部分的一种算法,具有以下特点:每一结点被涂成黑色或红色,各个分支的黑高度相同,红结点的孩子结点为黑结点,且为平衡二叉树。-red and black tree ,it describes a certain data structure.
Three-classic-C-language-program
- 这是C语言编的三个经典程序的解读和感悟,非常实用,希望大家下载开看,很有用的。-This is the interpretation and comprehension of the three classic C language program, very useful, and hope that we download the open look, very useful.
