-
C++Bulider与Matlab的混合编程中的用C++Bulider来实现Matlab的技术文章
C++Bulider与Matlab的混合编程中的用C++Bulider来实现Matlab的技术文章-Bulider C and Matlab programming mixed with the C Bulider to achieve Ma tlab technical articles
- 2022-02-07 03:23:38下载
- 积分:1
-
mumford matlab code
mumford matlab code-mumford matlab code..............
- 2022-11-25 17:10:03下载
- 积分:1
-
I have a group here, a number of years of data are ranked by order of a certain...
我这儿有一组若干年份的数据,是按一定时间顺序排的,想用曲线拟合法得到2010年的人均国内生产总值,不知怎么用matlab,高手赐教!! !!可加分
年份 人均国内生产总值(元)
1996 27000
1997 30619
1998 33282
1999 33689
2000 41020
2001 43344
2002 46030
2003 53887
2004 59271
2005 64507
2006 70597
07.1季 20505
07.2季 19619
07.3季 19874
07.4季 19223
08.1季 19703-I have a group here, a number of years of data are ranked by order of a certain period of time, and want to use curve fitting to be in 2010 the per capita gross domestic product, I do not know how to use matlab, you let us know! ! ! ! ! ! Add points to the year the per capita GDP (Yuan) 1996 27000 1997 30619 1998 33282 1999 33689 2000 41020 2001 43344 2002 46030 2003 53887 2004 59271 2005 64507 2006 70597 07.1 quarter 19,619 07.3 quarter 20,505 07.2 quarter 19,223 08.1 quarter 19,874 07.4 quarter 19,703
- 2022-04-11 07:30:58下载
- 积分:1
-
基于MATLAB的改进型中值滤波源代码设计
针对传统Matlab中值滤波算法的不足之处,提出了一种新改进的Matlab中值滤波算法。该算法首先通过对图像按照一定的方法进行填充,然后根据窗口中像素值的分布按预先的设置来调整滤波窗口的大小。不仅可以有效去除噪声,而且能较好的保存图像细节,滤波性能要优于传统的中值滤波算法。
- 2022-11-12 11:35:04下载
- 积分:1
-
优化计算的新方法
可以直接进行数值计算
优化计算的新方法
可以直接进行数值计算- The optimized computation new method may directly carry on the
value to calculate
- 2022-03-09 22:14:28下载
- 积分:1
-
that the procedure was constructed using wavelet neural network function of the...
该程序是用小波函数构建神经网络的源程序。用以分析心电信号、脑电信号等等。-that the procedure was constructed using wavelet neural network function of the source. For the analysis of ECG, EEG, and so on.
- 2022-02-04 20:30:21下载
- 积分:1
-
常用、经典算法及讲解
常用、经典算法及讲解-commonly used, and on the classical algorithm
- 2023-03-03 21:25:03下载
- 积分:1
-
最常用的三次样条插值函数,采用VB编写,它既满足一般实际问题的要求,而建立过程相对又不太复杂。...
最常用的三次样条插值函数,采用VB编写,它既满足一般实际问题的要求,而建立过程相对又不太复杂。-The most commonly used cubic spline interpolation function, the use of VB to prepare, both to meet the general requirements of practical problems, but also the process of establishing a relatively less complex.
- 2022-02-01 10:53:20下载
- 积分:1
-
灰色关联分析及Matlab程序实现
灰色关联分析法的基本思想是根据各比较数列集构成的曲线族与参考数列构成的曲线之间的几何相似程度来确定比较数列集与参考数列之间的关联度,比较数列构成的曲线与参考数列构成的曲线的儿何形状越相似,其关联度越大。程序能够运行出正确的结果,希望对各位有帮助。
- 2022-05-25 08:56:53下载
- 积分:1
-
0/1背包java实现
import java.util.Scanner;
public class Packsack{
Scanner sc=new Scanner(System.in);
int n;//物品个数
int m;//背包最大容量
int w[];//存储每个物品的重量
int v[];//存储每个物品的价值
int Max[][];//行表示前i个物品,列表示容量j,该值为将前i个物品装入容量为j的最大价值
public Packsack(){
System.out.println("please input the number of goods");
n=sc.nextInt
- 2022-04-13 13:49:39下载
- 积分:1