搜索资源列表
机载火控系统多传感器航迹数据融合
- 为研究机载火控系统多传感器数据融合的方法。采用了用于多目标多传感器航迹数据融合的改进的卡尔曼滤波算法.
数据结构各种排序算法比较
- 数据结构作业,有顺序查找,拆半查找和分块查找,以及它们之间的比较,这是我上交的报告,里边有全部的源码,直接就可以拿来交给老师,希望能对有些人起到帮助的作用。
数据结构讲义
- 1.算法 2.线性表 3.栈和队列 4.数组 5.树 6.图 7.查找 8.排序
数据结构
- 11个Word文档,详细介绍各种数据结构和算法
云自适应粒子群算法
- 基于云模型的自适应粒子群算法,很有思想,很好!-Based on cloud model adaptive particle swarm algorithm, very ideological, very good!
Olympic_thesis
- 国际奥林匹克编程大赛中国选手的论文,都是和算法相关的.程序=算法+数据结构,在CPU性能不断提升的今天,依然有很多问题无法通过计算机在有限的时间内解决,算法的改进通常会带来意想不到的效果,希望对大家有一定启发意义.-Programming the International Olympic Competition of China s papers, and algorithms are related. Program = algorithm+ data structure, in the e
数据结构与算法基础知识
- 全国计算机等级考试基础知识 数据结构与算法部分
《算法与数据结构》实验报告
- 利用赫夫曼编码进行通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据进行预先编码;在接受端将传来的数据进行解码(复原)。对于可以双向传输的信道,每端都要有一个完整的编/译码系统。试为这样的信息收发站写一个赫夫曼的编译码系统
Java数据结构与经典算法——高手必会
- Java数据结构与经典算法可以参考学习一些知识,通过上面的一些介绍可以,掌握一些技巧
数据结构-迷宫
- C语言数据结构的一次实验报告——迷宫。包含算法和源代码。可直接使用。(Data structure experiment report - maze)
面向高维数据的子空间聚类算法研究
- 面向高维数据的子空间聚类算法研究,包括所有的硬子空间,软子空间等聚类算法,也包括一些新提出的子空间聚类算法及其伪代码和实验分析。(The research of subspace clustering algorithms for high-dimensional data includes all the hard subspace, soft subspace and other clustering algorithms. It also includes some newly propo
数据结构与算法分析英文C++描述V3.2
- 数据结构与算法分析英文C++描述V3.2(Data structure and algorithm descr iption)
实波束基于最大后验准则超分辨算法matlab
- 基于最大后验准则的前视成像算法,仿真数据及处理程序(Forward looking imaging algorithm, simulation data and processing program)
数据结构与算法分析:C语言描述(原书第2版)
- 数据结构与算法分析:C语言描述(原书第2版)(Data structure and algorithm analysis: C language descr iption (original book, Second Edition))
哈尔滨工业大学《数据结构》课件
- 哈工大数据结构与算法教学课件,可供哈工大数据结构考研参考(Harbin Institute of data structure and algorithm courseware, for graduate data structure PubMed reference)
多任务下的数据结构与算法
- 多任务下的数据结构与算法,介绍基本的数据结构容器,引进了多任务。(The data structure and algorithm of multi task are introduced. The basic data structure container is introduced, and multi task is introduced.)
ACM算法模板(吉林大学)
- 有关acm算法的一本电子文档,以及模板,很实用。(About the ACM algorithm of an electronic document, as well as templates, very practical.)
22道数据结构算法面试题
- 程序员面试时经常会有结构算法题,这22道数据结构算法题各有特点,会有所帮助(Programmer interview questions often have structure algorithm, the 22 data structure algorithm problem has different features, will help)
数据结构与算法JavaScript描述
- 数据结构与算法Javascr ipt描述,前端面试的可以看看,数据结构还是很重要(Data structure and algorithm Javascr ipt descr iption)
APRIORI算法
- APRIORI算法是十大经典数据挖掘算法之一,核心思想是通过候选集生成和情节的向下封闭检测两个阶段来挖掘频繁项集。(APRIORI is one of the ten classic data mining algorithms. The core idea of APRIORI is to mine frequent itemsets through two stages: candidate generation and closed down detection.)