登录
首页 » WINDOWS » 命令流APDL实例随机建模

命令流APDL实例随机建模

于 2021-04-19 发布 文件大小:2740KB
0 284
下载积分: 1 下载次数: 33

代码说明:

  ansys APDL命令流 随机建模 桁架静力学,随机骨料(ANSYS APDL command flow stochastic modeling of truss statics and random aggregate)

文件列表:

命令流APDL实例随机建模\ANSYSAPDL命令流学习参数化建模.pdf, 987282, 2017-12-08
命令流APDL实例随机建模\分析命令流实验.txt, 1202, 2017-12-08
命令流APDL实例随机建模\应用ANSYS建立再生混凝土随机骨料模型的方法研究.pdf, 644452, 2017-12-08
命令流APDL实例随机建模\蒙特卡罗法生成混凝土随机骨料模型的ANSYS实现.pdf, 1371802, 2017-12-08
命令流APDL实例随机建模

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GPSorbit
    程序主要包括:1.MyInit.m 数据初始化 输出参数: XTrueZ 目标真实轨迹 Z0 目标观测值 T 采样周期 Q 系统误差阵 DeltaR 距离误差 DeltaSita 方位角误差 DeltaBeta 俯仰角误差 totaltime 运动时间 montimes 蒙特卡罗仿真次数 2. EKF.m [Z1]= EKF Z1: 输出EKF滤波后结果 3. CMKF.m [Z2]= CMKF Z2: 输出CMKF滤波后结果 4. GetR.m CMKF算法中误差阵R的计算 5. CompareEandC.m EKF和CMKF、最小二乘滤波后结果比较 部分绘图代码不全,具体结果请参见 信号实验作业.doc 文档 6.source.m 产生带野值的数据 7. RemoveWilddata.m 野值剔除算法 (Procedures will include: 1. MyInit.m initialization data output parameters: XTrueZ target the real target trajectory Z0 sampling period T observed value Q system error array DeltaR distance error DeltaSita azimuth error DeltaBeta pitch angle error totaltime exercise time montimes the number of Monte-Carlo simulation 2. EKF.m [Z1] = EKF Z1: Output EKF filtered results 3. CMKF.m [Z2] = CMKF Z2: Output CMKF filtered results 4. GetR.m CMKF algorithm for the calculation of error R array 5. CompareEandC.m EKF and CMKF, least-squares filtering Comparison of part of the drawing code after the failure, specifically the results of experimental work, see the signal. Doc document 6. source.m generate the data with outliers 7. RemoveWilddata.m outliers removed Algorithm)
    2020-12-01 13:09:26下载
    积分:1
  • RLC
    基于STC89C52单片机,可以测量RLC的高精度的RLC测量仪的系统方案,包括原理图和PCB布线图(Based STC89C52 microcontroller, can be measured with high precision RLC RLC meter system solutions, including schematics and PCB layout)
    2013-08-11 18:46:14下载
    积分:1
  • 自适应交叉和编译遗传算法
    遗传算法是一个处理最优解问题的经典算法,通过设定初值,迭代次数和交叉变异概率等一些参数,能够达到很好的寻优效果,本手册通过对遗传算法的进一步解释,能够帮助同行们深入理解遗传算法,里面的一些仿真说明,对于即可使用的同行也有很大的帮助。(Genetic algorithm is a classical algorithm dealing with the optimal solution problem. By setting some parameters such as initial value, iteration times and crossover mutation probability, it can achieve a good optimization effect. Through further explanation of genetic algorithm, this manual can help peers to understand genetic algorithm deeply. Some simulation instructions in this manual are also very helpful to peers who can use it.)
    2019-04-19 08:41:34下载
    积分:1
  • 用matlab实现Dijkstra算法的路由协议仿真
    利用MATLAB来实现Dijkstra算法模拟了路由选择协议-using MATLAB to achieve the Dijkstra algorithm to simulate the Routing Protocol
    2022-10-12 20:05:04下载
    积分:1
  • pubg-mobile-esp
    说明:  For personal measures only.
    2019-04-21 13:04:28下载
    积分:1
  • 改进PSO算法及测试函数
    说明:  为了更好地改善多目标粒子群优化算法的收敛性和多样性的pso 算法(In order to improve the convergence and diversity of multi-objective particle swarm optimization algorithm, PSO algorithm is proposed)
    2020-11-05 09:48:28下载
    积分:1
  • OPC
    说明:  HIMA SIS SYSTEM OPC PACKAGE
    2020-06-19 05:20:01下载
    积分:1
  • jQuery图片缩放插件
    说明:  jQThumb是一款基于jQuery的缩略图插件,它能够很方便的制(Introduction to the script jQuery image zooming and inserting background image effect)
    2019-03-12 10:34:27下载
    积分:1
  • 直齿轮传动系统的动力学方程,通过龙格库塔法进行求解
    基于集中参数法,建立了包含齿侧间隙的直齿轮传动系统的动力学方程,通过龙格库塔法进行求解(Based on the method of concentrated parameters, the dynamic equation of the spur gear drive system with the side clearance of the tooth is established)
    2018-06-08 12:36:00下载
    积分:1
  • Android ArrayAdapter创建ActivityList内容列表
    本源码主要演示Android ActivityList内容列表的如何创建,采用ArrayAdapter实现,演示了姓名列表、带单选框的列表、没有数据的列表和对列表进行操作这几项功能,要注意,layout的xml文件名需要全部小写。   ActivityList1:   1.初步介绍ListView这个组件。   2.初步介绍ArrayAdapter。    # simple_list_item_single_choice    # simple_list_item_1    # simple_list_item_multiple_choice   3.上边的相关介绍。   ActivityList2:(有错误,没有调试成功,回头再看)    1.介绍cusor。    2.介绍CursorAdapter。   ActivityList3:    1.SimpleAdapter    2.simple_list_item_1和simple_list_item_2的介绍。    3.利用自己的layout来进行显示。
    2022-03-06 06:09:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载