资源列表

« 1 2 ... .93 .94 .95 .96 .97 3298.99 .00 .01 .02 .03 ... 28522 »

[数学计算/工程计算stepregression

说明:利用visual c++,实现线性回归算法的程序!-use visual c, linear regression algorithm to achieve the procedure!
<camperlinan> 在 2025-09-09 上传 | 大小:28kb | 下载:0

[matlab例程targettrackingusingkalman

说明:在matlab环境下,实现kalman滤波器跟踪目标。-in Matlab environment, the Kalman filter to track the realization of goals.
<camperlinan> 在 2025-09-09 上传 | 大小:680kb | 下载:0

[matlab例程demo

说明:在matlab环境下,用最邻近数据关联算法实现目标跟踪。-the Matlab environment, using the most neighboring data association algorithm to achieve the target track.
<camperlinan> 在 2025-09-09 上传 | 大小:20kb | 下载:0

[matlab例程RADARsimulationcode

说明:在matlab环境下,实现一个雷达仿真程序。-in Matlab environment, the realization of a radar simulation.
<camperlinan> 在 2025-09-09 上传 | 大小:23kb | 下载:0

[数学计算/工程计算knn

说明:在visual basic环境下,实现k-nearest neighbor算法。-in visual basic environment, achieving k-nearest neighbor algorithm.
<camperlinan> 在 2025-09-09 上传 | 大小:18kb | 下载:0

[数值算法/人工智能waveletTSSF

说明:将提升小波用于目标跟踪。 小波提升的核心就是更新算法和预测算法,通过预测算法可以得到高频信息,而通过更新算子可以得到正确的低频信息.提升样式可以实现原位计算和整数提升,并且变换的中间结果是交织排列的.其中原位计算和整数提升在硬件实现中很有价值.-will enhance wavelet for target tracking. Lifting the core algorithm and is updated prediction algorithm, algorithm can be pr
<大仙> 在 2025-09-09 上传 | 大小:213kb | 下载:0

[人工智能/神经网络/遗传算法Mouse_and_Cat

说明:面试老鼠和猫连动问题的集中解决方案 可以建议应付面试问题-interview rats and cats even move the concentrated solution can meet the proposed interview questions
<kingsfighter> 在 2025-09-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法shu

说明:1.[问题描述] 编写递归算法,计算二叉树中叶子结点的数目 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g . [输出] 按中序序列输出,输出的结果为;dbheaficg并计算出二叉树中叶子结点的数目为4 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,中序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点。根据左右子树的最后一个
<Demonic> 在 2025-09-09 上传 | 大小:8kb | 下载:0

[数据结构常用算法shu2

说明:2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的结点 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置 [输出] 若二叉树不空,按先序序列输出,求出所求位置的结点 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点
<Demonic> 在 2025-09-09 上传 | 大小:7kb | 下载:0

[数据结构常用算法chazhao

说明:[问题描述] 在二叉排序树中查找关键字为KEY的记录 [输入] 有序表输入要查找元素的关键字 [输出] 查找成功是即可显示查找成功 #include <stdlib.h> #include <stdio.h> typedef int KeyType typedef struct{ -[Problem Descr iption] Binary Tree ranking keyword search for the rec
<Demonic> 在 2025-09-09 上传 | 大小:13kb | 下载:0

[数据结构常用算法neipaixu

说明:[问题描述] 将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N) [输入] 待排序记录个数,各关键字的值。 [输出] 关键字从正负分开,正数在前 [存储结构] 待排序记录顺序存储。 [算法的基本思想] 快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。 #in
<Demonic> 在 2025-09-09 上传 | 大小:7kb | 下载:0

[matlab例程FUZZY_ACDCSYSTEMS

说明:This paper discusses the impact of HVDC on Power System Stability and proposes a new control mechanism based on Fuzzy set theory to augment dynamic performance of a multi-machine power system. To have good damping characteristics over a wide
<india> 在 2025-09-09 上传 | 大小:481kb | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 3298.99 .00 .01 .02 .03 ... 28522 »

源码中国 www.ymcn.org