搜索资源列表
二次插值寻优程序文档
- The document to the quadratic interpolation algorithm program
erci
- 用delphi语言实现运筹学二次插值法程序-used language tacticians quadratic interpolation procedures
spline
- 问题:用三次样条插值法求节点的函数值。 算法描述: 1. 以 为参数变量的方法(三弯矩方程) 用二阶导数值 来计算S(x)。 首由有条件构造函数 的线性表达式,然后对 积分,在利用连续性得到三次样条函数S(x)在区间[ ]上的表达式 式中 是未知参数。 由第一类边界 ,导出关于 的三对角方程组 = 式中, k=1,2,…n-1 , 求出 后再代入S(x)得到函数值。
Acc1-2
- 基于数据采集中的二次曲线插值算法程序,内有详细的程序注释,适合于汇编语言和接口教学的范例-Based on data collected in the second curve interpolation algorithm process, there are detailed procedures for the Notes is suitable for teaching assembly language and interface example
erchafa
- 二次插值法,要用的自己下来看看吧,很好的优化程序 -Quadratic interpolation method, we should take a look at it from their own, a good optimizer
matlab-LTE-xindaoguji
- 实现LTE下行信道估计,有LS、LMMSE、SVD-MMSE和线性插值、二阶插值、三次样条插值等算法-LTE downlink channel estimation, LS, LMMSE, SVD-MMSE and linear interpolation, second order interpolation, cubic spline interpolation algorithm
sectionspline
- 用于二维平面的闭合曲线三次插值,通过给定的几个坐标点,完成闭合曲线的三次插值函数-Closed curve cubic interpolation for two-dimensional plane, through a given number of coordinate points, complete the closed curve cubic interpolation function
quadratic-interpolation-ID
- 二次插值法求一维优化问题最优解,适合FORTRAN和优化问题初学者学习参考-Quadratic interpolation optimal solution of one-dimensional optimization problem for FORTRAN and optimization beginners to learn
Homework0305
- 由以下方法求极值:(1)黄金分割法求极值 (2)使用平分法求极值(3)使用成功-失败法求极值(4)牛顿法求极值(5)使用三点二次插值法求极值(6)使用三次插值法求极值 -Extremum by the following methods: (1) golden section method for extreme (2) using bisection method for extreme (3) the use of success- failure method for extrem
paper-program
- 本程序用于求解混合元求解laplace特征值问题,其中包含了二次插值,对尺度等程序.- 本程序用于求解混合元求解laplace特征值问题,其中包含了二次插值,对尺度等程序. This procedure is used to solve the mixed element solution laplace eigenvalue
evacuation
- 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网-very goog
niudui-gongetidu-ercichazhi
- 优化设计:牛顿法、二次插值法、共轭梯度法,c程序-Optimal design: Newton method, two time interpolation method, conjugate gradient method, C program
弹性力学平面问题边界元法计算程序(姚振汉 边界元法 源代码)
- 此程序有线性、二次、三次插值的直线单元、圆弧单元,以及二次等参曲线单元,每个边界线段除等分外、还可等比划分,还有两端加密或中部加密的对称型等比划分等功能,可以根据问题的特性合理划分边界单元,建立最合理的边界元计算模型。程序中对于弱奇异积分通过变换求得解析积分,柯西主值积分用刚体位移法处理,同时对于非奇异积分采用了等精度高斯积分,因此计算精度优于一般的边界元程序,更优于有限元等其他数值方法。