-
abaqus复合材料umat渐进操作子程序
用abaqus有限元软件建立复合材料模型,利用fortran语言编写复合材料三维渐进损伤子程序。程序中自己定义复合材料本构模型,损伤准则采用三维hashin判据。
- 2022-01-31 07:02:18下载
- 积分:1
-
All relevant data mining algorithms and theory, there are detailed instructions,...
所有相关的数据挖掘算法和理论,都有详细的说明,有兴趣的可以下一步做
- 2023-01-27 06:20:05下载
- 积分:1
-
"laser land leveling system algorithm research," through matlib simula...
“激光土地平整系统算法研究”,通过matlib模拟了该算法最终效果。-"laser land leveling system algorithm research," through matlib simulation of the algorithm ultimate effect.
- 2022-07-12 02:53:29下载
- 积分:1
-
%1998年全国大学生数学建模竞赛A题:收益与风险 模型求解
%1998年全国大学生数学建模竞赛A题:收益与风险 模型求解- In 1998 the national university student mathematics modelling
competed the A topic: The income and the risk model solve
- 2023-05-02 15:45:02下载
- 积分:1
-
实现一元线性回归分析并进行F,t检验,以便对得出的回归方程进行线性显著性分析...
实现一元线性回归分析并进行F,t检验,以便对得出的回归方程进行线性显著性分析-achieving a linear regression analysis and F, t test, in order to come to the linear regression equation significantly Analysis
- 2022-06-20 17:50:42下载
- 积分:1
-
contains five kinds of sorting algorithm using vb achieve
包含5种排序算法,利用vb实现-contains five kinds of sorting algorithm using vb achieve
- 2022-08-15 17:18:14下载
- 积分:1
-
超长整数除法.转载
超长整数除法.转载-long integer division. Reprinted
- 2022-06-15 09:43:06下载
- 积分:1
-
Matlab calculations prepared by the fluid and heat transfer procedures
matlab编写的流体计算和传热程序-Matlab calculations prepared by the fluid and heat transfer procedures
- 2022-03-04 01:58:33下载
- 积分:1
-
A practical LMS, NLMS four MATLAB algorithm for adaptive filtering process, the...
一个可以实用的LMS,NLMS等四种自适应滤波的MATLAB算法程序,实际调试成功。-A practical LMS, NLMS four MATLAB algorithm for adaptive filtering process, the success of the actual debugging.
- 2023-08-08 14:45:03下载
- 积分:1
-
tsp货郎问题
应用背景
Tsp问题在物流配送车辆运行路线中的应用。配货路线指从配货公司所在地出发,走遍各公司,又回到配货公司所在地的路线。要求过程中的路径代价最小。
ER P,即企业资源规划,能够对企业整个资源进行整合, 并为达到一定的目标作企业资源的最优化配置。物流资源管理是ER P 的重要组成部分。在该系统中用户只需将待运行的Excel 数据文件上传, 就可快捷地得到期望的运行结果, 为企业物流配送路线提供科学合理的建议; 用户不需要再次上传数据, 就可以对某一物流配送路线原始数据通过修改运行参数等方式执行多次; 用户也可以对运行过的陈旧结果进行删除; 为了数据安全考虑, 系统不允许某一用户查看和操作不属于该用户的数据, 也不允许某一用户同时在异地登录 。
Tsp问题在日常生活中应用广泛,但最多就是关于最短路径的求解(无论是旅行商还是货郎)。
关键技术
对于TSP问题,一种最容易想到的也肯定能得到最佳解的算法是穷举法,即考虑所有可能的旅行路线,从中选择最佳的一条。但是用穷举法求解TSP问题的时间复杂度为Ο(n!),当n大到一定
- 2023-04-10 14:05:03下载
- 积分:1