资源列表
[matlab例程] ZhuanTai_DO_test_2
说明:基于干扰观测器的PID控制 通过PID控制对存在干扰的被控对象的仿真-Based on disturbance observer PID control PID control by the existence of the object and interference simulation<占佳> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] qsort
说明:qsort一种实现,方便简单。使用时候只用调用sort(l,r),l表示要排序的数组最左端的值,r为右端,例如sort(0,n-1)-qsort an implementation easy and convenient. Use only when calling sort (l, r), l want to sort the array that the value of the most left, r for the far right, such as sort (0, n-1)<coolbe> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] bestschedulestore
说明:用贪心算法实现的程序存储问题和用回溯法实现的最佳调度问题-Greedy algorithm with memory problems and procedures to achieve the best use of backtracking scheduling problem<sean> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] split_step_fourior
说明:光传输链路的分步傅立叶算法仿真核心代码,可以绘制曲线观察演化过程-Optical link simulation step Fourier algorithm for the core code, you can draw the curve evolution process of observation<lurui> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] lianshibiao
说明:(1).键盘输入一组元素,建立一个无头结点的单向链表(无序)。 (2).遍历(打印)单向链表。 (3).把单向链表中元素逆置(不允许申请新的结点空间)。 (4).在单向链表中删除所有的偶数元素结点。 (5).对链表排序,排序后链表元素按照非递减方式排列(注意:排序时如果要交换两个结点的顺序,不得通过交换结点的内容,而需要使用改变指针的方式交换结点的位置。建议使用直接插入排序算法)。 (6).利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。 (7).利用算法<杨杨> 在 2025-06-28 上传 | 大小:1kb | 下载:0