-
ICP算法二维实现
说明: ICP算法实现自动配准,基于opencv及vs实现,是二维的(ICP algorithm for automatic registration, based on opencv and vs implementation, is two-dimensional)
- 2019-12-16 15:54:46下载
- 积分:1
-
FDTd
对一个微带天线使用FDTD方法进行计算和分析,得到该天线反射系数,远区辐射场等信息(Right a microstrip antenna to use the FDTD method carry on calculated and analyzed, get this antenna reflection coefficient, far Ou radiation field and other information)
- 2021-05-15 15:30:02下载
- 积分:1
-
1D_introduction-FDTD
很详细的一维FDTD介绍,以及MATLAB程序说明(Very detailed one-dimensional FDTD presentation and description of the MATLAB program)
- 2021-03-26 23:29:12下载
- 积分:1
-
kei_em54
自己编的5种调制信号,混沌的判断指标Lyapunov指数计算,信号维数的估计。( Own five modulation signal, Chaos indicator for Lyapunov index calculation, Signal dimension estimates.)
- 2017-04-21 10:28:42下载
- 积分:1
-
KMEANS
This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.
Usage for KMEANS is:
KMEANS SOURCEFILE <enter>
The format of the source file is:
NPat - Number of patterns (int)
SizeVect - Size of vector (int)
NClust - Number of cluster centers(int)
vect[1,1] ... vect[1,SizeVect] - vector 1 (real)
vect[2,1] ... vect[2,SizeVect] - vector 2 (real)
. .
. .
. .
vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real)
To compile:
ICC KMEANS.CPP <enter>
(This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.
Usage for KMEANS is:
KMEANS SOURCEFILE <enter>
The format of the source file is:
NPat - Number of patterns (int)
SizeVect - Size of vector (int)
NClust - Number of cluster centers(int)
vect[1,1] ... vect[1,SizeVect] - vector 1 (real)
vect[2,1] ... vect[2,SizeVect] - vector 2 (real)
. .
. .
. .
vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real)
To compile:
ICC KMEANS.CPP <enter>
)
- 2013-01-05 23:11:23下载
- 积分:1
-
第19章 离散相模型 - 副本
FLUENT中离散相粒子追踪设置及相关计算,设计用户自定义相关内容(Discrete phase particle tracking in FLUENT)
- 2020-06-20 19:40:02下载
- 积分:1
-
cordic
cordic,matlab,sin,cos,atan,sqrt
- 2017-12-07 11:20:19下载
- 积分:1
-
schur-decomposition
一般矩阵的schur分解,编译即可运行,需要文件输入(schur decomposition, the program can run successfully, you need a file for input)
- 2021-01-19 19:58:41下载
- 积分:1
-
poisson-process-simulation
模拟应用随机过程中时齐泊松和非时齐泊松过程的matlab源代码(matlab code for poisson process)
- 2012-04-11 16:19:44下载
- 积分:1
-
实验1
利用不动点迭代和牛顿迭代求解非线性方程解的理论(Theory of Solving Nonlinear Equations by Fixed Point Iteration and Newton Iteration)
- 2019-05-07 16:56:30下载
- 积分:1