资源列表
ha
- 多项式求和 链表的应用,哈工大第一次数据结构实验-Polynomial summation linked list application, HIT data structure first experiment
2_8
- 设n个不同的整数排好序后存于T[0:n-1]中。若存在一个下标I,0<I<n,使得t[I]=I,设计一个有效算法找到这个下标。要求算法在最坏情况下的计算时间为O(logn).-Let n different integer sequence after arranging deposit T [0 : n-1]. If there is a subscr ipt I, 0
tigaoti
- 这是一个数据结构源码程序,大家可以下载下来编译一下。-This is a data structure source programs, we build can be downloaded from this.
bucket_sort
- 用c++实现bucket sort(桶排序)-Using c++ achieve bucket sort algorithm
joeData
- DELPHI实现的基于指针的堆栈和队列。可以用于实现结构的堆栈和队列。-DELPHI realized pointer-based stack and queue. Can be used to achieve the structure of the stack and queue.
city
- This program can caculate the distance of two city
queen
- 八皇后问题算法 老师留得算法作业 完成了老师规定的要求-eight queens
conjugate_gradient_method
- 1. 程序运行时首先输入要求解第几题,然后输入初始点,即可得到最后结果。从程序运行结果中我们可以看到,采用共轭梯度法所得的结果比采用最速下降法所得的结果更为精确,这是由于:共轭梯度法实质上是对最速下降法的修正,使搜索方向变为共轭方向,即每一步的搜索方向都要对该步的负梯度进行修正。-1. Program run-time solution of the first type the first few questions asked, and then enter the initial poin
CFUNCTION0
- C语言实现函数算法 这是这些函数以字母O实现的算法-C language implementation function algorithm
3~3
- 判断一个链表是否中心对称,该链表是存数字的,在屏幕上显示用户输入的链表,并说明是否中心对称,该程序是数据结构中的范例-Centrosymmetric determine whether a linked list, the list is kept digital, displayed on the screen the user to enter the list, and whether centrosymmetric, the program is an example of data s
sort_list
- 链表的归并排序,还是不错的,适合新手,不过可能会有不合理的地方-List of merge sort, or a good, suitable for novice, but there may be unreasonable
VariousSortingAlgorithm
- 使用C++实现的各种排序算法,选择排序,堆排序,冒泡排序-The use of C++ realize the sorting algorithm, selection sort, heap sort, bubble sort and so on
