-
zfft
FFT+FT连续细化傅立叶变换分析校正法
还请各位多多指教。
参考自丁康老师《离散频谱校正技术》
(FFT+ FT for Fourier transform analysis of detailed correction method is also called upon the exhibitions. Ding Kang reference from the teacher, " Discrete Spectrum Correction" )
- 2009-06-30 22:41:50下载
- 积分:1
-
msh_read
读取msh文件的C语言接口,支持gambit,ICEM等网格工具绘制的网格(The interface of the MSH file with C language, support the grid drawn by gambit, ICEM and other grid tools.)
- 2020-07-11 22:48:53下载
- 积分:1
-
DFP
DFP法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。(DFP method for the optimization of C++ source code, tested, the program works correctly to get the desired results.)
- 2011-11-19 14:07:21下载
- 积分:1
-
AcousticTool
这个是计算声传播的各种模型
包括简正波kraken波数积分scooter等模型
有很好的学习价值
(a system program for acoustic propagation calculation)
- 2010-06-20 10:52:26下载
- 积分:1
-
SVD
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
- 2020-12-21 10:29:08下载
- 积分:1
-
orderGaussian
解线性代数方程组的顺序高斯消去法。使用c++标准库的vector实现。(Solution of linear algebraic equations order Gaussian elimination. Use c++ standard library vector implementation.)
- 2014-05-23 21:11:06下载
- 积分:1
-
chens
混沌仿真CHEN系统仿真,陈关荣老师的混沌系统。(y_e2 = c*y_h + (c - a)*(x_0+(h/2)) -(x_0+(h/2))*(z_0+(h/2));)
- 2017-10-17 00:22:05下载
- 积分:1
-
BandC
潮流计算中的拉丁采样算法的源程序,可运用其进行概率潮流计算(Latin sampling flow calculation algorithm source, may, in its calculation of the probability trend)
- 2013-06-17 15:39:53下载
- 积分:1
-
Rcellsse
读入红细胞图片,通过中值滤波,开运算算,闭运算,和贴标签等方法获得细胞个数
(Read into the red blood cell picture, opening operation count median filtering, and closing operation, and the labeling methods such as cell number)
- 2012-07-28 23:59:33下载
- 积分:1
-
matrixmulti
在visual studio的平台上开发CUDA程序实现并行加速计算矩阵的乘积,同时比较与串行计算的差异(Differences in the development of procedures to achieve parallel CUDA accelerated computing matrices in visual studio platform, but compared with the serial computing)
- 2020-12-11 21:49:17下载
- 积分:1