资源列表
Variable_KD_Tree_Algorithms_for_Spatial_Pattern_Se
- 一篇介绍并行kd tree寻优和参数选取的文章,值得一看!-Introduced a parallel kd tree optimization and parameter selection of articles, worth a visit!
Arbol
- (Structura de datos) Algoritmo para implementar Arbol
BUS_BIN
- (estructura de datos) programa en C++ para ejemplificar bus binario
MENU
- (estructura de datos) programa en C++ para ejemplificar un menu
PILA-COL
- (estructura de datos) programa en C++ para ejemplificar pila y colas
TORRES
- (estructura de datos) programa en C++ para ejemplificar torres de hanoi
Astar
- A*算法实现的一个8数码问题,使用的算法是A*算法,比较简单。-A* A STAR
poly_multi
- 用单链表实现多项式乘法。创建一个PolyNode类,用来保存单项式的内容。单链表用来储存多项式,为方便以见,储存时以降幂排列,这样有利于操作。在程序中操作单链表都是用迭代器来实现的。 在输入单链表时也要以降幂排列输入,相乘过程中每两个单项式相乘,然后将相乘得到的单项式结果插入到乘积多项式的正确位置。-Single linked list to achieve polynomial multiplication. Create a PolyNode class to store the con
Joseph
- 约瑟夫环 约瑟夫问题的一种描述是:编号为1,2,3……的n个人按顺时针方向围坐成一圈,每人持有一个密码。一开始任选一个正整数作为报数上限m,从第一个人开始按顺时针方向自1开始报数,报到m停止报数。报m的人出列,将他的密码作为新的m值,从他顺时针方向的下一个人开始重新从1开始报数,如此下去,直到所有人全部出列。-Joseph Ring Joseph, a descr iption of the problem is: numbered 1,2,3 ... ... n-individual
reverse
- 将具有头结点的单链表的所有指针全部进行倒向。其中使用的额外空间为 O(1),时间代价为O(n),其中 n 为结点个数。-have the first node of the single list of all all for backward pointers. One of the additional space for the O (1), time costs for the O (n), where n is the number of nodes.
4
- 无向图功能实现,用邻接多重表存储该无向图,并使用动态存储结构。用一个单链表把所有顶点存储起来,在存储边的节点中给出该边的两个顶点的各自的下一条边的节点地址。-Undirected graph implementation of function, with the adjacent multi-table to store the graph, and using dynamic storage structures. With a single list of all vertices sto
primkruskal
- 数据结构中的经典算法,普利姆算法和kruskal算法,已经测试过的可以运行 。-Classical algorithm for data structure, algorithm and kruskal Pliem algorithm has been tested to run.