-
fem
一些有用的fem用来matlab进行有限元分析编程的源代码(Some useful fem used to matlab for finite element analysis of programming source code)
- 2012-07-03 15:06:47下载
- 积分:1
-
GA
说明: 遗传算法用来求解带容量的车辆路径问题,用c++完成的代码(The genetic algorithm is used to solve the vehicle routing problem with capacity. The code is completed by c++.)
- 2019-06-19 16:30:06下载
- 积分:1
-
FFT
对信号的FFT(快速傅里叶变换)变换,针对LabView内部信号。(The signal FFT (Fast Fourier Transform) transformation, the internal signal for LabView.)
- 2020-12-04 00:59:24下载
- 积分:1
-
FFT
利用FFT估计正弦信号的频率,要估计一个叠加了高斯白噪声的正弦信号 的频率 ,可以通过对x(n)做傅里叶变换,得到频谱图,找出幅度的最大值对应的频率值 ,进行多次变换,求出均方误差 。改变信噪比SNR,通过仿真可以得出随着信噪比增加,均方误差减小。(Sinusoidal signal using FFT frequency estimation, to estimate a Gaussian white noise superimposed on the frequency of sinusoidal signals, can be achieved by x (n) be the Fourier transform to get spectrum to identify the magnitude of the frequency value corresponding to the maximum , several transformations, find the mean square error. Change the signal to noise ratio SNR, the simulation can be drawn as the SNR increases, the mean square error decreases.)
- 2011-04-26 10:53:04下载
- 积分:1
-
PAMELA
由美国SANDIA实验室一名研究员编写的用于计算半导体量子纳米线的一系列matlab文件。(SANDIA laboratory by the American researcher prepared a semiconductor quantum nanowire used to calculate a series of matlab file.)
- 2013-08-25 06:39:34下载
- 积分:1
-
最速下降法求解方程组
说明: 最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the oldest and most classical model for solving machine algorithm. Another commonly used method is the least square method.)
- 2019-05-13 21:13:18下载
- 积分:1
-
lid-driven-flow
用MRT-LBM计算顶盖驱动流的程序,比LBGK方法更加稳定。(Codes for lid-driven flow with MRT-LBM, which is more stable than LBGK.)
- 2021-04-07 01:59:02下载
- 积分:1
-
DVHop
针对运用最小二乘法求解DV-Hop定位算法带来的节点定位误差较大的问题,提出基于代数重建法的DV-Hop定位算法(Least square method for the use of DV-Hop localization algorithm node localization errors caused by the larger issues, proposed algebraic reconstruction method based on DV-Hop localization algorithm)
- 2021-04-18 16:48:52下载
- 积分:1
-
Rectangle
根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中(Rectangle
Create a class Rectangle with attributes length and width, each of which defaults to
1
a. Provide member functions that calculate the perimeter and the area of the rectangle.
b. Also provide set and get functions for the length and width attributes. The set
functions should verify that length and width are each integer numbers larger than 0
and less than 20.
c. Write draw function to display the Rectangle:
in Assignment1. )
d. Write a driver program to test class Rectangle.)
- 2012-10-24 23:54:51下载
- 积分:1
-
Meshless_SPH
无网格算法中的光滑粒子水动力学sph算法源程序(溃坝)(Meshless algorithm smoothed particle hydrodynamics sph algorithm source (dam))
- 2021-01-21 21:38:45下载
- 积分:1