-
利用MacCormack两部差分格式求解一维激波管问题fortran程序
此为利用MacCormack两部差分格式求解一维Riemann问题fortran程序。一维Riemann问题实际上就是激波管问题(SOD问题)。激波管是一根两端封闭、内部充满气体的直管。在直管中由一薄膜将激波管隔开,在薄膜两侧充有均匀理想气体(可以是同一种气体,也可以是不同种气体),薄膜两侧气体的压力、密度不同。当时间t
- 2022-03-03 13:50:32下载
- 积分:1
-
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
%...
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法- [Nearest_neighbours] = find_nearest_neighbours (database, desc, max_dist) Find the indices of the nearest neighbours of the given desriptors in the neighbor-point search algorithm, the nonlinear time series of very useful, is a commonly used algorithm
- 2022-05-24 09:30:26下载
- 积分:1
-
SSIM c++源代码
采用opencv进行图片读取和处理,c++实现SSIM算法,评估图片质量,工程在VC6.0开发平台实现,工程中包含opencv所需的头文件和库文件。SSIM算法是最经典的图像质量评价算法,c++源代码可以帮助学习,以供参考。
- 2022-01-21 05:20:37下载
- 积分:1
-
2400 bps MELP语音编解码器浮点算法.zip
2400 bps MELP语音编解码器浮点算法.zip
- 2023-05-25 09:40:02下载
- 积分:1
-
使用矩形点得到单应矩阵
应用背景在世界坐标系中已知的矩形点,在摄像机图像中出现,得到了变换和逆变换。视觉工作室2010。m_homography相化学图谱学;的…m_homography。设定值(m_ptregion,350,600);…图片上的双= 100;双五= 200,/ /或点对图像双×,,,和,/ / / /,世界坐标;m_homography。cam2world(U,V,X,Y);…双U1,V1;m_homography。world2cam(x,y,U1,V1);关键技术四点在世界坐标如下:(0,0),(一,0),(A,B),(0,B)四点在摄像机坐标如下:(u0,v0),(U1,V1),(U2,V2),(U3,V3)然后,得到的变换矩阵是简单的。W = HX,W =(U,V,1)T,X =(x,y,1)Tx = w-1w ; ; ; ; H1 H2 H3; ;H = ;H4 H5 ; ;H6 ; ; ; ;H7 H8 ; ;H9h2y + H3 = H1X + U(h7x + h8y + H9)h4x + h5y + H6 = V(h7x + h8y + H9)
- 2022-04-22 23:17:10下载
- 积分:1
-
用于解决tsp问题的模拟退火算法Java源码
源码中实现了模拟退火算法的四种操作算子,分别为插入、互换、逆转以及混合来产生新的领域结构,采取了概率优先,最邻近贪婪策略,并可适用于对称和非对称tsp问题,代码质量高,此源码内容详细,能为研究模拟退火算法提供有效的参考
- 2023-09-04 14:45:03下载
- 积分:1
-
对串的赋值算法实现
对串的赋值算法实现-right string assignment algorithm
- 2022-07-27 10:36:46下载
- 积分:1
-
中值滤波算法,利用intel的mmx技术,速度比普通快上几十倍
中值滤波算法,利用intel的mmx技术,速度比普通快上几十倍-median filter, using the MMX technique from Intel, the speed is quite promising when compared to normal one
- 2022-06-27 10:50:46下载
- 积分:1
-
C#实现中值平均数滤波算法
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
///
/// 中位平均值滤波算法
///
public class DLMidPerFilter
{
private MHBetterList mOrignList = new MHBetterList(); //原始数组
private MHBetterList mFilterList = new MHBetterList(); //过滤数组
private float mCurrentValue; //记录当前值
private int mResetNum = 0; //均值重置个数
public bool mIfReset = false; //判断是否开始均值重置
///
/// 过滤算法
///
/// 新输入的值
///
- 2023-05-07 23:20:03下载
- 积分:1
-
基于DTW的语音识别算法源码和文档
这是一个基于DTW的语音识别算法的C语言代码实现,有特征提取,声波分析等
- 2023-01-27 06:50:03下载
- 积分:1