搜索资源列表
c++huisu
- 背包回溯法,初来乍到如有其他问题还请各位多多指教.-knapsack backtracking, just arrived at that if other issues also invited to the exhibitions.
huisu
- 回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯,首先需要为问题定义一个解空间( solution space),这个空间必须至少包含问题的一个解(可能是最优的)。在迷宫老鼠问题中,我们可以定义一个包含从入口到出口的所有路径的解空间;在具有n 个对象的0 / 1背包问题中(见1 . 4节和2 . 2节),解空间的一个合理选择是2n 个长度为n 的0 / 1向量的集合,这个集合表示了将0或
huisu
- out< \"please input the number of the nodes\"<<endl cin>>nodesNum cout<<\"please input the graph\"<<endl for( i = 1 i<=nodesNum i++) for( j = 1 j <= nodesNum j++) ci
huisu
- 回溯法实现多个经典算法,其中包含多种 不同算法哦
huisu
- 用回溯法实现马周游,学习算法设计时做的实验
c++huisu
- 背包回溯法,初来乍到如有其他问题还请各位多多指教.-knapsack backtracking, just arrived at that if other issues also invited to the exhibitions.
huisu
- 回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯,首先需要为问题定义一个解空间( solution space),这个空间必须至少包含问题的一个解(可能是最优的)。在迷宫老鼠问题中,我们可以定义一个包含从入口到出口的所有路径的解空间;在具有n 个对象的0 / 1背包问题中(见1 . 4节和2 . 2节),解空间的一个合理选择是2n 个长度为n 的0 / 1向量的集合,这个集合表示了将0或
huisu
- out< "please input the number of the nodes"<<endl cin>>nodesNum cout<<"please input the graph"<<endl for( i = 1 i<=nodesNum i++) for( j = 1 j <= nodesNum j++) cin>
huisu
- 回溯法实现多个经典算法,其中包含多种 不同算法哦-Multiple classic backtracking algorithm, which includes a variety of different algorithms Oh
huisu
- 用回溯法实现马周游,学习算法设计时做的实验-With backtracking realize horse travel, learning algorithm designed to do the experiment
huisu
- 最优装载回溯法求解:主要的思想就是首先将第一艘船近可能的装满-Optimal loading back method: the main ideology is the first section of a vessel filled with nearly possible
huisu
- 人工智能实验题目——回溯算法解决8数码问题-Experimental artificial intelligence topics- Digital 8 retrospective algorithm to solve problem
huisu
- 算法分析中的实例,利用回溯的思想解决八皇后问题-Examples of algorithm analysis, the use of eight back of the Queen' s idea to solve problem
huisu
- 算法分析中,回溯法经典范例的实现,并有完整的测试数据-Algorithm analysis, the retrospective method of realization of the classic examples, as well as complete test data
huisu-lvxing
- 旅行售货员问题,采用回溯算法实现,可以运行,带注释-Traveling salesman problem
Queen
- N皇后问题,hopfield,回溯法,人工智能-N-Queen hopfield,huisu
huisu-suafa
- 回溯算法,实现n位的回溯算法,里面有算法的详细说明,对递归回溯算法进行详细说明。-Backtracking algorithm to achieve n bits of the backtracking algorithm, which has detailed descr iption of the algorithm on recursive backtracking algorithm in detail.
huisu
- 回溯的应用数据结构回溯的应用举例解决回溯(b a c k t r a c k i n g)搜索问题。-The application of retrospective application of retrospective application of an example data structure back
java_n_queen
- 使用java语言, 回溯法实现n后问题和0-1背包问题-java huisu suanfa slove N Queen question
NQueens-huisu
- 使用回溯的软件架构风格来实现N皇后问题,可以用于比较效率-using huisu style to solve the N-Queens problem