搜索资源列表
huodonxuanzawenti
- 算法设计与分析的实验,是活动选择问题,做了好久才做出来!-Algorithm design and analysis of experiments, is the choice of activities to do for a long time before doing it!
Round-robin-schedule
- 循环赛日程表。大学算法分析与设计的实验课题目。有递归和非递归两种方法,这里上传递归,仅供参考!-Round-robin schedule. Head of the University of algorithm analysis and design of experimental subjects. There are two methods of recursive and non recursive upload recursion, for reference purposes only
themajorityelement
- 算法设计技巧与分析,寻找多数元素,包括工程、源码、说明文件、实验报告等文件-Algorithm design techniques and analysis, looking for the majority of elements, including engineering, source file of documents, lab reports, etc.
greedyActivitySelector
- 贪心算法解决的活动选择问题 ,其是算法分析与设计老师布置的实验。采用了链表结构,还有注释。-Greedy algorithm to solve the activity selection problem, experimental algorithm analysis and design teacher assigned. Using a linked list structure, as well as comments.
dfsdf
- 大学《算法分析与设计》的实验内容,包括各种源代码实验报告-University of algorithm analysis and design of experiments, including a variety of source code lab report
hannuota
- 算法设计与分析附加实验双色汉诺塔的实验代码-shuang se han nuo ta
Fingerprint
- 由于指纹所具有的唯一性和不变性,以及指纹识别技术具有很高的可行性和实用性,指纹识别成为目前最流行、最可靠的个人身份认证技术之一。 本论文对指纹图像基于小波变换的各种处理进行了分析、总结。图像处理包括基于小波变换的指纹图像滤波处理和基于小波的指纹图像增强处理。同时介绍指纹图像的预处理:目的是去除指纹图像中的噪音,将其转化为一幅清晰的点线图,便于提取正确的指纹特征。它分四步进行,即灰度滤波、二值化、二值去噪、细化。 本文针对基于点模式匹配的指纹匹配算法速度较慢的现状,设计了一种新
smallTree
- 最小生成树,这是算法分析与设计的一次实验,利用这一算法可以运用在寻找最短路径。-Minimum Spanning Tree
ww
- 武汉科技大学《算法设计与分析》实验指导书及相应代码-Wuhan university of science and technology, the algorithm design and analysis of experiment instruction and the corresponding code
BUPT-alg-lab1
- 1. 实验题目 用蛮力法解决0/1背包问题 2.实验目的 ⑴ 深刻理解并掌握蛮力法的设计思想; ⑵ 提高应用蛮力法设计算法的技能; 3. 实验要求 应用蛮力法解决0/1背包问题 ; 对所设计的算法进行时间复杂性分析 包含结婚算法和王伯卖鱼的选做题和实验报告(1. experimental topics Solving 0/1 knapsack problem by brute force method 2. objective of e