-
多个常用的特殊函数的例子
多个常用的特殊函数的例子-One of the more common examples of the special function
- 2023-06-20 16:20:03下载
- 积分:1
-
这是用来验证卡号世界各地LUHN算法。
This the Luhn algorithm used to verify card numbers throughout the world.
-This is the Luhn algorithm used to verify card numbers throughout the world.
- 2022-12-16 15:10:03下载
- 积分:1
-
STM32 CRC32算法
应用背景运用在STM32 CRC32模块的PC端. 用以通过应用软件与STM32进行通讯时校验,以及对Flash区数据及代码的校验.满足IEC-65535对软件安全的需求关键技术与STM32 CRC32兼容的CRC算法,可扩展成任意位数的CRC算法.
- 2022-01-26 02:20:07下载
- 积分:1
-
用于计算CIE颜色空间的L,a,b值。
用于计算CIE颜色空间的L,a,b值。-used in the calculation of the CIE color space L, a, b value.
- 2022-10-26 19:50:02下载
- 积分:1
-
自动谱分析:可用于丢失/采样/子束光谱分析;矢量自动迭代,可用于建模,故障诊断;...
自动谱分析:可用于丢失/采样/子束光谱分析;矢量自动迭代,可用于建模,故障诊断;-The applications of this additional toolbox are:
- Automatic spectral analysis for Irregular sampling/Missing data, analysis of spectral subbands,
- Vector Autoregressive modeling and Detection [uses ARMASA]
- Reduced statistics ARMAsel: A compact yet accurate ARMA model is obtained based on a given power spectrum. Can be used for generation of colored noise with a prescribed spectrum.
- ARfil algorithm: The analysis of missing data/irregularly sampled signals
- Subband analysis: Accurate analysis of a part of the power spectrum
- Detection: Generally applicable test statistic to determine whether two signals have been generated by the same process or not. Based on the Kullback-Leibler index or Likelihood Ratio.
- Analysis of segments of data, possibly of unequal length.
- 2022-03-04 02:22:26下载
- 积分:1
-
dynamic programming algorithm to solve the problem VC Cohong
动态规划算法解决行商问题 VC-dynamic programming algorithm to solve the problem VC Cohong
- 2023-08-26 18:55:03下载
- 积分:1
-
顺序表链表
算法与数据结构试验中实验一:完成相关创建链表、排序、插入、 删除 等常见链表操作
- 2022-08-10 13:25:19下载
- 积分:1
-
钳位三次样条算法;
数值计算算法:夹紧三次样条算法的数学写帕斯卡尔 来构造三次样条插值S为函数f, 在数x(0)
- 2022-01-26 07:21:33下载
- 积分:1
-
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
%...
% [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist )
% Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法- [Nearest_neighbours] = find_nearest_neighbours (database, desc, max_dist) Find the indices of the nearest neighbours of the given desriptors in the neighbor-point search algorithm, the nonlinear time series of very useful, is a commonly used algorithm
- 2022-05-24 09:30:26下载
- 积分:1
-
MOEA framework
应用背景The MOEA Framework is a free and open source Java library for developing and
experimenting with multiobjective evolutionary algorithms (MOEAs) and other
general-purpose multiobjective optimization algorithms. The MOEA Framework
supports genetic algorithms, differential evolution, particle swarm
optimization, genetic programming, grammatical evolution, and more. A number of
algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA,
GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary
to rapidly design, develop, execute and statistically test optimization
algorithms.关键技术Its key features includes:
* Fast, reliable implementations of many state-of-the-art algorithms
* Extensible with custom algorithms, problems and operators
* Supports master-slave, island-model, and hybrid parallelization
&n
- 2022-02-28 22:09:39下载
- 积分:1