资源列表
[压缩解压] estimation_release08_11_16x16
说明:这是编解码中运动估计的代码(已经调试通过)对于视频处理初学者很有帮助-This is the codec in the motion estimation code (which has debug through) useful for video processing for beginners<heshimin> 在 2025-06-17 上传 | 大小:1.47mb | 下载:0
[数值算法/人工智能] chazhisuanfa
说明:介绍了几个用c语言编写的插值算法,程序简单,实用,很有帮助。-Introduce a number of languages used c interpolation algorithm, the procedure is simple, practical and helpful.<chenren> 在 2025-06-17 上传 | 大小:3kb | 下载:0
[数值算法/人工智能] kalmanfilter
说明:本文较全面的介绍了kalman滤波器的基本原理,并用几个例子做了介绍,给出了源码-In this paper, a more comprehensive introduction of the basic principles of kalman filter and used to do a few examples of the introduction given source<chenren> 在 2025-06-17 上传 | 大小:10kb | 下载:0
[matlab例程] MATLAB7.1yichuansuanfa[matlab]
说明:本文件为用matlab编写的遗传算法程序,内容较为全面,好不易得才找到的。-This document is prepared for the use of genetic algorithm matlab procedures, content more comprehensive, so it was difficult to find.<chenren> 在 2025-06-17 上传 | 大小:104kb | 下载:0
[数据结构常用算法] LookUpDictionary
说明:一个快速,高效的字典查询软件。采用改进的红黑树的搜索算法。-A fast, efficient software dictionary query. Improved red and black tree search algorithm.<Liberty> 在 2025-06-17 上传 | 大小:288kb | 下载:0
[数值算法/人工智能] Kalman
说明:这是一个用于雷达航迹处理的kalman滤波程序-This is a deal for the radar track of kalman filtering procedures<liujingxing> 在 2025-06-17 上传 | 大小:118kb | 下载:0
[数据结构常用算法] swiftordering
说明:从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对划分后的前一部分和后一部分递归调用. 算法平均时间复杂度: O(nlogn) -Any check from the array element p (can be random access, and now to take the first example). To P as the main element of the<朱洁> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] integratingordering
说明:归并排序:将数组划分为小数组,通过局部的有序合并,解决问题 算法平均时间复杂度: O(nlogn) -Merging Sort: The array is divided into a small array, in an orderly manner through the partial merger, the average time algorithm to solve the problem complexity: O (nlogn)<朱洁> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] 5.9
说明:这个程序是一个六子棋对弈引擎,采用六子棋标准对弈协议,在对弈平台下可以实现人机对弈或者程序间对弈。具有较好的棋力。-This procedure is a sub-six chess game engine, the use of six sub-standard chess game agreement, in the game platform can be achieved between man-machine chess game or program.棋力good.<谢汪益> 在 2025-06-17 上传 | 大小:2.91mb | 下载:1
[数据结构常用算法] ordering4
说明:堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子 算法平均时间复杂度: O(nlogn) -HEAPSORT: thinking: using binary tree structure to express the array, and used to express an array of binary tree structure, such as i the parent node<朱洁> 在 2025-06-17 上传 | 大小:1kb | 下载:0