资源列表
0-1knapsack_problem
- 0/1背包问题:给定n种物品和一个容量为C的背包,物品i的重量是wi,其价值为vi,0/1背包问题是如何选择装入背包的物品(物品不可分割),使得装入背包中物品的总价值最大?回溯法解决0/1背包问题-0/1 knapsack problem: given n types of items and a knapsack of capacity C, the weight of item i is wi, the value of vi, 0/1 knapsack problem is how to
33344
- 数据结构课件,提供关于数据结构方面的电子文档,可在没有课本的情况下查阅经典算法-Courseware data structure, data structure on the electronic document can be in the absence of access to the case of textbooks classical algorithm
8
- 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
parklotmanage
- 数据结构课程设计,优化的不能再优化了 停车场的管理程序-data structure design for curriculum
0701-11-52
- 利用数据结构中的算法实现一元稀疏多项式的乘法-Data structure algorithm dollar sparse polynomial multiplication
sort
- 对数据结构中的不同排序算法给出示例代码,完成排序工作-Itis a good code to sort!
unify
- unify算法 人工智能 机器学习 C语言实现 -artificial intelligence algorithms unify
ssd5ex1
- ssd5 的实验一 主要完成几个基本的类,具有基本的试验功能-Experimental ssd5 completed a major a few basic categories, with the basic test function
banker
- 使用C++实现的一个银行家算法(类C形式)-C++ realization of the banker algorithm
dfs
- 搜索教案。很不错的,对于ACM初学者十分有帮助。-Search for lesson plans. Very good for beginners ACM very helpful.
HuffmanTree
- 文件包含HuaffmanTree.cpp,与头文件HuaffmanTree.h和MinHeap.h 编译后可生成哈弗曼树,是学习数据结构的很重要的基础-the file includes HuaffmanTree.cpp and HuaffmanTree.h and MinHeap.h
1
- 快速算法演示,用于将多个数进行快速排序,效果很好。-fastorder
