资源列表
Wavelet-packet-
- 小波包分解重构,说明很详细,望大家共同进步-Wavelet packet decomposition reconstruction, indicating very detailed, we hope common progress
sp_globalT
- conver the data to absolute value
kernel
- 用于实现支持向量机的核函数,常用的四种,多项式,线性,高斯-Used to implement SVM kernel function, four common
Warshall-Umanga
- Warshall Algorithm for transitive closure
Newmark
- newmark方法求解非线性振动duffing方程-newmark method for solving nonlinear vibration duffing equations
3
- Simpson复化积分方法和梯形复化积分方法求函数的定积分。-Simpson complex methods of integration and rehabilitation of the trapezoidal integration method for function of the definite integral.
lglr
- 拉格朗日插值法用C语言实现的程序,简单易懂,很好用-Lagrange interpolation method using C language program, easy to understand, easy to use
Untitled6
- 计算距平百分比 年分值 蒸发量 计算距平百分比 年分值 蒸发量 -In calculating anomaly percentage score evaporation
2
- 数值分析牛顿法解非线性方程的根,并且确定处置选取的收敛区间-newton method to solve non-liner equiation
Bisect
- 这是一个用java语言编写的,用二分法求解某个函数在某个指定区间上的根,方便实用。-This is a java language used by solving a dichotomy at a designated function on the root zone, convenient and practical.
romberg
- 在理解龙贝格算法的基础上,利用MATLAB软件使这种算法程序实现。并以解决一个求解积分题目为直接目的,检验程序的正确性与可行性,推广至同一类型求积公式的解决中。-Understand the basis of the Romberg algorithm, this algorithm program using MATLAB software. And solve the integral subject to solve a direct purpose, the correctness an
DIJKSTRA
- Dijkstra s algorithm.For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex.