-
GEAR
吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。(GEAR algorithm integral first order differential equations initial value problem of the C language description, including the main function to calculate the differential equations in the equation right function value function procedures, functions Jacobian matrix calculation procedures, matrix inversion procedures.)
- 2021-03-08 11:29:28下载
- 积分:1
-
Monta-carlo
计算机模拟和蒙特卡洛方法,文件格式为pdg,主要介绍随机模拟方法(Computer Simulation and the Monte Carlo method, file format pdg, stochastic simulation method introduced)
- 2011-04-28 10:27:56下载
- 积分:1
-
J.F.Claebout
说明: 地球物理大师Claebout的几个有用的程序,包括偏移程序。用fortran语言写的(Several geophysical Claebout Masters useful procedure, including the migration process. Fortran language used to write the)
- 2008-10-16 23:05:39下载
- 积分:1
-
vf-udf
膜渗透 FUENT UDF 气液两相流 (Gas-liquid two-phase flow membrane permeation FUENT UDF)
- 2020-12-01 16:09:26下载
- 积分:1
-
Tin_Method
离散数据生成tin的优秀代码,注释多,易于学习和移植(Discrete data generated tin excellent code, comments, easy to learn and transplantation)
- 2012-05-18 13:12:23下载
- 积分:1
-
conjgrad
共扼梯度法的Matlab源程序,寻找非线性或线性方程的极值(conjugate gradient method of Matlab source to find nonlinear equations or linear Extreme)
- 2006-06-03 10:57:55下载
- 积分:1
-
biu_ec67
内含心电信号数据及运用MATLAB写的源代码,有井曲线作为输入可计算其地震波的衰减,Pisarenko谐波分解算法。( ECG data and includes source code written in MATLAB, There is a well attenuation curve as input to calculate its seismic waves, Pisarenko harmonic decomposition algorithm.)
- 2017-03-15 21:49:50下载
- 积分: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
-
TSVD
电容层析成像TSVD算法的演示实例以及详细的说明(An example of a demonstration of TSVD algorithm for capacitance tomography and a detailed description)
- 2021-04-28 22:18:43下载
- 积分:1
-
RCS
基于Matlab的RCS(雷达散射截面)计算案例。
利用时域有限差分法(FDTD)的计算电磁学手段,给出了较为准确的结果。(An exact example to calculate the RCS based on Matlab.
Using the FDTD method, it indicates that the simulation is quite acurate.)
- 2021-02-24 15:09:39下载
- 积分:1