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

搜索资源列表

  1. Dating-method

    1下载:
  2. 用回溯法解决最小长度电路板排列问题(JAVA实现)-Using backtracking to solve the minimum length of the circuit board arrangement of the problem (JAVA implementation)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:969
    • 提供者:洋小子
  1. FlowShop

    0下载:
  2. 批处理作业调度 回溯法 c++语言编写的批处理作业调度问题算法-flowshop
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1469
    • 提供者:海日
  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:15320
    • 提供者:海霞
  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. TourOfKnight

    0下载:
  2. 马周游——8*8棋盘,采用回溯法动态实现。-Ma tour- 8* 8 chessboard, using the dynamic realization of backtracking.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:16491
    • 提供者:东林
  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. 2006111099

    0下载:
  2. 编写用回溯法求n后问题的通用函数;其中n值为输入,为任意的输入。 -Retrospective method used to prepare after the issue of n generic function which n value of input, for arbitrary input.
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:1256
    • 提供者:何云
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »
搜珍网 www.dssz.com