-
KMP-string-match
编写一个使用KMP算法的字符串匹配程序。
使用方法:字符串匹配.exe -f xxx.txt -s xxx
-f 指定要查找的文件
-s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
- 2013-12-08 01:12:46下载
- 积分:1
-
simple
流体力学SIMPLE算法(C语言编程实现)需自己设定边界条件(SIMPLE algorithm)
- 2013-09-06 19:00:42下载
- 积分:1
-
shuzhifenxi
用追赶法来求解三对角线性方程组,解决数值分析问题,与大家共同学习。并且提供黄金分割法、高斯赛德尔迭代法求解数值分析问题(The catch-up method is used to solve tridiagonal linear equations, to solve numerical analysis problems, and to learn from you. The Golden Section Method and Gauss Seidel Iteration Method are also provided to solve numerical analysis problems.)
- 2018-11-29 17:30:55下载
- 积分:1
-
TC
说明: 非常好的地形改正程序,只需要有点位的经纬度,重力值和高程,内附例子和说明。(Program to compute terrain effects on gravimetric quantities.various modes of terrain effects may be computed)
- 2010-06-30 17:29:28下载
- 积分:1
-
Toeplitz-MUSIC-
基于解相干的MUSIC源程序 矩阵分解算法 Toeplitz算法 矢量奇异值法 双向空间平滑MUSIC源程序(Based on decorrelation MUSIC algorithm source Toeplitz matrix factorization algorithms singular value vector bi source spatial smoothing MUSIC)
- 2020-12-22 15:59:09下载
- 积分:1
-
csademo
这是一个基于模拟退火算法的混沌神经网络模型(This is an algorithm based on simulated annealing chaotic neural network model)
- 2006-10-27 10:48:13下载
- 积分:1
-
convolution
稀疏脉冲反褶积代码,包括高尔消元法解矩阵方程阻,自相关,互相关,褶积,反褶积的代码.
刚参加工作那会儿,上进心也足,爱动脑,编了很多的程序,唯有这一个是我引以为傲的,花了几个星期写的稀疏脉冲(预测)反褶积的代码,放到了现在,觉得也没必要再私藏下去了,不出五年,我都不知道这段代码是干什么的了.
希望对大家有用,方法太简单,所以效果不是太好,请大家修改,如要转载,请记得注明出处.
(vc++)
- 2009-05-09 16:51:58下载
- 积分:1
-
fing_v15
包括回归分析和概率统计,有借鉴意义哦,基于chebyshev的水声信号分析。( Including regression analysis and probability and statistics, There are reference Oh, Based chebyshev underwater acoustic signal analysis.)
- 2017-04-12 15:58:26下载
- 积分:1
-
xcorr
实现互相关运算 C实现,实现互相关运算 C实现(cross correlation C code implementation)
- 2010-01-10 16:49:14下载
- 积分: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