资源列表
[数学计算/工程计算] meanshift-kalman
说明:利用meanshift kalman算法实现对视频中运动对象的跟踪。-Meanshift kalman algorithm using video tracking of moving objects.<zhanq> 在 2025-10-14 上传 | 大小:4.24mb | 下载:0
[数学计算/工程计算] DFS
说明:Depth-first search (DFS) is an algorithm for traversing or searching a tree, tree structure, or graph. One starts at the root (selecting some node as the root in the graph case) and explores as far as possible along each branch before backtracking.<a32> 在 2025-10-14 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] BFS
说明:In graph theory, breadth-first search (BFS) is a graph search algorithm that begins at the root node and explores all the neighboring nodes. Then for each of those nearest nodes, it explores their unexplored neighbor nodes, and so on, until it finds<a32> 在 2025-10-14 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Countingsort
说明:Counting sort (ultra sort or math sort[1]) is a sorting algorithm which (like bucket sort) takes advantage of knowing the range of the numbers in the array to be sorted (array A). It uses this range to create an array C of this length.<a32> 在 2025-10-14 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] SplayTree
说明:A splay tree is a self-adjusting binary search tree with the additional property that recently accessed elements are quick to access again. It performs basic operations such as insertion, look-up and removal in O(log n) amortized time.<a32> 在 2025-10-14 上传 | 大小:2kb | 下载:0
[matlab例程] ofdm(matlab)
说明:用matlab实现ofdm调制,采用Bpsk调制方式。-ofdm modulation<xiaohua > 在 2025-10-14 上传 | 大小:4kb | 下载:0
[数学计算/工程计算] zadania3_3_Dijkstry
说明:Dijkstra s algorithm. The program searches for the shortest rail link between towns.<a32> 在 2025-10-14 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] KF-Application-in-Navigation
说明:Kalman滤波实质上是一种实时递推算法,其设计方法简单易行,所需的存储空间小,因此,在工程实际中受到了广泛重视。随着计算机技术的飞速发展,以Kalman滤波技术为核心的现在估计理论也已广泛应用于航天、航空、航海、系统工程、通信、工业过程控制、遥感等各个领域。本文紧密结合Kalman滤波理论在导航、制导领域的应用展开。主要讨论各种导航种类中的惯性导航。讨论Kalman滤波在惯性导航实现以及其与其他种类导航的组合导航实现时的应用。并且建模实现惯性导航的过程,并且比较了在有辅助信息前提下误差均方根的<mini> 在 2025-10-14 上传 | 大小:170kb | 下载:0
[人工智能/神经网络/遗传算法] Job-shop-MATLAB
说明:用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures<小刚> 在 2025-10-14 上传 | 大小:100kb | 下载:0