资源列表
[matlab例程] static-bearing_1
说明:求解静压径向轴承中油膜压力分布的数值计算核心程序-Solving hydrostatic radial bearing oil film pressure distribution in the core program of numerical calculation<张武果> 在 2025-02-23 上传 | 大小:1kb | 下载:1
[matlab例程] Mathematical-modelingamatlab
说明:给文件包含了几乎所有数学建模用到的分析法,如模糊数学,神经网络,灰色模型,并包含有相关模型matlab代码,可作为建模竞赛培训材料。-To the file contains almost all of the mathematical modeling used in the analysis, such as fuzzy, neural network, the gray model and includes the relevan<张中伟> 在 2025-02-23 上传 | 大小:3.96mb | 下载:0
[matlab例程] testproject3
说明:physical layer 802.-physical layer 802.11<aref> 在 2025-02-23 上传 | 大小:2kb | 下载:0
[matlab例程] kittlerMet
说明:matlab source code for adaptive threshold<dongo669> 在 2025-02-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] insertsort
说明:插入排序算法1.for 循环找出一个待比较的值,然后进入while循环中,与数组中下标比它小的数据进行比较, * 因为下标比它小的数据都是排好序的,当a[i]大于这个数时,将a[i]往后移一下,就是这个数 * 的下标加1,依次循环,将比这个数的的数都移动到此数的后面,假如:当执行i--后,while条件 * 不成立,从而退出了while循环,此时,下标为i的数组值小于这个标准数,所以将这个标准数放到 * 下标为i+1的数<woshi> 在 2025-02-23 上传 | 大小:1kb | 下载:0