登录
首页 » matlab » zaihefenbu

zaihefenbu

于 2020-10-26 发布 文件大小:568KB
0 231
下载积分: 1 下载次数: 9

代码说明:

  MATLAB分析程序,分析需要参数:圆锥滚子轴承的滚子几何参数、材料参数。(The geometric parameters and the material parameters of the roller are required.)

文件列表:

圆锥滚子轴承载荷分布\111111.txt, 551 , 2017-01-07
圆锥滚子轴承载荷分布\ao1.mat, 77061 , 2017-06-26
圆锥滚子轴承载荷分布\b1.mat, 213476 , 2017-06-26
圆锥滚子轴承载荷分布\fenbuez1.asv, 1895 , 2017-06-21
圆锥滚子轴承载荷分布\fenbuez1.m, 1895 , 2017-06-21
圆锥滚子轴承载荷分布\fenbuez2.m, 2421 , 2017-01-07
圆锥滚子轴承载荷分布\jiechu5.m, 1564 , 2017-01-13
圆锥滚子轴承载荷分布\jiechu5.rar, 818 , 2017-01-30
圆锥滚子轴承载荷分布\jiechu6.m, 1482 , 2017-01-13
圆锥滚子轴承载荷分布\Po1.mat, 209817 , 2017-06-26
圆锥滚子轴承载荷分布\S.mat, 77061 , 2017-06-26
圆锥滚子轴承载荷分布\Untitled.asv, 1422 , 2017-06-25
圆锥滚子轴承载荷分布\Untitled.m, 1371 , 2017-06-26
圆锥滚子轴承载荷分布, 0 , 2017-01-30

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

发表评论

0 个回复

  • STM32CubeMX+FreeRTOS入门教程
    STM32CubeMX+FreeRTOS入门教程(STM32CubeMX+FreeRTOS)
    2020-11-17 15:19:41下载
    积分:1
  • 同伦代码求解零点
    说明:  利用同伦算法计算方程的零点,同伦参数为0是原问题,同伦参数为1是新问题(Using Homotopy Algorithms to Calculate Zero Points)
    2019-07-10 19:22:25下载
    积分:1
  • axublog1.0.8install
    axublog是一款PHP个人博客系统,努力成为最优秀国产博客建站系统 开发和测试环境 本地测试环境1,WINXP+PHPNOW Apache/2.0.63 PHP版本:5.2.14 MYSQL版本:5.0.90 本地测试环境2,WINXP+PHPSTUDY 测试结果: php-5.2.17+apache axublog正常运行 php-5.3.29-nts+apache axublog正常运行 php-5.4.45+apache axublog无法运行出错 php-5.4.45-nts+apache axublog正常运行 php-5.5.38+apache 电脑系统太老未能做测试 php-5.6.27-nts+apache 电脑系统太老未能做测试 php-7.0.12-nts+apache 电脑系统太老未能做测试(WINXP+PHPNOW WINXP+PHPSTUDY php-5.2.17+apache axublog php-5.3.29-nts+apache axublog php-5.4.45-nts+apache axublog)
    2020-10-28 16:09:58下载
    积分:1
  • 一个不错的做图软件,功能比较强大,便于学习
    一个不错的做图软件,功能比较强大,便于学习-Make a good map software, the more powerful features, easy to learn
    2022-09-04 21:45:04下载
    积分:1
  • 3路寻迹测试程序
    说明:  3路寻迹测试程序 智能小车寻迹程序 红外对管(intelligent; intelligence; brain power; noopsyche dolly; wheelbarrow; handbarrow; sedan; handcart procedure; order; program; software; formality infrared)
    2019-02-18 13:38:28下载
    积分:1
  • 这是一个关于matlab和VC的例子
    this is a example about matlab and VC
    2022-06-02 20:59:16下载
    积分:1
  • Deep
    说明:  本文提出了一种用于通信系统中无线电信号检测的自动调制识别框架。该框架考虑了深度卷积神经网络(CNN)和长期短期记忆网络(LSTM)。 此外,我们提出了一种预处理信号表示,其组合了调制信号的同相,正交和四阶统计。所提供的数据表示允许我们的CNN和LSTM模型对我们的测试数据集实现8%的改进。(Automatic Modulation Recognition using Deep Learning Architectures, 2018 IEEE 19th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC))
    2020-11-12 21:19:44下载
    积分:1
  • 本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们...
    本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下: (1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件: (2) 采用二级或二级以上的多级文件目录管理; (3) 对文件应设置存去控制保护方式,如“只能执行”、“允许读”、“允许写等”; (4) 系统的外部特征应接近于真实系统,可设置下述文件操作命令: 命 令 功 能 命 令 功 能 Create 建立文件 Read 读文件 Open 打开文件 Write 写文件 Close 关闭文件 Copy 复制文件 Delete 撤消文件 Directory 查询目录 (5) 通过键盘使用该文件系统,系统应显示操作命令的执行结果。-the purpose of this design is by designing and debugging a simple file system, main operation is simulated documents the execution of the order to simulate document management, enable students to the main document commands the substance and the implementation process of a more in-depth understanding, They grasp of the basic method. Specific requirements are as follows : (1) design a support n user file system, each user can have multiple files : (2) use of two or more than two multi-level directory management; (3) the document should be set up to deposit control and protection methods, such as "the only
    2023-04-23 12:45:04下载
    积分:1
  • acoustic_normalmode_chebyshev_ap
    水声传播简正波计算程序,基于chebyshev近似方法。(underwater acoustic field computing NORMAL MODE program, based on CHEBYSHEV approximation.)
    2009-03-10 10:04:47下载
    积分:1
  • MF-DCCA-master
    多重分形趋势互 分析法(MF-DCCA)方法可以用来量化这种交叉相关,例如 MF-选区基于趋势波动分析方法(MF-X-DFA)(The multifractal trend analysis of each method (MF-DCCA) method can be used to quantify this cross-correlation, such as MF-constituency based on detrended fluctuation analysis (MF-X-DFA))
    2017-10-16 21:48:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载