CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 回溯算法

搜索资源列表

  1. Nqueensprobleseekingbackrackingalgorith

    0下载:
  2. n皇后问题回溯算法,用C语言编写的!希望对大家有所帮助!-n queens problem backtracking algorithm, written using C language! We want to help!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:756
    • 提供者:liuzhengchao
  1. Sudo

    0下载:
  2. 一个数独游戏的计算小程序.利用回溯算法.能算出所有可能的结果.-The calculation of a Sudoku applet. The use of backtracking algorithms. Is able to calculate all the possible outcomes.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3950639
    • 提供者:黄金生
  1. mine1.1

    0下载:
  2. vs2008C#采用回溯算法实现扫雷游戏,-Minesweeper game with backtracking algorithms
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:75596
    • 提供者:阴鹏
  1. WorkAssignment

    0下载:
  2. 算法设计与分析中,用回溯法解决工作分配问题,有较详细的源码解析。-Algorithm design and analysis, the distribution of work by backtracking to solve the problem, there is a more detailed source code analysis.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:955044
    • 提供者:刘颖
  1. wtsf.tgz

    1下载:
  2. N皇后问题回溯算法.c 货郎担分枝限界图形演示.c 矩阵乘法动态规划.c 万年历 动态计算网络最长最短路线.c 货郎担限界算法.c 骑士遍历 网络最短路径Dijkstra算法.c-N queens problem backtracking algorithm. C TSP branch and bound graphical presentation. C matrix multiplication, dynamic programming. C calendar dynamic compu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:20433
    • 提供者:swikon
  1. maze

    0下载:
  2. 用c++实现的迷宫程序,采用回溯算法实现。-a maze program done with C++.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1037
    • 提供者:莫名志
  1. backtracking-algorithm-C

    0下载:
  2. 这是求解VRP和TSP相关问题的回溯算法,基于C语言环境-This is a VRP and TSP solving issues related to backtracking algorithm, based on C language environment
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:57004
    • 提供者:naiyu
  1. nQueen

    0下载:
  2. n皇后的回溯算法实现及多边形求和的动归实现。-n Queen backtracking algorithm and the sum of dynamic polygon return achieved.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:1205
    • 提供者:zhf
  1. huisup

    0下载:
  2. 我的回溯算法学习资料,里边包含n皇后、骑士游历等pascal源程序。-My backtracking algorithm for learning materials, inside contains the n queen, knights traveled so pascal source.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:9637
    • 提供者:zhf
  1. beibaowenti

    0下载:
  2. 算法实验C++编程用回溯法解决01背包问题-Experimental C++ programming algorithm with backtracking to solve 01 backpack
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:570
    • 提供者:clq
  1. knight

    0下载:
  2. 骑士漫游的改进算法,回溯算法加贪心选择策略,n最大可以到128-Knight improved roaming algorithms, backtracking algorithms greedy selection strategy increases, n the greatest can go to 128
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:86036
    • 提供者:李珍
  1. eight_queen

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-Eight queens problem is an old and well-known problem is a typical Example backtracking algorithms. The problem is that the nineteenth ce
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:699
    • 提供者:kimi
  1. Eight

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。全部使用C语言完成的-Eight queens problem is an old and well-known problem is a typical Example backtracking algorithms. All done using the C language
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:210561
    • 提供者:mhj
  1. bags

    0下载:
  2. 四种算法(动态规划、回溯法、分支限界法、贪心法)实现0-1背包问题-four algorithms including dynamic planningm,tracing,branch and bound method and greedy to implement 0-1 bag problem.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7199463
    • 提供者:王赛
  1. Queen

    0下载:
  2. 实现多皇后问题的求解过程,利用了回溯算法。-eight Queens problem solution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1057
    • 提供者:123
  1. BackTrack_01backpack

    0下载:
  2. 0-1背包问题是一个经典的算法问题,有多种解法,这里用回溯法求解。-0-1 knapsack problem is a classical algorithm for the problem, there are several solution here solved by backtracking.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:541802
    • 提供者:储大为
  1. bahuanghou

    0下载:
  2. 皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-Queens problem is an old and well-known problem is a typical Example backtracking algorithms. The problem is that the nineteenth century,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:5147
    • 提供者:王蕾
  1. 8queens_by_MFC

    0下载:
  2. 用回溯算法MFC实现八皇后问题 不仅展示了使用Microsoft基础类的基本知识 而且也是MFC应用程序的起点 -Backtracking algorithm using MFC to achieve the eight queens problem is not only demonstrated the use of basic knowledge of Microsoft Foundation Classes MFC applications, but also the sta
  3. 所属分类:Console

    • 发布日期:2017-05-08
    • 文件大小:1629122
    • 提供者:姚方伟
  1. 4queen

    0下载:
  2. 四王后问题求解算法,用递归回溯算法求解。用C#编程,界面显示。-4queen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:80136
    • 提供者:星辰一星
  1. CommonAlgorithmDesign

    0下载:
  2. 常用的算法设计方法集合,主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法-Algorithm commonly used method of collection, mainly iterative, exhaustive search methods, recursion, greedy method, backtracking, divide and conquer, dynamic programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:67716
    • 提供者:YuMy
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 31 »
搜珍网 www.dssz.com