-
机器人RBF神经网络
资源描述单关节机器人控制的RBF神经网络的控制跟踪程序。
- 2022-06-28 00:14:22下载
- 积分:1
-
各种矩阵算法库。支持UpperTriangularMatrix,LowerTriangularMatrix, DiagonalMatrix, Symmetric...
各种矩阵算法库。支持UpperTriangularMatrix,LowerTriangularMatrix, DiagonalMatrix, SymmetricMatrix, BandMatrix,UpperBandMatrix, LowerBandMatrix, SymmetricBandMatrix, RowVector,ColumnVector。- Each kind of matrix algorithm storehouse. Supports
UpperTriangularMatrix, LowerTriangularMatrix, DiagonalMatrix,
SymmetricMatrix, BandMatrix, UpperBandMatrix, LowerBandMatrix,
SymmetricBandMatrix, RowVector, ColumnVector.
- 2022-06-03 03:03:27下载
- 积分:1
-
FFT algorithm for software implementation, there are ways to explain, as well as...
FFT算法的软件实现,有方法讲解,也有部分C++的源码。-FFT algorithm for software implementation, there are ways to explain, as well as some C++ The source.
- 2022-01-22 17:12:34下载
- 积分:1
-
此为基于图像配准的傅立叶变换源代码,已精心调试过,请放心使用....
此为基于图像配准的傅立叶变换源代码,已精心调试过,请放心使用.-This is the image registration based on the Fourier Transform source code, has been painstakingly debugging, please rest assured that use.
- 2022-03-14 16:33:33下载
- 积分:1
-
基于径向基函数的网格变形程序
基于径向基函数的网格变形程序,用于翼型结构化网格,容易拓展到三维。线性求解采用共轭梯度方法。
- 2023-08-11 09:05:05下载
- 积分:1
-
最长前缀匹配和最近邻规则的ip聚类算法
采用C++语言编写的一种新的IP聚类算法。算法结合最长前缀匹配和最近邻规则聚类算法的概念,运用逐步优化的层次聚类的思想,自动并有意义地进行基于数据集中地址属性的无监督聚类。
- 2022-03-24 05:43:54下载
- 积分:1
-
2的整数次幂FFT算法
FFT是离散傅立叶变换的快速算法,可以将一个信号变换到频域。本工程包含FFTCore.c文件,实现了FFT的蝶形同址运算,输入参数为double型的实部和虚部、logN、点数等,输出则为同址的FFT结果,分别存在double数组中,使用方便。
- 2022-07-07 08:30:28下载
- 积分:1
-
本程序是基于PIC24的Calculator程序,其实现Calculator多个功能,具体自己体会,这程序旨在让大家熟悉PIC24的编程问题....
本程序是基于PIC24的Calculator程序,其实现Calculator多个功能,具体自己体会,这程序旨在让大家熟悉PIC24的编程问题.-this program is based on the PIC24 Calculator procedures, Calculator achieve a number of its functions, its own specific experience, This procedure aims to let everyone familiar with the PIC24 programming problems.
- 2023-03-13 05:45:04下载
- 积分:1
-
Lifitime tracer.
*****************************************************
Example...
Lifitime tracer.
*** *** *** *** *** *** *** *** *****
Example:
#include
void foo()
{
TRACE_LIFETIME
usleep(100000)
}
void main()
{
foo()
}
*** *** *** *** *** *** *** *** ***
See lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC - function, whose lifetime we measured
AV TTL - mean (average) spent time of all functions calls
TTL - time spent on each function call
THREAD ID - thread that called a function.
*****************************************************
Description:
- was written for QT project
- multithreaded support (Loki::Singleton has multithreaded sync support)
****************************************************
Dependencies:
- QT
- Loki (A. Alexandrescu)
-Lifitime tracer.
****************************************************
- 2022-02-13 17:25:56下载
- 积分:1
-
蒙特卡罗算法MATLAB代码
蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码蒙特卡罗算法MATLAB代码
- 2022-09-30 18:40:03下载
- 积分:1