-
单头文件实现对称的特征值分解…
stand alone header file implementing eigen value decomposition for a symmetric matrix-stand alone header file implementing eigen value decomposition for a symmetric matrix
- 2022-05-16 18:42:55下载
- 积分:1
-
求解声学问题的边界元源程序,可以为使用边界元法求解位势问题和弹性力学问题提供启发...
求解声学问题的边界元源程序,可以为使用边界元法求解位势问题和弹性力学问题提供启发-problem solving acoustic BEM source, for the use of the boundary element method and the potential problems of elasticity to provide inspiration
- 2022-07-08 23:35:26下载
- 积分:1
-
字符串匹配 KMP算法
包含main()函数,KMP()以及GetNext()函数。VS2010编译通过。
- 2022-02-28 21:09:56下载
- 积分:1
-
逆波兰表达式求值
是自己写的逆波兰表达式求值问题 通过栈和数组来存储数据完美实现了计算过程..
- 2023-07-09 11:00:03下载
- 积分:1
-
用Csharp语言实现KMP查找匹配算法测试正确算法很快
用Csharp语言实现KMP查找匹配算法测试正确算法很快-Csharp language by KMP matching algorithm to find the correct algorithm to test soon
- 2022-02-02 16:29:45下载
- 积分:1
-
非线性方程不能消除和分解方法求解,…
非线性方程组不能用消去和分解法进行求解,jacabi迭代和高斯迭代是最常用的两种迭代方法-Nonlinear equations can not be eliminated and the decomposition method to solve, jacabi iteration and Gauss iteration is the most commonly used two types of iterative methods
- 2022-01-26 07:01:24下载
- 积分:1
-
蓝牙NRF51822程序
蓝牙NRF51822程序,包括搜索蓝牙,配对,数据发送,所有程序注释详细,适合刚接触蓝牙开发的朋友使用,稍作更改即可移植到自己的
项目开发。
- 2022-02-03 13:52:59下载
- 积分: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
-
STM8函数库中文参考
STM8函数库中文参考
- 2023-02-26 15:45:04下载
- 积分:1
-
求1000以内的水仙花数
求1000以内的水仙花数- Strives for 1,000 within the narcissus flower several
- 2022-02-01 23:31:43下载
- 积分:1