-
nscat-3.tar
用以计算nscat地球物理模型函数的程序!(This is a program for calculating the nscat geophysical model.)
- 2020-11-07 17:19:49下载
- 积分:1
-
kalman
说明: 用卡尔曼滤波方法对圆周运动进行预测的算法实现(Kalman filtering method using circular motion algorithm to predict)
- 2009-08-11 10:17:15下载
- 积分:1
-
NEWTONDIEDAI
用C++来实现NEWTON迭代法解非线性方程算法数值分析,是数值分析里典型的一个算法。(In C++ to achieve NEWTON iterative numerical algorithm for solving nonlinear equations, numerical analysis is in a typical algorithm.)
- 2011-10-09 21:58:54下载
- 积分:1
-
matlab 传感器异步融合仿真程序 data fusion
说明: matlab 传感器异步融合仿真程序,目前File Exchange中一共有超过35000个文件,这两天我对这三万多份源代码和模型进行了统计整理,将其中下载量最高的前1000个文件信息及链接,收录到了微信小程序中。(Matlab sensor asynchronous fusion simulation program At present, there are more than 35,000 files in File Exchange. In the past two days, I have compiled and compiled these more than 30,000 source codes and models, and included the information and links of the top 1,000 files with the highest download volume in the WeChat applet.)
- 2020-06-25 15:06:47下载
- 积分: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
-
simple_beam
一个简单的悬臂梁基于Python有限元程序,包括了计算程序,模型数据(A simple cantilever Python-based finite element program, including a computer program, data model)
- 2021-05-07 17:01:36下载
- 积分:1
-
A numerical method for analysis of Korres2003
A numerical method for analysis of Korres2003
- 2020-06-18 17:20:02下载
- 积分:1
-
LGKT4
四阶龙格库塔法解一阶二元微分方程 应用于数值计算(Fourth-order Runge-Kutta method for solving a class of binary differential equations for numerical calculation)
- 2010-06-29 11:55:57下载
- 积分:1
-
K2
说明: 贝叶斯网络学习算法——k2算法,包括对贝叶斯网络结构的学习,最后生成网络(Bayesian network learning algorithm- k2 algorithms, including Bayesian network structure learning, the last generation network)
- 2009-09-20 21:46:52下载
- 积分:1
-
poly
求两个多项式的最大公约式,多项式按照如下格式输入,如果输入
3 //次数
1 2 3 4 //系数
则表示
1+2x+3x^2+4x^3(For two of the largest convention-type polynomials, polynomial input in accordance with the following format, if you type 3// number 1 2 3 4// coefficient express 1+ 2x+ 3x ^ 2+ 4x ^ 3)
- 2008-05-16 18:44:14下载
- 积分:1