压缩吧中包含现代设计中函数单峰区间的求解代码,黄金分割法的代码和二次插值的代码,比较全面。
1
MATLAB程序,基于MATLAB的自适应差分阈值法检测心电信号的QRS波
2019-12-21 21:44:04 1.54MB 差分阈值法 MATLAB
1
MATLAB程序分享三次样条插值法求信号的包络线源程序-MATLAB三次样条插值法 求信号的包络线源程序代码.rar
2019-12-21 21:40:33 2KB matlab
1
public static void main(String args[]){ boolean flag1 = true; while(flag1){ Scanner as = new Scanner(System.in); System.out.println("-----------------------------------------------------"); System.out.println("-------------------插值法求解近似值-------------------"); System.out.println("-------------------请选择插值方法---------------------"); System.out.println("--------------------1、拉格朗日-----------------------"); System.out.println("--------------------2、牛顿插值-----------------------"); System.out.println("--------------------退出请按0-------------------------"); System.out.println("-----------------------------------------------------"); flag=as.nextInt(); if(flag == 0) { flag1=false; System.out.println("您已退出程序!欢迎下次使用。"); } if(flag == 1){ int n = 1; float x = 0; System.out.println("请输入n:");
1
数值分析中牛顿插值与拉格朗日插值法的代码
2019-12-21 21:21:36 111KB 牛顿插值 拉格朗日插值 matlab
1
matlab基于遗传算法的最大熵值法的双阈值图像分割图像处理
2019-12-21 21:21:16 5KB 遗传算法
1
研究生数值计算实习大作业,作业文档,内有代码,可编译运行
1
C#语言、VS2005,包括Hough变换、阈值法、特征空间聚类法、松弛迭代法
2019-12-21 21:15:16 267KB C# VS2005
1
针对交叉熵阈值法的时间复杂性过大的不足,提出了基于目标函数最优化原理的交叉熵分割准则的快速迭代算法。大量的实验结果表明,提出的快速迭代算法是有效的。 【英文摘要】 Considering that thresholding method based on mutual entropy has shortage of bigger time complexity,this paper puts forward the rapid iterating algorithm of segmentation criterion based on the principle of objective function optimization.Large numbers of experimenual results show that the rapid iterating algorithm proposed in this paper is feasible.
2019-12-21 21:11:43 571KB 图像分割; 阈值法; 交叉熵; 迭代算法;
1
黄金分割法和二次插值法c语言程序 可执行无bug 黄金分割法和二次插值法c语言程序 可执行无bug
2019-12-21 21:08:17 11KB 黄金分割法 二次插值法 c语言程序
1