资源列表
2D-fdtd
- 2维的fdtd计算源程序,边界条件为pml
QR_Householder
- 用householder变换求QR分解,需要自己编写矩阵输入的部分(有示例矩阵)
ALL_LCS
- 找出所有符合条件的的最长公共子序列,应用C++编写-To identify all eligible longest common subsequence, application C++ to prepare
template
- 单链表类及其实现设计单链表类, 实现构造、析构、插入、删除等基本的成员函数,并添加将单链表逆置、搜索值为x的成员函数-Design and realization of single-class single-linked list class that implements constructed, destructors, insert, delete, member of the basic functions, and add to the list against a single
6-48
- 构造任意k元(k≥2)Huffman树算法,k元哈夫曼树的构造与2元哈夫曼树的构造相同,差别只在于k元哈夫曼树需考虑虚设的0的个数。-Construct an arbitrary k-ary (k ≥ 2) Huffman tree algorithm, k element of the Huffman tree structure with two yuan the same Huffman tree structure, the difference lies in k-ary Huffma
c
- 计算三次样条插值函数,运用c语言进行求解 -Calculate the cubic spline interpolation function
jiandanxuanze
- 简单选择排序算法是数据结构中关于排序的重要算法,本程序是简单选择排序算法的源代码。-Simply select the sorting algorithm is the sort algorithm, data structures, this program is the source code of a simple selection sort algorithm.
bellman-ford2
- 用bellman ford算法求最短路径,并且输出最短路径的节点,输入有语言提示-Bellman ford algorithm for the shortest path and the output node of the shortest path, enter the language prompts
huanxingduilie
- 环形队列,font队头,rear队尾,font=rear为队满条件-Circular queue font team head, rear end of the queue, font = rear for the team full conditions
fit_mix_gaussian
- 实现了混合高斯分布模型的参数估计,及其分布图的描绘-Achieve a Gaussian mixture distribution model parameter estimation, and distribution maps depicting
257
- 几个比较好的初级算法,初学者可以看一下思想,对算法入门-A few good elementary algorithms, beginners can look at thinking on algorithms entry
01static_Search
- 数据结构的查找算法当中关于静态查找的C语言代码,非常实用。-Among the data structure on the static lookup search algorithm in C language code, very useful.