资源列表
[书籍源码] slidingmode
说明:这是Simulink仿真程序的模块图,可以借助这个学习基本的PID仿真程序-This is a block diagram of the Simulink simulation program can make use of this learning basic PID simulation program<navy> 在 2025-06-15 上传 | 大小:7kb | 下载:0
[书籍源码] NEWTON
说明:this source code is about regula this is use in computation numeric for student<mariayulita> 在 2025-06-15 上传 | 大小:7kb | 下载:0
[书籍源码] DFP-algorithm
说明:拟牛顿法(变尺度法)DFP算法。用C/C++语言实现了该算法。-The quasi-Newton method (DFP) DFP algorithm. With the C/C++ the algorithm language.<刘平> 在 2025-06-15 上传 | 大小:7kb | 下载:0
[书籍源码] linear-list
说明:在带头结点的单链表h中第i个数据元素之前插入一个数据元素x ,首先需要在单链表中寻找到第i-1个结点并用指针p指示,然后申请一个由指针s 指示的结点空间,并置x为其数据域值,最后修改第i-1个结点,并使x结点的指针指向第i个结点,要在带头结点的单链表h中删除第i个结点,首先要计数寻找到第i个结点并使指针p指向其前驱第i-1个结点,然后删除第i个结点并释放被删除结点空间。-Take the lead junction point of the singly-linked list h prior<刘> 在 2025-06-15 上传 | 大小:7kb | 下载:0