搜索资源列表

  1. c++huisu

    0下载:
  2. 背包回溯法,初来乍到如有其他问题还请各位多多指教.-knapsack backtracking, just arrived at that if other issues also invited to the exhibitions.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5113
    • 提供者:lee
  1. huisu

    0下载:
  2. 回溯(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或
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:29600
    • 提供者:john
  1. huisu

    0下载:
  2. 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
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:120336
    • 提供者:李默
  1. huisu

    0下载:
  2. 回溯法实现多个经典算法,其中包含多种 不同算法哦
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5281
    • 提供者:lin yahong
  1. huisu

    0下载:
  2. 用回溯法实现马周游,学习算法设计时做的实验
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:18508
    • 提供者:骆驼
  1. c++huisu

    0下载:
  2. 背包回溯法,初来乍到如有其他问题还请各位多多指教.-knapsack backtracking, just arrived at that if other issues also invited to the exhibitions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-10
    • 文件大小:5120
    • 提供者:lee
  1. huisu

    0下载:
  2. 回溯(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或
  3. 所属分类:汇编语言

    • 发布日期:2024-06-10
    • 文件大小:29696
    • 提供者:john
  1. huisu

    0下载:
  2. 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>
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-10
    • 文件大小:120832
    • 提供者:李默
  1. huisu

    0下载:
  2. 回溯法实现多个经典算法,其中包含多种 不同算法哦-Multiple classic backtracking algorithm, which includes a variety of different algorithms Oh
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-10
    • 文件大小:5120
    • 提供者:lin yahong
  1. huisu

    0下载:
  2. 用回溯法实现马周游,学习算法设计时做的实验-With backtracking realize horse travel, learning algorithm designed to do the experiment
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-10
    • 文件大小:1896448
    • 提供者:骆驼
  1. huisu

    0下载:
  2. 最优装载回溯法求解:主要的思想就是首先将第一艘船近可能的装满-Optimal loading back method: the main ideology is the first section of a vessel filled with nearly possible
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:
  1. huisu

    0下载:
  2. 人工智能实验题目——回溯算法解决8数码问题-Experimental artificial intelligence topics- Digital 8 retrospective algorithm to solve problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:959488
    • 提供者:寂静岭
  1. huisu

    0下载:
  2. 算法分析中的实例,利用回溯的思想解决八皇后问题-Examples of algorithm analysis, the use of eight back of the Queen' s idea to solve problem
  3. 所属分类:Windows编程

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:chunchen
  1. huisu

    0下载:
  2. 算法分析中,回溯法经典范例的实现,并有完整的测试数据-Algorithm analysis, the retrospective method of realization of the classic examples, as well as complete test data
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-10
    • 文件大小:23552
    • 提供者:fanhenglong
  1. huisu-lvxing

    0下载:
  2. 旅行售货员问题,采用回溯算法实现,可以运行,带注释-Traveling salesman problem
  3. 所属分类:其他小程序

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:ssss
  1. Queen

    0下载:
  2. N皇后问题,hopfield,回溯法,人工智能-N-Queen hopfield,huisu
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-10
    • 文件大小:2278400
    • 提供者:kobe
  1. huisu-suafa

    0下载:
  2. 回溯算法,实现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.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-10
    • 文件大小:1134592
    • 提供者:黄曜
  1. huisu

    0下载:
  2. 回溯的应用数据结构回溯的应用举例解决回溯(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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-10
    • 文件大小:232448
    • 提供者:王强
  1. java_n_queen

    0下载:
  2. 使用java语言, 回溯法实现n后问题和0-1背包问题-java huisu suanfa slove N Queen question
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-10
    • 文件大小:5120
    • 提供者:zhilinzhai
  1. NQueens-huisu

    0下载:
  2. 使用回溯的软件架构风格来实现N皇后问题,可以用于比较效率-using huisu style to solve the N-Queens problem
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-10
    • 文件大小:263168
    • 提供者:何清
« 12 »

源码中国 www.ymcn.org