-
用于计算G-P关联维;和一些相关参数。并能确定最佳的嵌入维数;不是很成熟;希望各位指正;...
用于计算G-P关联维;和一些相关参数。并能确定最佳的嵌入维数;不是很成熟;希望各位指正;-G-P used to calculate the correlation dimension and a number of relevant parameters. And to determine the optimal embedding dimension not very mature hope that correction
- 2022-03-25 07:55:18下载
- 积分:1
-
数值分析列主元高斯消去法
数值分析列主元高斯消去法-out numerical analysis of the main yuan Gaussian Elimination
- 2022-09-02 05:10:03下载
- 积分:1
-
模拟退火算法的MATLAB工具箱,matlab toolb最新版本…
matlab模拟退火算法工具箱,最新版本的matlab工具箱-simulated annealing algorithm matlab toolbox, the latest version of matlab toolbox
- 2023-04-05 18:35:04下载
- 积分:1
-
本程序能实现对学生成绩的管理,是一个成绩管理系统 。
本程序能实现对学生成绩的管理,是一个成绩管理系统 。-the procedures for the performance of their students achieve the management, is a performance management system.
- 2022-04-30 03:34:47下载
- 积分:1
-
HuffmanTree
定义HuffmanTree的数据结构(二叉树),实现输入一组数据后自动生成HuffmanTree。提供HuffmanTree的层次遍历算法。
- 2022-02-20 04:35:14下载
- 积分:1
-
C#实现求1000以内被7整除的数
求出1-1000之间的所有能被7整除的数,并计算和输出每5个的和,控制台应用程序。
- 2022-10-19 04:45:03下载
- 积分:1
-
线形拟合函数,也是一款很实用的数学计算软件
线形拟合函数,也是一款很实用的数学计算软件-linear fitting function, as well as one very practical mathematical calculation software
- 2022-02-06 06:22:37下载
- 积分:1
-
recognition of handwriting that implement with matlab and neutral network.
recognition of handwriting that implement with matlab and neutral network.
- 2022-02-14 19:37:36下载
- 积分:1
-
任意元素的矩阵操作,包括加、减、乘、求行列式、求逆
任意元素的矩阵操作,包括加、减、乘、求行列式、求逆-An arbitrary element matrix operations, including addition, subtraction, multiplication, seeking determinant, inverse
- 2022-04-28 11:12:40下载
- 积分: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