-
关于数值计算的一些源代码,包括了从矩阵分解到解微分方程...
关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-on numerical calculation of the source code, including from the decomposition of the matrix solution Differential Equations
- 2022-01-31 02:17:26下载
- 积分: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
-
ACO-ant colony optimization
在计算机科学和运筹学中,蚁群优化算法(ACO)是一种求解计算问题的概率方法,可以归结为通过图来寻找好的路径。
- 2022-07-24 21:04:37下载
- 积分:1
-
含有多种ICA算法的eeglab工具箱
含有多种ICA算法的eeglab工具箱-containing multiple ICA algorithm eeglab Toolbox
- 2022-10-09 14:15:08下载
- 积分:1
-
萨马尔博士论文
识别算法基于几何变换的人。研究生学位。作者:萨马尔.Dmitrii。
- 2022-08-18 18:29:36下载
- 积分:1
-
数十个程序,结构分析,偏重岩土方面
数十个程序,结构分析,偏重岩土方面-dozens of procedures, structural analysis, emphasizing geotechnical aspects
- 2023-08-05 02:35:03下载
- 积分:1
-
实验目的:用Lingo软件求解线性线性规划问题。
实验内容:制定最佳连续投资方案
某部门在今后五年内考虑下列项目投资...
实验目的:用Lingo软件求解线性线性规划问题。
实验内容:制定最佳连续投资方案
某部门在今后五年内考虑下列项目投资
-Experimental Objective: Lingo software for solving linear linear programming problem.
Experiment content: develop the best program of continuous investment
A department in the next five years to consider the following investment
- 2022-07-15 11:10:05下载
- 积分:1
-
Demon RUF also an example. You enter a prime number, followed in the same direct
恶魔联阵也是一个例子。你输入一个素数,跟在下面生成的同一个目录中。Txt文件,其中有一个n*n的魔法矩阵
- 2022-10-31 00:10:02下载
- 积分:1
-
mainly for high
主要用于高层建筑的减振设计,根据线性振动理论,用matlab高级语言编写而成,由一个主程序和四个子程序组成-mainly for high-rise building design of the vibration, linear vibration theory, use the advanced language Matlab has been prepared by a main program and four subroutine composition
- 2022-12-26 11:50:03下载
- 积分:1
-
模拟和Optimitation JPEG
这个项目的目的是研究的最优化的可能性标准的JPEG编码,并通过添加动态JPEG扩展JPEG格式的功能编码器
- 2022-05-12 10:51:49下载
- 积分:1