搜索资源列表
gooleansweryang
- n后问题回溯(递归) C/C++编写的n后问题回溯(递归) 欢迎大家使用,给大家带来愉快的心情-problems after n retrospective (recursive) C / C n prepared by the issue after backtracking (recursive) Everyone is welcome to use. give us some pleasant mood
design.rar
- 回溯法,动态规划法,遗传算法求解 tsp问题(课程设计报告),Backtracking, dynamic programming method, genetic algorithm tsp issues (curriculum design report)
dgdgh
- 回溯算法走迷宫之经典,回溯算法学习不可不研究的好题目-Maze of the classic backtracking algorithm, backtracking algorithm can not study to learn a good topic
11
- 算法设计报告,有5种算法,动态规划,贪心法,回溯法,递归,分支界限法
TSP
- TPS旅行商。。。。用回溯的算法。。。希望对你有用-TPS traveling salesman. . . . With backtracking algorithms. . . Hope useful to you
Cut-Mechanisms-in-Visual-Prolog
- 该文在考察Visual Prolog 回溯机制和截断机 制的基础上,通过实例,对其静态截断机制和动态截断机制进行了详细分析,从而揭示回溯机制和截断机制的本质特性和应用机理。-On the basis of exposing the backtracking mechanism and the cut mechanism in Visual Prolog illustrated with a group of instances, both the static and dynamic c
paike-xitong
- 基于回溯算法的排课系统设计与实现的论文资料-Algorithm based on the back of the course scheduling system design and implementation of the thesis data
digui
- 哈密顿回路 回溯法 递归 希望帮到大家-The Hamiltonian circuit backtracking recursive hope help everyone
mdiedai
- m着色 回溯法 迭代 希望能够帮到大家-the m colored backtracking iterative hope to help everyone
diedai
- 哈密顿回路 回溯法 迭代 希望帮到大家-The Hamiltonian circuit backtracking iterative hope to help everyone
mdigui
- m着色 回溯法 递归 希望能够帮到大家-m coloring backtracking recursive want to be able to help everyone
zidongpaikesuanfa
- :文章提出了一种应用于高等院校的自动排课算法 该算法针对高等院校排课要求的高易用性、高收敛性等特点将 启发式算法、禁忌搜索算法、回溯算法进行有机结合.充分发挥 启发式算法在利用应用领域经验和规则的优势,提高了自动排课 的资源搜索能力。通过实际的应用表明,该算法在解决复杂的高 校排课问题时有较好的效果。 关键词:自动排课 启发式算法 禁忌搜索 回溯算法-Automatic Timetable A applied to the institutions of higher l
SUANFAPPT
- 常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等) 算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等) -Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm
latin
- 拉丁矩阵问题的回溯解法,《计算机算法设计与分析》习题-The Latin matrix backtracking solution of the problem, the computer algorithm design and analysis exercises
1212412
- 回溯法_装载问题 算法设计文档,很有用的-very good doc haha
Safe-Guarder
- 基于安卓平台,调用百度地图接口,实现人员定位和监控,历史轨迹回溯。-Based on Android platform, calling Baidu map interface, implementation and monitoring of personnel positioning, historical trajectory backtracking.
algorithm
- 以设计策略为主线,循序渐进地介绍了经典算法设计(包括分治、动态规划、贪心、回溯、迭代改进等算法)、NF完全理论、非精确型算法设计〔包括近似算法、参数化算法,随机算法),以及现代智能优化方法.强调算法思维与编程实践并重,注重运用算法技术解决实际工程问题。-In order to design strategy as the main line, gradual introduction of the classic algorithm design (including the partition
Eight-Queens
- 八皇后问题,是数据结构课程中的重要问题,运用了递归、回溯等方法-Eight Queens problem