搜索资源列表
三维制导律仿真
- 三维比例导引法仿真,可以攻击静止/机动目标(Three dimensional proportional navigation simulation can attack stationary / maneuvering targets)
tricycle3D_main
- 三轮车Matlab仿真运动,里面包括三维旋转矩阵,车型建立等(Matlab simulink the movement of tricycle)
matlab TOA and TODA local
- 利用TOA与最小二乘法直接求解(具有独立创新性),TDOA是利用拉格朗日法求解,而且里面的定位图解做得特别好,分别有一点定位,多点定位的的三维视觉图。(TOA is directly solved by least squares method(Innovativeness),TDOA is solved by Lagrange's method.)
src_v2
- 三维等经球体颗粒堆积压缩程序,此程序可模拟重力作用下的球体颗粒堆积结果。(Three dimensional sphere particle packing compress program)
Two dimensional explosion wave simulation
- 二维波动方程数值计算(关键:怎么运用i,j,k三个指标建立循环) ,对有限差分法的推导(Two dimensional wave equation numerical calculation (key: how to use I, J, K three indicators to establish cycle), the derivation of the finite difference method.)
sanweibilidaoyin
- 一篇很好的程序,对学习比例导引很有帮助,其中还有用matlab对比例导引的三维编程,程序可以运行(A good program, which is very helpful for learning proportional navigation, including the use of MATLAB for proportional navigation of three-dimensional programming, the program can run)
uniFiber
- 复合材料子程序,使用了三维的hashin准则(subroutin for composite)
hill48各向异性
- 利用Fortran语言,将hill48各向异性写进umat子程序,适合三维模型,计算过程为隐式解法
三维随机纤维生成程序
- 生成三维随机纤维的matlba程序,可以直接使用(The matlba program for generating 3D random fibers can be used directly)
有限元分析matlab代码
- 有限元分析matlab代码,用于一维二维三维物理问题的求解,可以用于科研学习。
Lattice Boltzmann Method模拟2维接触角
- 该程序为格子玻尔兹曼方法(LBM)模拟二维的三相接触角,其中BCs.cpp文件为边界条件,Coll.cpp为碰撞算法,Steam.cpp为迁移过程,Error.cpp为计算稳态误差,force.cpp为计算作用力(采用Shan-Chen模型),Initialization.cpp为初始化(可改变初始两相形状),MacVar.cpp为计算宏观量,output.cpp为输出文件(可修改输出格式),源.cpp为控制主函数。