资源列表
[数学计算/工程计算] Kalman--the-conversion-of--equation
说明:卡尔曼差分到状态方程的转换: 分子分母均为降序排列-The Kalman differential to the conversion of the equation of state: the numerator and denominator are in descending order<刘建> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[matlab例程] SINS-VelAlignment-time-delay-MATLAB
说明:关于捷联惯性导航传递对准的仿真程序,期待学术交流~谢谢分享~-Simulation program on Transfer Alignment of Strapdown Inertial Navigation and look forward to the academic exchange ~ Thank you for sharing ~<> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[数据结构常用算法] LinkList
说明:1、实现单链表的所有基本操作包括表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2、测试链表所有功能 3、实现循环链表的基本操作,并编写测试程序。 4、实现双向链表的基本操作,并编写测试程序。 5、实现单链表的逆置。 6、判定两个链表是否相交。-A single linked list of all the basic operations, including the initialization of the table, inser<陈小默> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[压缩解压] image-compression-based-on-matlab
说明:基于matlab的图像压缩,利用保留低频系数法来实现-image compression based on matlab, keep the low frequency coefficience<jack> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[matlab例程] New-Folder-(3)
说明:this code shows the new filter application -this code shows the new filter application ........................................<pandey> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[matlab例程] discrete-exponential-signal
说明:matlab program for discrete exponential signal<jeetu> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[matlab例程] houghcircle-1
说明:Function uses Standard Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. upper left corner of image is the orig<renee> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[matlab例程] a-method-of-amplitude-rectification-
说明:一种信号矫正方法:对经过fft的信号进行频率、幅值、相位矫正,提高精度-a method to improve the amplitude precision of the signal after FFT<林龙> 在 2025-09-14 上传 | 大小:4kb | 下载:0
[数据结构常用算法] First_Assignment
说明:从左到右及从右到左遍历一个单链表是可能的,其方法是在从左向右遍历的过程中将连接方向逆转,如右图所示。在图中的指针p指向当前正在访问的结点,指针pr指向指针p所指结点的左侧的结点。此时,指针p所指结点左侧的所有结点的链接方向都已逆转。 (1) 编写一个算法,从任一给定的位置(pr, p)开始,将指针p右移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最右边的结点上。 (2) 编写一个算法,从任一给定的位置(pr, p)开始,将指针p左移k个结点。如果p移出链表,则将p置为0<刘洋> 在 2025-09-14 上传 | 大小:4kb | 下载:0