资源列表
[数学计算/工程计算] taucs_full
说明:TAUCS是解稀疏线性问题的C语言库。包括: 多波Supernodal Cholesky分解; 左看Supernodal Cholesky分解 -TAUCS is a C library of sparse linear solvers. The current version of the library includes the following functionality: Multifrontal Supernodal Cholesky Factorization;<LouisChen> 在 2025-11-29 上传 | 大小:7.87mb | 下载:0
[数值算法/人工智能] chushiduizhun1
说明:自己编写的一个简单的初始对准的程序,思路比较清楚,比较适合初学者-I have written a simple initial alignment procedures, ideas, clearer and more suitable for beginners<yanxin> 在 2025-11-29 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] INSgongjuxiang
说明:一个惯导的工具箱,很实用,学习惯导的可以应用此工具箱来实现自己程序的编写-An inertial navigation toolbox, it is useful to learn INS can be applied to the toolbox to achieve their own procedures for the preparation of<yanxin> 在 2025-11-29 上传 | 大小:663kb | 下载:0
[数值算法/人工智能] lianbanglvbo
说明:一个联邦滤波的程序,可以实现比KF更高的滤波精度-A federal filtering program, can achieve a higher filtering accuracy than the KF<yanxin> 在 2025-11-29 上传 | 大小:11kb | 下载:1
[数值算法/人工智能] 47651500KF_SINS_modify2
说明:一个经过优化的INS-KF滤波算法,可以实现比常规kalman滤波更高的精度和效果,有兴趣的可以学习一下-An optimized INS-KF filtering algorithm, can achieve higher than conventional kalman filtering accuracy and effectiveness are interested can learn about<yanxin> 在 2025-11-29 上传 | 大小:2kb | 下载:0
[matlab例程] Alaa_ToolBox_sent
说明:模式识别matlab工具箱。一般常见的分类方法都包含在内,还有svm分类。-Pattern recognition matlab toolbox. General common classification methods are included, as well as svm classification.<swallow> 在 2025-11-29 上传 | 大小:74kb | 下载:0
[matlab例程] recursion
说明:递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。 递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。-Recursion, is a function to achieve a very important part of many programs<sulihao> 在 2025-11-29 上传 | 大小:3kb | 下载:0