资源列表
zheda2
- 本程序介绍了二维全息光子晶体,可一通过改变参数得到不同的二维全息光子晶体
newton_cpp
- 计算方法《牛顿差值》-calculation method, "Newton margin"
curvefittingcode
- 更具 聂翔 教授写的 最小二乘法 在曲线拟合中的实现,写成的code,编译通过。-curve fitting code, based on minimize the variances values.
Gauss
- 高斯算法,解多线性方程组。是关于解性线方程组方程,算法简单易懂。-This is a Guass program.Solve a counting problem.
finding
- 折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序。 -Binary search algorithm idea is to sequence by ordering (ascending or
zxech
- 最小二乘法求解方程组的近似解,需输入系数矩阵-Least-squares method for solving equations of the approximate solution must enter the coefficient matrix
Cpp1
- 稀疏矩阵,实现转置利用三元组顺序表存储稀疏矩阵,实现其转置-Sparse matrix transpose using triples to achieve the order table stores sparse matrices, to achieve its transpose
duipaixu
- 堆排序的C++实现代码,数据结构中十分重要的一种排序方法-Heap Sort C++ implementation code, the data structure is very important in a sorting method
hilbert
- The Hilbert transform is computed by convolving x with a windowed (approximate) version of the ideal Hilbert transformer.
ev
- Operators matrices c#- operator matrix c#
hdu1698
- ACM,杭电1698,屠夫的钩子,区间求和问题,经典的线段树问题-ACM, Hangzhou Xinhua 1698, butcher' s hook, interval summation problem, the classic problem of segment tree
mintree
- 最小生成树,函数,画图,需要再自己编个主函数-min tree
