资源列表
spiral_dyn
- 基于结构优化的现代智能优化算法(遗传算法,蚁群算法,神经网络算法)-Modern intelligent optimization algorithm based on structural optimization (genetic algorithm, ant colony algorithm, neural network algorithm)
main
- it is code, my code for olympiad programming task
Lagrange
- 用拉格朗日插值法分配系统内存,程序实用 易懂-Lagrange interpolation method to allocate system memory, the program useful to understand
lsm
- 最小二乘法matlAB源码最小二乘实现多项式拟合,数值分析作业,给初学者作为参考-Achieve least-squares polynomial fitting matlAB source least squares, numerical analysis operations, as a reference for beginners
newton
- 牛顿法求解方程最优解,输入初值和迭代精度,得到最优解-Newton' s method for solving equations optimal solution, the initial and iterative input accuracy, the optimal solution
envi2tiff
- 将envi标准格式转换为tiff格式,IDL 编译文件-convert envi file into tiff file
Curve-fitting
- 悬索桥预拱度的曲线拟合应用,在已知桥梁固定点的位置时,根据已知几个点采用几种不同精度的方法对预拱度进行拟合。-The degree of suspension bridge arch curve fitting application, known in the position of the bridge protection, according to several points using several different known the accuracy of the metho
newton
- 牛顿插值算法,利用数组存储均差表,一步步迭代求得插值-Newton interpolation algorithm, the use of array stores are differential gauge, step by step, iterative get interpolation
newtonraphson.c
- Newton Raphson Method
MaxE
- 用最大熵谱分析法对比一般fft,给出算法及结果-Using the maximum entropy spectral analysis comparing general fft, given algorithm and the results
nonlinear-conjugate-gradient
- 在无约束最优化方法中,通过选择搜索方向 k d 而得到的方法主要有四种:最 速下降法,Newton法,共轭方向法,Quasi-Newton (拟牛顿法)。 -Study on the algorithm of several nonlinear conjugate gradient method and the analysis of global convergence
longest_no_drop_seq
- 动态规划算法实现的最长不下降序列,非常好的展现了动态规划算法的精髓-The realization of dynamic programming algorithm for the longest do not drop sequence, very good to show the essence of the dynamic programming algorithm