-
calculator
用mfc实现计算器的基本操作,支持键盘输入,并保留xp风格,可计算平方,幂,时间显示等操作(With mfc achieve the basic operation of the calculator, support for keyboard input, and retain xp style, calculates the square, power, time display and other operations)
- 2013-10-23 15:22:24下载
- 积分:1
-
matrix_answer
《矩阵论导教.导学.导考》。是程云鹏《矩阵论》的课后习题答案与复习题纲()
- 2008-07-02 00:00:15下载
- 积分:1
-
BankerAlgo
It checks whether the processes r working in safe mode or in Deadlock Condidion.....pls do the modifications as per ur requirement...as it is implemented static
- 2010-09-26 11:51:00下载
- 积分:1
-
FDTD_3D_PEC
说明: FDTD的3D源程序,PEC边界,比较详细(FDTD the 3D source, PEC boundary, a more detailed)
- 2021-01-18 10:48:43下载
- 积分:1
-
contourlet
contourlet变换工具箱,附带贝叶斯阈值去噪(Toolbox contourlet transform, with Bayesian threshold denoising)
- 2009-07-05 11:08:11下载
- 积分:1
-
filter
butterworth 高通滤波、低通滤波、带通滤波、带阻滤波器程序(Bandpass filter, low pass, high pass, band pass, band stop)
- 2021-04-25 14:38:46下载
- 积分:1
-
PM
说明: 彭曼公式主要是计算蒸散发量,在水文和气象中有广泛的应用(Penman formula to calculate evapotranspiration primarily, widely used in hydrology and meteorology)
- 2014-10-27 17:38:05下载
- 积分:1
-
myproject_Haswall5
穿墙雷达人体呼吸检测,是生命体探测的热门研究方向,本程序用matlab仿真,模拟频率步进雷达的探测方法,通过MTI滤波滤除墙体回波,通过FFT相干积累获取人体呼吸频率(Through-wall radar to detect human breath, is a living body to detect a hot research direction, the procedures used matlab simulation, simulation stepped frequency radar detection method, MTI filter to filter out the echo wall, get through FFT coherent accumulation of the human respiratory frequency)
- 2020-11-19 10:29:38下载
- 积分:1
-
airgravity
文章由重力和重力梯度的基本理论出发,讨论了重力分量和重力梯度张量分量的2-D傅立叶变换
与重力位的傅立叶变换之间的关系。推导了航空重力梯度仪的测量原理,并对航空重力梯度测量的
应用做了简要的介绍(Article by gravity and gravity gradient of the basic theory, discussed the components of gravity and gravity gradient tensor component of the 2-D Fourier Transform and gravity places the relationship between the Fourier transform. Derivation of the airborne gravity gradiometer measuring principle, and airborne gravity gradient measurements application to do a brief introduction)
- 2008-05-25 01:33:15下载
- 积分: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