资源列表
KH_IH_3D
- 模拟材料非线性循环变形行为UMAT,可直接用于ABAQUS仿真计算(The nonlinear cyclic deformation behavior of the material is UMAT, which can be directly applied to ABAQUS simulation.)
LFM_comp_w
- 实现线性调频信号,实现对线性调频信号的建模(linear frequency modulation)
matlab TOA and TODA local
- 利用TOA与最小二乘法直接求解(具有独立创新性),TDOA是利用拉格朗日法求解,而且里面的定位图解做得特别好,分别有一点定位,多点定位的的三维视觉图。(TOA is directly solved by least squares method(Innovativeness),TDOA is solved by Lagrange's method.)
ant
- 此程序是用元胞自动机来仿真模拟蚂蚁游戏。初始时,蚂蚁位于一张空白画布的某个方格里。如果当前蚂蚁在白色方格上,则对当前方格反色,左转?90?度,前进一格;如果当前蚂蚁在黑色方格上,则对当前方格反色,右转?90?度,前进一格。如此反复。(This program is using cellular automata to simulate the ant game. At the beginning, the ant is in a grid of a blank canvas. If the cu
新建文件夹
- 建立导弹的运动学与动力学模型,作用于导弹上的力、力矩及加速度、速度、位置、姿态等运动参数之间关系都由该模型定义,模拟导弹反导轨迹。(The kinematic and dynamic model of the missile is established, and the relation between the force, torque and acceleration, velocity, position and attitude on the missile is defined by
zhihuan
- 单相半桥式跟踪PWM逆变器仿真,电流滞环跟踪控制(Single phase half bridge tracking PWM inverter simulation, current hysteresis tracking control.)
pvbattery
- 光伏电池模型,考虑温度,光照,串联等效电阻等参数(Pvbattery,Consider the parameters of temperature, light, series equivalent resistance and so on)
fengliji
- 风机前部分,对风功率模拟建模。模拟在恒定风速下,风机输出功率曲线(In the front part of the fan, the model of wind power is modeled. The output power curve of the fan is simulated under constant wind speed.)
遗传算法路径规划MATLAB代码
- 传统遗传算法仿真程序,简单易懂,是可以运行出来的(Traditional genetic algorithm simulation program can be run out.)
障碍物顶点连接法
- 基于障碍物连接法环境建模的遗传算法程序,可运行(Modeling of obstacle connection method)
wave
- 对200hz信号的采样,可稍作修改作为信号采集基本模块。(The sampling of 200Hz signal can be modified as a basic module of signal acquisition.)
NEO-HOOKEAN本构模型UMAT用户子程序
- 采用FORTRAN语言,基于NEO-HOOKEAN本构模型编写的ABAQUS UMAT用户子程序,包含详细注释,适合新接触UMAT的用户学习使用