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

搜索资源列表

  1. Sodoku

    0下载:
  2. 数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a single example of a few rules, an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:9800
    • 提供者:hjj
  1. dianxinhuini

    0下载:
  2. C++经典算法之 回溯法 常用算法 方便使用-C++ Classic algorithm of backtracking algorithms commonly used to facilitate the use of
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:805
    • 提供者:李永鑫
  1. 016huisufa

    0下载:
  2. 这是ACM的讲解资料,回溯法,希望对大家有帮助。-This is the ACM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:466472
    • 提供者:朱宝金
  1. CTest

    0下载:
  2. 我做的一些C语言练习题,里面一共有76道题目,主要用到一些计算机常用的算法,如:递归,分治,动态规划,回溯法,AO算法等,除此之外还用到比较多的数学知识,我做了一部分,还有一些暂时还没做出来,大家也帮忙做一下吧!-I have done some C language exercises, which a total of 76 topics, mainly used in a number of commonly used computer algorithms, such as: recur
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:319987
    • 提供者:THM
  1. huisuhejiu

    0下载:
  2. 计算机算法与分析之中回溯法求解喝酒问题,可能有些地方还不完善,希望改进-Computer algorithms and analysis of retrospective method alcohol problems, may in some places is not perfect, I hope to improve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1804
    • 提供者:张小虎
  1. magic_number

    0下载:
  2. 用回溯法求解4阶幻方问题,列举出所有4阶幻方数阵.-Using retrospective method of order 4 magic squares problem, enumerate all 4 magic squares of order several bursts.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:962
    • 提供者:THM
  1. subset

    0下载:
  2. 利用回溯法求解子集和问题的C++实现 给定正整数集合S和正整数c计算出子集和s1使得子集合之和为c-The use of retrospective method and problems in a subset of the C++ Achieve a given positive integer set S and positive integer c calculated subset and makes a subset of s1 and c
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1029
    • 提供者:
  1. tiaomawenti

    0下载:
  2. 讲述回溯法的基本原理,使用回溯法编程,求解跳马问题。-Backtracking on the basic principles, the use of backtracking programming, problem solving vault.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:25420
    • 提供者:chenchen
  1. queen2

    0下载:
  2. 回溯法解决八皇后问题,希望能给大家点启示-Queen s backtracking to solve eight problems, we hope that they will be lesson
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:3009
    • 提供者:张磊
  1. huisu

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

    • 发布日期:2017-03-31
    • 文件大小:1340
    • 提供者:
  1. MIgong

    0下载:
  2. 利用回溯法求解迷宫问题,数据结构使用链表。 这是一次数据结构作业-Use of backtracking maze solving problems, the use of linked list data structure. This is a data structure operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:16219
    • 提供者:jinyu
  1. huisuofa

    0下载:
  2. 用回溯法解决算法书中的几个例子,上机调试运行过。-Backtracking algorithm used to solve a few examples of the book, on the machine debug run-off.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:3699
    • 提供者:林夕
  1. c

    0下载:
  2. 用回溯法求解0—1背包问题,并输出问题的最优解。-Retrospective method with 0-1 knapsack problem, and output the optimal solution of the problem.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:50162
    • 提供者:zgutuoz
  1. nqueen

    0下载:
  2. 经典的你皇后问题用回溯法实现运行环境vc-Queen
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:8978
    • 提供者:lli
  1. ThreeColorProblem

    0下载:
  2. 使用回溯法实现的3着色问题,内有详细说明了算法的思想,算法的过程等.VS2005可以打开-Realization of the use of backtracking 3 coloring problem with a detailed descr iption of the algorithm, the algorithm of the process. VS2005 can open
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:1932217
    • 提供者:GilBert
  1. subSetSum

    0下载:
  2. 说明:子集和问题 给定一个n个整数的集合X = {x1, x2, …, xn}和整数Y,找出和等于Y的X的子集subX。 比如说,如果X ={10,20,30,40,50,60} 和 Y = 60 则有三种不同长度的解,它们分别是 subY = {10,20,30},{20,40} 和{60} 使用回溯法实现.开发VS2005工具-Descr iption: a subset of the problem and given a set of n integers X = (
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:1978485
    • 提供者:GilBert
  1. Sudu

    0下载:
  2. 使用MFC写的一个解数独的程序,主要使用了类CNineGong及CCell,原理回溯法测试填入的数字是否合理,做了些优化,速度比以前快许多-Use MFC to write a single procedure itself, the main use of the category CNineGong and CCell, the principle of backtracking fill in the number of tests is reasonable, to do some op
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:40190
    • 提供者:protoss
  1. Hamilton

    0下载:
  2. 利用回溯法求解hamilton回路的算法-Use of backtracking algorithms for solving circuit hamilton
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:963
    • 提供者:吕东
  1. perm

    0下载:
  2. 利用回溯法求解背包问题和全排列的算法,用c++实现。-The use of retrospective method knapsack problem and the whole array of algorithms, using c++ realize.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1240
    • 提供者:吕东
  1. EightQueensProblem

    0下载:
  2. 八皇后问题,回溯法解决。 这可能是一个简单问题。-Eight queen problem, retroactive law. This is probably a simple question.
  3. 所属分类:Other windows programs

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