-
提升格式的源代码,采用标准拆分,预测和…
小波提升格式的源代码,采用了标准的分裂、预测和更新三步,比经典小波算法速度提高一倍!-Lifting format of the source code, adoption of the standard split, forecasts and updates of steps, the classic wavelet algorithm than double the speed!
- 2023-06-04 04:50:03下载
- 积分:1
-
asynchronous motor braking characteristics of the simulation program
异步电动机制动特性的仿真程序-asynchronous motor braking characteristics of the simulation program
- 2022-04-02 10:44:29下载
- 积分:1
-
无线传感器质心定位matlab 仿真
实现算法可能的方法:
1. 未知节点利用邻居锚节点进行定位,没有邻居锚节点的未知节点无法定位。
2. 未知节点一旦被定位,就充当锚节点。这时没有邻居锚节点的未知节点在等到自己的邻居未知节点定位之后就可以进行定位。
3. 有邻居锚节点的未知节点只利用邻居锚节点进行定位,没有邻居锚节点的未知节点才利用已经定位了的邻居未知节点进行定位。
Centroid.m采用的第一种方法;
Centroid_second.m采用的第二种方法;
Centroid_third.m采用的第三种方法;
- 2022-01-21 17:57:46下载
- 积分:1
-
kmeans聚类算法java实现
应用背景package Kmeans;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.ArrayList;
public class KMeans {
private static String fileName = "E:java练习Arithmeticjulei1.txt"; // 文件地址
private static int numTotal; // 聚类总数
private static int K; // 聚类的簇数关键技术典型的聚类算法,应用广发,学习简单,java技术的使用
- 2022-02-01 21:05:33下载
- 积分:1
-
包含多种算法的微分方程求解程序 如Adams,龙格贝塔等方法
包含多种算法的微分方程求解程序 如Adams,龙格贝塔等方法-Contains a variety of algorithms for solving differential equations of programs such as Adams, Long Ge Beita and other methods
- 2023-06-17 04:05:04下载
- 积分:1
-
近似PI使用蒙特卡罗方法
;近似PI使用蒙特卡罗方法。的例子是基于一个均匀分布的假设。
- 2023-06-12 03:15:03下载
- 积分:1
-
defequ is used solution of partial differential equations solver. Autonomy defin...
defequ,是用来解偏微分方程的求解器。能够自主定义边界条件,并且可以得到图示的效果。-defequ is used solution of partial differential equations solver. Autonomy definition of boundary conditions, and can be Picture shows the effect.
- 2022-07-17 21:55:18下载
- 积分:1
-
一个大整数运算类,其中用了Windows下的汇编语言做了优化,在Visual C++ .NET下编译通过...
一个大整数运算类,其中用了Windows下的汇编语言做了优化,在Visual C++ .NET下编译通过-A large category of integer calculations, which used the Windows under optimized assembly language, in the Visual C++. NET compiler passed under
- 2022-01-30 13:28:22下载
- 积分:1
-
中文的C语言算法书c
中文的C语言算法书c-Chinese C-language algorithm book c
- 2022-02-13 04:40:51下载
- 积分:1
-
支持向量机的MATLAB工具箱
支持向量机的MATLAB工具箱-SVM MATLAB Toolbox
- 2023-06-06 22:25:03下载
- 积分:1