登录
首页 » matlab » 可靠性设计

可靠性设计

于 2020-06-01 发布
0 161
下载积分: 1 下载次数: 1

代码说明:

说明:  此资料内包含多种常见的算法由程序和相关图片,应用于机械工程领域,可靠性设计方向。(This document contains a variety of common algorithms from programs and related pictures, applied to the field of mechanical engineering, reliability design direction)

文件列表:

可靠性设计, 0 , 2020-06-01
可靠性设计\code33.m, 117 , 2020-04-19
可靠性设计\code34.m, 86 , 2020-04-19
可靠性设计\code35.m, 179 , 2020-04-19
可靠性设计\code36.m, 179 , 2020-04-19
可靠性设计\code37.m, 96 , 2020-04-19
可靠性设计\code39_1.m, 160 , 2020-04-19
可靠性设计\code39_2.m, 160 , 2020-04-19
可靠性设计\code40.m, 121 , 2020-04-19
可靠性设计\code41.m, 119 , 2020-04-19
可靠性设计\code43.m, 135 , 2020-04-19
可靠性设计\code43_2.m, 136 , 2020-04-19
可靠性设计\code46_1.m, 160 , 2020-04-19
可靠性设计\code46_2.m, 116 , 2020-04-19
可靠性设计\code47.m, 109 , 2020-04-19
可靠性设计\code48.m, 144 , 2020-04-19

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

发表评论

0 个回复

  • 2 分类指令 在介绍各条分类指令之前,将指令中的操作数及注释中的符号说明如下。 Rn:当前指定的工作寄存器组中的Ro...
    2 分类指令 在介绍各条分类指令之前,将指令中的操作数及注释中的符号说明如下。 Rn:当前指定的工作寄存器组中的Ro-R7(其中n=0,1,2,…,7)。 Ri:当前指定的工作寄存器组中的RO,R1(其中i=0,1)。 (Ri):Ri间址寻址指定的地址单元。 ((Ri)):Ri间址寻址指定地址单元中的内容。 dir:8位直接字节地址(在片内RAM和SFR存储空间中)。 #data8:8位立即数。 #datal6:16位立即数。 addrl6:16位地址值。 addrll:11位地址值。 -2 classification of instruction in the introduction of each classification of instructions before the operation instructions and notes the number of symbols are described below. Rn: the current work of the designated register group Ro-R7 (in which n = 0,1,2, ..., 7). Ri: the current register group specified in the RO, R1 (in which i = 0,1). (Ri): Ri addressing inter-site unit
    2022-02-07 17:01:45下载
    积分:1
  • complex
    复合形法matlab优化程序,用于约束条件下非线性问题规划。(Complex method matlab optimization procedures, for constrained nonlinear problems under the conditions of planning.)
    2008-05-03 16:11:02下载
    积分:1
  • 8 LED simulated binary addition operations. Asm 8 months LED simulated binary ad...
    8个发光管模拟二进制加法运算.asm 8个发光管模拟二进制加法运算.asm-8 LED simulated binary addition operations. Asm 8 months LED simulated binary addition operations. Asm
    2022-06-03 11:35:32下载
    积分:1
  • audible voice an assembler
    voice发声汇编程序1-audible voice an assembler
    2022-05-27 04:15:17下载
    积分:1
  • In the window instead of using the bmp file in response to WM_PAINT message, win...
    在窗口上使用bmp文件而不用响应WM_PAINT消息,win32汇编源码,及编译好的exe文件,汇编爱好者不错的选择-In the window instead of using the bmp file in response to WM_PAINT message, win32 compilation of source code, and compiled exe files, the compilation of fans a good choice
    2022-09-24 03:40:03下载
    积分:1
  • 本程序,利用BCB6.0写,可以进行2×2矩阵相乘的运算,并且为可视化程序。...
    本程序,利用BCB6.0编写,可以进行2×2矩阵相乘的运算,并且为可视化程序。-This procedure, using BCB6.0 preparation, can be multiplied by 2 × 2 matrix of computing, and visualization procedures.
    2022-01-26 02:12:16下载
    积分:1
  • use of the card RTL8139 development to make the PC hard drive, network card, pas...
    利用对网卡RTL8139的开发,使PC硬盘,网卡,口令为一体,从而实现对硬盘数据的保护.-use of the card RTL8139 development to make the PC hard drive, network card, passwords as one. thus the hard drive data protection.
    2022-11-03 09:05:02下载
    积分:1
  • C译器的源代码
    C语言编译器的源代码-C language compiler source code
    2022-06-19 18:14:49下载
    积分:1
  • Described in detail how to use the C language, digital signal processing in the...
    详细介绍了如何使用C语言编写数字信号处理中最常用的FFT程序-Described in detail how to use the C language, digital signal processing in the most commonly used FFT procedure
    2022-10-21 02:25:02下载
    积分:1
  • asm
    这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中:   模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。 (This is a letter or number system conversion process between the 5 main modules, called module 1 and module 7 module 1 also called modules 2,3,4 and 6 in four modules, of which: Module 2 realize lowercase letters to uppercase letters conversion module 3 realize capital letters to lowercase letters conversion module 4 realize binary number to hexadecimal number conversion module 6 hexadecimal number to realize binary number conversion module 7 realize hexadecimal number to decimal number conversion by the )
    2008-05-27 20:43:25下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载