资源列表
Knapsack
- 背包问题(0-1背包和完全背包)动态规划代码-Code for Knapsack Problem using Dynamic Programming
JPDA
- 统的联合概率数据关联算法(IPDA)是在密集杂波环境下的一种良好的多目标跟踪算法, 但它是针对单传感嚣对多目标跟踪的情况下使用,不能直接用于多传感器对多目标的跟踪。针对这 一问题,文中提出了一种适用于多传感器多目标跟踪的JPDA算法,它以极大似然估计完成对来自 多传感器的测量集合进行同源最优分划,然后采用JPDA方法对多目标进行跟踪。经过理论分析和 仿真试验,证明了该方法能有效地进行多传感器多目标的跟踪,且具有算法简单、跟踪精度高、附 加的计算量小等优点。-Abstract)
nizhi
- 对带头结点的单链表进行逆置,利用队列,C++数据结构进行实现。-Single node of the lead against the set list for the use of queue, C++ data structures to achieve.
algorithm
- 有关算法的基本内容,内容言简意赅,适合学习使用-The basic content of the relevant algorithms, concise content for learning to use
Algorithmdesign
- 递归与分治算法的设计 动态规划算法设计 贪心算法设计 -Recursive divide and conquer algorithm with dynamic programming algorithm designed greedy algorithm
Minimum-spanning-tree
- 已知一个无向网,求该网的最小生成树,该程序使用的是克鲁斯卡尔算法,求的的最小生成树-A no known to the nets, for the nets minimum spanning tree, the program is using cruise Carl algorithm, and of the minimum spanning tree
Market_C
- NP问题的近似算法实现,VC++ 6.0开发环境 / C++语言,关于超市选点-NP problem to achieve approximation algorithm, VC++ 6.0 development environment/C++ language, on the supermarket site selection
datakechengsheji
- 建立二叉树的三叉链式存储结构,在此基础上完成下列算法: 1) 从键盘上输入二叉树的各个结点,建立三叉链表 2) 输出该二叉树 3) 非递归的层次遍历算法 4) 非递归的先序遍历、中序遍历、后序遍历算法 5)查找指定结点的双亲。 6)查找指定结点x,若存在返回true,否则返回false 7)求各结点的度 -data course design
migongqiujie
- 这是一个迷宫求解小程序,适用于数据结构学习-This is a maze solving procedures, applicable to the data structure learning
FLOOD-algorithm
- 该程序用FLOOD算法巧妙的实现航空订票系统,应用于小型航空订票系统,并且有利于学生学习数据结构之中的FLOOD算法。-The program with FLOOD algorithm skillful implement airline reservation system, used in the small airline reservation systems, and to benefit students learning data structure of FLOOD of the
huffman-tree
- 数据结构实验,C语言写的哈夫曼树编码器和译码器-Experimental data structures, C language to write the Huffman tree encoder and decoder
CHAP10
- 直接插入排序,简单选择排序,树形选择排序,多关键字排序-Direct insertion sort, simple selection sort, tree selection sort, many key sort
