资源列表
[STL] QT-text-boost
说明:Qt 上使用boost代码,用于测试boost成功的使用了boost代码-Qt to use boost code for testing boost the use of the boost code<tom> 在 2025-04-24 上传 | 大小:4kb | 下载:0
[数学计算/工程计算] 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-04-24 上传 | 大小: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-04-24 上传 | 大小:4kb | 下载:0
[压缩解压] image-compression-based-on-matlab
说明:基于matlab的图像压缩,利用保留低频系数法来实现-image compression based on matlab, keep the low frequency coefficience<jack> 在 2025-04-24 上传 | 大小:4kb | 下载:0
[matlab例程] New-Folder-(3)
说明:this code shows the new filter application -this code shows the new filter application ........................................<pandey> 在 2025-04-24 上传 | 大小:4kb | 下载:0
[matlab例程] discrete-exponential-signal
说明:matlab program for discrete exponential signal<jeetu> 在 2025-04-24 上传 | 大小: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 le<renee> 在 2025-04-24 上传 | 大小:4kb | 下载:0
[matlab例程] a-method-of-amplitude-rectification-
说明:一种信号矫正方法:对经过fft的信号进行频率、幅值、相位矫正,提高精度-a method to improve the amplitude precision of the signal after FFT<林龙> 在 2025-04-24 上传 | 大小:4kb | 下载:0
[数据结构常用算法] First_Assignment
说明:从左到右及从右到左遍历一个单链表是可能的,其方法是在从左向右遍历的过程中将连接方向逆转,如右图所示。在图中的指针p指向当前正在访问的结点,指针pr指向指针p所指结点的左侧的结点。此时,指针p所指结点左侧的所有结点的链接方向都已逆转。 (1) 编写一个算法,从任一给定的位置(pr, p)开始,将指针p右移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最右边的结点上。 (2) 编写一个算法,从任一给定的位置(pr,<刘洋> 在 2025-04-24 上传 | 大小:4kb | 下载:0