搜索资源列表
isaacsrc.4_2.tar
- ISAAC采用多块网格技术求解二维或三维的Euler或者NS方程,并且提供了大量的湍流模型供使用,为相关研究人员提供了很好的参考。-ISAAC solves 2D or 3D Euler or NS equatioon based on a multiblock grid technique, also lots of turbulence models is included in the code. ISAAC provides a good reference for relative r
hehainonliearfea
- 河海大学有限元课程学习文档和程序,供各大学学生老师有限元学习研究使用-finite element program and lecture note by hehai university
gaussElim
- 这是一个用C++编写的矩阵类,含测试代码,供大家研究使用。实现了矩阵的创建、初始化、拷贝、赋值、乘法、加法、转置、求秩等运算,并给出了利用高斯消去法进行求逆、解线性方程组等功能。也可再次扩展。-Self defined C++ matrix class for everyone to use. To achieve the creation of the matrix, initialize, copy, assignment, multiplication, addition, transpo
qannui
- 最大信噪比的独立分量分析算法,供做算法研究人员参考,使用起来非常方便。- SNR largest independent component analysis algorithm, Algorithm for researchers to do reference, Very convenient to use.
langfang_v41
- 毕业设计有用,供做算法研究人员参考,使用高阶累积量对MPSK信号进行调制识别。- Graduation useful Algorithm for researchers to do reference, Using high-order cumulants of MPSK signal modulation recognition.
gie-kw16
- 使用matlab实现智能预测控制算法,供做算法研究人员参考,仿真效果非常好。- Use matlab intelligent predictive control algorithm, Algorithm for researchers to do reference, Simulation of the effect is very good.
迭代最小二乘法MATLAB程序
- 这是一份关于迭代最小二乘法的MATLAB程序,仅供个人研究使用。迭代最小二乘法是一种常用的滤波算法,它可以有效地拟合不确定数据,达到平滑的作用。