搜索资源列表
HeapSort
- 随机生成500个数字并进行快速排序,能够显示排序所用的时间。是算法设计与分析的一道课后题。
QuickSort
- 随机生成500个数字并进行快速排序,能够显示排序所用的时间。是算法设计与分析的一道课后题。
linear
- 算法设计与分析中的现行选择算法的实现。在visual c++中实现的
bag
- 这个小程序是算法设计与分析方面的,求解背包问题,用的是递归设用的方法,本程序不是本人做的,朋友做的,可以拿来参考一下,不要抄袭,本人尊重版权朋友.-this is a small program algorithm design and analysis, problem solving backpack, it was established with the recursive method, the procedure is not my doing, friends do, can be
解决0-1背包问题
- 解决0-1背包问题,是算法设计与分析5.6节内容-Solve the 0-1 knapsack problem
ImagePatternRecognition
- 本书介绍图像模式识别的各种算法及其编程实现步骤。全书共分为10章,内容包括:模式识别的基本概念,位图的基础知识,分类器设计,模板匹配分类器,基于概率统计的Bayes分类器,几何分类器,神经网络分类器,图像分割与特征提取,聚类分析,模糊聚类分析,遗传算法聚类分析-Image Pattern Recognition
answer
- 算法设计与分析 王晓东 课后答案全解析,全面帮助大家解决书中的疑难问题-Algorithm Design and Analysis Xiaodong answer to the whole after-school analysis, a comprehensive book to help people solve the difficult problems
the_design_and_analysis_of_algorithm
- 算法设计与分析全部作业及实验资料. 第1章 最大覆盖问题 第2章 排列的字典序问题 第3章 depot仓库布局问题 第4章 priest繁忙的牧师 第5章 egypt埃及分数问题 第6章 squard方格移动问题 第7章 work工作安排问题 课堂算法 连续背包问题 课堂算法 作业调度问题 实验1 字典序问题 实验2 高精度乘法 实验3 0/1背包问题(DP) -Algorithm design and analysis of
tanxin
- 王晓东《算法设计与分析》(第3版)贪心算法章节的源码 本人参考书中内容自己写的,绝对可以运行-Design and analysis of Wang Xiaodong " algorithm " (Third Edition ) Chapter I greedy algorithm source code reference book to write their own, absolutely can run
stopVegas
- 拉斯维加斯的多皇后问题的程序源码,学习算法设计与分析的童鞋会用的到的-Las Vegas, queens problem program source code, learning algorithm design and analysis of children s shoes to the
0_1back
- 0_1背包回溯法,< 计算机算法设计与分析> 王晓东-failed to translate
metrix
- 《计算机算法设计与分析》王晓东上的源码,实现矩阵连乘-failed to translate
algorithm-design-and-analysis-codes
- 计算机算法设计与分析中的一些算法的实现的源代码-The realization of the computer algorithm design and analysis of some of the source code
coins
- 最少硬币问题,动态规划,算法设计与分析,研究生课程-Minimum coin problem, dynamic programming, algorithm design and analysis, postgraduate courses
0-1beibao
- 算法设计与分析 0-背包问题动态规划算法源代码-Algorithm Design and Analysis 0- knapsack problem dynamic programming algorithm source code
123
- 计算机算法设计与分析的实验过程及c++的代码。-Experiment design and analysis of computer algorithms and c++ code.
qipan
- 棋盘覆盖问题源代码,适用于《算法设计与分析》一书-Chessboard coverage problem source code for Design and Analysis of Algorithms, a book
shebeigengxin
- 设备更新问题的动态规划算法代码,算法设计与分析课本中关于动态规划问题的解-Equipment updating dynamic programming algorithm code, algorithm design and analysis textbooks on Dynamic Programming Solutions
src
- 算法设计与分析这本书的26个算法的C语言实现,vc6编写。-Algorithm design and analysis of the book of the 26 algorithms C language, VC6 write.
数据结构与算法分析:C语言描述
- 书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。(The book introduces the current popular topics and new changes, discusses the algorithm design skills, and examines some advanced data structures on th