资源列表
1
- ieee 题解,对于一道题目从头到尾的完全详细解答,可以从中获得很多收获-IEEE solution to a problem, a topic from start to finish detailed answers, you can gain a lot of harvest
Desktop
- 对于所给的数据进行了相关的拟合,调用函数进行从大范围到小范围的拟合。实现了高效率的拟合-For a given data fitting, call the function from a wide range of small-scale fitting. Efficient fitting
lbm
- lbm顶盖方腔流D2Q9模拟算法,适合新手入门-lbm the top cover cavity flow the D2Q9 simulation algorithm, suitable for beginners
suanfa
- 对用户输入的杂乱无序的数字序列按照由小到大的顺序排序。要求分别运用合并排序和快速排序完成该题目要求。-Disorderly sequence of numbers entered by the user according to the ascending order sort. Request to complete the requirements of the subject using merge sort and quick sort.
levinson_durbin
- 该程序利用matlab实现levinson_durbin算法-The program utilizes Matlab levinson_durbin algorithm
rkf45
- 龙格库塔算法程序,比起蛙跳法具有较高的精度-Runge-Kutta algorithm has higher precision than the leapfrog method
myDataTransfer
- 实现基本计算机十进制,二进制,八进制,十六进制,的进制转换-Basic computer decimal, binary, octal, hexadecimal, binary conversion
triple-diagonalization-method
- 用三次对角化得到矩阵本征值,算法较为复杂,但精度很高-Use triple diagonalization method to compute eigenvalues and eigenvectors of matrix
Newton-interpolation
- 用牛顿插值法对已有样点进行插值计算和曲线拟合-Use Newton Interpolation to compute and fit the curve
Lagrange-interpolation
- 用拉格朗日插值法进行插值计算和曲线拟合,得到更平滑曲线-Use Lagrange interpolation method to compute and fit the curve
Cubic-Spline-interpolation
- 用三次样条插值法对少量样点进行插值计算和曲线拟合-Use Cubic Spline interpolation method to compute and fit the curve.
K_means
- k均值算法实现聚类,利用数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则-k-means clustering algorithm, the use of the data points to the prototype of a distance as the objective function of optimization, the use of function extremum iteration adjustment rules
