-
包括两个源,wavelet1d维多利亚是小波变换;wavelet2d。是..
包含两个源码,Wavelet1D是一维小波变换;Wavelet2D,是二维小波变换。可直观的显示小波算法的演示效果。-includes two source, Wavelet1D Victoria is a wavelet transform; Wavelet2D. is a two-dimensional wavelet transform. Visual display may wavelet algorithm demonstration effect.
- 2023-03-31 11:20:04下载
- 积分:1
-
机器人手臂运动
机器人手臂运动 加上对手指的控制,机器人个部分能360的旋转,能够自己控制移动方向,对旋转坐标做了解释
- 2023-05-19 12:55:03下载
- 积分:1
-
Scientific Computing in the conjugate gradient method symmetric positive definit...
科学计算中的共轭梯度法解对称正定线性方程组.-Scientific Computing in the conjugate gradient method symmetric positive definite solution of linear equations.
- 2023-06-27 07:40:04下载
- 积分:1
-
几种排序算法C++实现
几种排序算法C++实现-Several sorting algorithm C to achieve
- 2022-12-07 10:30:03下载
- 积分:1
-
数字陷波滤波器设计代码与原理文档
采用老外的滤波器的资料设计的数字陷波器,数字陷波设计的matlab代码以及数字陷波的原理,可以做到实时有效,已经在项目中验证过了。
- 2022-09-16 20:00:03下载
- 积分:1
-
l系统分形树
这是一个程序,用分形方法构建一个简单的树(生长王涛) 运行该程序,并双击鼠标在客户端领域,那么 简单的树将被显示在屏幕上。一个有趣的事情是,如果你 再次双击,用不同的appreance一个新的树将建成。
- 2022-04-24 20:22:15下载
- 积分:1
-
code adsadadsadsadsdadadsadsadsadsadadsasdasd
code adsadads adsdadads ads adadsasdasd-code adsadadsadsadsdadadsadsadsadsadadsasdasd
- 2023-07-16 07:00:03下载
- 积分:1
-
A relatively simple calculator, the basic completion of the real functions of ad...
一个比较简单的计算器,基本完成了实数的加减乘除的功能,还有取负号,开方,倒数,清除等功能.-A relatively simple calculator, the basic completion of the real functions of addition and subtraction, multiplication and division, as well as from a negative number, prescription, countdown, removing and other functions.
- 2023-05-08 21:50:03下载
- 积分:1
-
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------拟合多项式的项数(已知条件)
// double *b---拟合曲线的系数,按升次排列(已知条件)
// double *x---结点x轴数据(已知条件)
// double *y---结点y轴数据(已知条件)
// double *Yg--结点估计值,与*y相对应,个数为m(过程变量)
// int m------结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
- 2023-05-06 14:40:03下载
- 积分:1
-
Fortran求解矩阵线性方程组,有例子,可以直接运行
Fortran求解矩阵线性方程组,有例子,可以直接运行
/"P.S:本软件既可以计算线性方程组Ax=b,也可以计算矩阵方程AX=B")
Purpose : 消去法解矩阵方程
!
!-----------------------------------------------------
! In put data files :
! 1. fin.txt 输入方程系数
! 2.
! Output data files :
- 2023-03-15 08:45:04下载
- 积分:1