登录
首页 » 算法 » In the basic shock acceleration under the impact of equipment be quarantined for...

In the basic shock acceleration under the impact of equipment be quarantined for...

于 2022-06-12 发布 文件大小:4.61 kB
0 174
下载积分: 2 下载次数: 2

代码说明:

在基础冲击加速度作用下,被隔离设备的冲击动态响应计算,包括绝对加速度、相对速度、相对加速度和相对位移-In the basic shock acceleration under the impact of equipment be quarantined for calculating the dynamic response, including the absolute acceleration, relative velocity, relative acceleration and relative displacement

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

发表评论

0 个回复

  • 线形拟合函数,也是一款很实用的数学计软件
    线形拟合函数,也是一款很实用的数学计算软件-linear fitting function, as well as one very practical mathematical calculation software
    2022-02-06 06:22:37下载
    积分:1
  • 常用分析,不用我多说,这绝对是编程的最基本要求
    常用算法分析,不用我多说,这绝对是编程的最基本要求-Common algorithms for analysis, I do not have to say, this is absolutely the most basic requirement of programming! ! !
    2022-11-22 18:10:03下载
    积分:1
  • procedures used in the calculation of the distribution of tasks, task allocation...
    该程序用于计算任务分配问题,任务分配问题也是运筹学中一个较难的问题。-procedures used in the calculation of the distribution of tasks, task allocation problem is tacticians had a more difficult problem.
    2022-06-16 01:19:43下载
    积分:1
  • 矩阵运
    // 矩阵乘法: C=AB, A[m×v],  B[v×n],  C[m×n] ... for row-major matrices   // 允许A,B,C 带入相同参数. double* matr_x(double*C, const double*Ao, const double*Bo, const int m,const int v, const int n){ if(!Ao || !Bo) return 0;    if(!C) C=new double[m*n];  double* A=new double[m*v], * B=new double[v*n];  memcpy(A,Ao,m*v*sizeof(double)); memcpy(B,Bo,v*n*sizeof(double));  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-07 01:39:24下载
    积分:1
  • 二叉树的儿叉链表存储表示
    有关于二叉树的二叉链表存储表示,其中分别包含二叉树的递归和非递归 创建、插入、遍历,辅助堆栈的建立。
    2023-06-04 13:30:04下载
    积分:1
  • 基于免疫的运输中心规划
    随着物流业的快速发展,配送在整个物流系统中的所起的作用越发重要,因而配送中心的选址对于企业的网络布局、经营方式等起到了重要作用。然而,配送中心的选择具有计算复杂、约束条件多等问题,普通算法难以找到问题的最优解。免疫算法具有非线性、全局搜索等优点,适合于此类复杂问题的研究,本案例研究了基于免疫算法的运输中心规划算法。
    2022-08-04 02:20:08下载
    积分:1
  • 基于类电磁机制的优化
    EM算法代码,利用类电磁机制求解优化问题的优化算法可以达到全局最优的算法,并且不要求目标函数或者约束变量可微
    2023-04-05 21:25:03下载
    积分:1
  • 数学系学生对kalman的理解,非常有用,对于理解kalman滤波,
    数学系学生对kalman的理解,非常有用,对于理解kalman滤波,-Department of Mathematics students kalman understanding, very useful for understanding the kalman filtering,
    2022-03-30 14:01:25下载
    积分:1
  • 稀疏矩阵运,c语言实现。
    稀疏矩阵运算,c语言实现。-sparse matrix operations, c language.
    2022-04-12 09:51:59下载
    积分:1
  • vc 著名的九宫图
    vc 著名的九宫图-vc famous JiuGongTu
    2022-01-27 08:47:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载