资源列表
[matlab例程] vsfunc
说明:此程序是matlab中给出连续系统的s函数,给出了如何在simulink中建立一个变量,注释详尽,使用简单,其中的注释详细,自己可以对变量做相应的变换-This procedure is given in matlab continuous system s function is given how to create a simulink variables, comments, detailed, easy to use, which notes in detail that they c<gengxiang> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] relax
说明:松弛算法 批处理裕量松弛算法 样本数据和松弛值自定义-Relaxation Algorithm margin Relaxation Algorithm batch sample data value and relaxation since the definition of<fatlily> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[matlab例程] selfspline
说明:第一、二种边界条件的三次样条插值程序,应用MATLAB编写,比较实用。-First, two kinds of boundary conditions of the cubic spline interpolation procedure, the application of MATLAB to prepare, more practical.<谢治州> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] kmeans
说明:k-means算法 自定义数据样本和类中心 已经调试实现 并且有图清晰表示-k-means algorithm for custom data types of samples and testing center has been and realize that has a clear plan<李慧敏> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] swiftordering
说明:从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对划分后的前一部分和后一部分递归调用. 算法平均时间复杂度: O(nlogn) -Any check from the array element p (can be random access, and now to take the first example). To P as the main element of the<朱洁> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] integratingordering
说明:归并排序:将数组划分为小数组,通过局部的有序合并,解决问题 算法平均时间复杂度: O(nlogn) -Merging Sort: The array is divided into a small array, in an orderly manner through the partial merger, the average time algorithm to solve the problem complexity: O (nlogn)<朱洁> 在 2025-07-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ordering4
说明:堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子 算法平均时间复杂度: O(nlogn) -HEAPSORT: thinking: using binary tree structure to express the array, and used to express an array of binary tree structure, such as i the parent node<朱洁> 在 2025-07-01 上传 | 大小:1kb | 下载:0