资源列表
DES
- 一个简单的DES算法的C实现,注释很清楚-A simple C implementation of DES algorithm, annotation is very clear
PSOalgorithmSummary
- 微粒群算法综述,关于最短路径等的算法,看看就知道
video-stabilization
- 这是基于MATLAB的电子稳像程序,效果还可以,希望对大家带来帮助-This is a MATLAB-based electronic stabilization program, the effect can be, we want to be helpful
tree-hash-table-homework
- 纽约大学数据结构课程作业5 树,红黑树,哈希表, 以及一道编程题的原始数据-Data structure course work at New York University 5 trees, red-black trees, hash tables, and a programming question of the original data
BCO
- 蜜蜂全体优化算法及其多变体的应用及优化。(Application and optimization of the Bee Colony Optimization (BCO) algorithm and its numerous variants.)
CBR
- Case Based Reasoning (CBR) suatu model penalaran yang penggabungkan pemecahan masalah, pemahaman dan pembelajaran serta memadukan keseluruhannya dengan pemrosesan memori. Tugas tersebut dilakukan dengan memanfaatkan kasus yang pernah dialami oleh sis
背包九讲-2.0
- 背包九讲,主要讲述DP相关的背包算法以备大家参考(Knapsack nine lectures, mainly about DP related knapsack algorithm, for your reference)
dleo93
- 这是北京大学Acm上所有题目源代码,超好()
16513070
- 这是北京大学Acm上所有题目源代码,超好()
9573644
- 矩阵操作的C++实现,方便对其进行初始化,转置及求逆()
Algorithm_day2
- c++实现各类排序以及优化,包括各类的头文件,需要整体导入才能使用(C++ implements all sorts of sorting and optimization)
最小生成树
- 问题描述:给定一个地区的n个城市间的距离网,用Prim算法或Kruskal算法建立最小生成树,并计算得到的最小生成树的代价。 基本要求: 1、城市间的距离网采用邻接矩阵表示,邻接矩阵的存储结构定义采用课本中给出的定义,若两个城市之间不存在道路,则将相应边的权值设为自己定义的无穷大值。要求在屏幕上显示得到的最小生成树中包括了哪些城市间的道路,并显示得到的最小生成树的代价。 2、表示城市间距离网的邻接矩阵(要求至少6个城市,10条边) 3、最小生成树中包括的边及其权值,并显示得到的最小生成树的代价。
