资源列表
FEM -Q8等参元程序
- 实现C++的Q8等参元程序, //输入问题类型D[0],积分点数H[0] inFile>>D[0]>>H[0]; //输入单元数EN,结点数NN,约束数,FXN、FYN,载荷数SXN,SYN,面载荷数KQ inFile>>NN>>NE>>KU>>KV>>KRX>>KRY>>KQ; //输入材料基本数据 inFile>>EO>>PO&
DV-Hop算法
- 无线传感器网络中,实现节点定位,采用matlab进行实现(In wireless sensor network, node localization is realized by MATLAB.)
1
- 关联规则的Apripori算法matlab实现(Matlab implementation of Apripori algorithm for association rules)
cvx-toolbox
- 凸优化问题的工具箱,内附使用说明,可以参考学习(The toolbox of convex optimization problem is enclosed with instructions for reference)
otsus
- 在matlab中,利用最大方差法计算分割阈值,实现图像分割(Segmentation techniques)
weather
- 模糊控制洗衣机的一个例程,自己做的,有兴趣的可以看一下,学习学习(Fuzzy control of a routine washing machine)
WW_Animations_Report.txt
- AM调制是一个很好的东西,这个是啥我也不知道,大家不要下(AM modulationlalalalalalalalalallllllllllllllllllllllllllllllll)
ORL
- 人脸识别算法仿真的路径,下下来解压用matlab打开,需要别的文件运行(Face recognition algorithm ORL)
paddedsize
- 求最小二次幂的函数,用于fft补零,有多个功能(The function of the minimum two power is used to replace the FFT zero.)
二叉树
- 这是一份关于二叉树的代码,代码结构清晰,需要的小伙伴可以看一看。(This is a code about the two fork tree. The structure of the code is clear, and a small partner needs to have a look.)
Romberg
- 数值分析的龙贝格算法。数值积分与数值微分,谢谢使用!(Romberg algorithm of numerical analysis.)
matlab
- numerical algorithms , Cramer code ,Gaussian Elimination, lagrange interpolating, polynomials, Decomposition ,Forward substitution ,Back substitution