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

搜索资源列表

  1. 骑士巡游

    0下载:
  2. 本程序是著名的骑士巡游问题,利用了最小度优先和回溯算法,-this procedure is the famous parade Cleveland, the use of the least priority and backtracking algorithms,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2.38kb
    • 提供者:载有
  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
    • 文件大小:969byte
    • 提供者:洋小子
  1. TourOfKnight

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

    • 发布日期:2017-04-04
    • 文件大小:16.1kb
    • 提供者:东林
  1. queen

    0下载:
  2. 这是在Jcreator下用java语言编写的八皇后问题,采用递归回溯解决,在控制台打印输出92个解-This is at Jcreator using java language eight Queen' s problem using recursive backtracking resolved, at the console printout 92 Solutions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:867byte
    • 提供者:方程
  1. resueltas

    0下载:
  2. Java examples for dinamic programming, divide and conquer, greedy algorithms and backtracking.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2.27mb
    • 提供者:Metatron
  1. Maze

    0下载:
  2. all possible solution to Maze using backtracking algorithm in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1.59kb
    • 提供者:ira
  1. MC_java

    0下载:
  2. 人工智能,回溯方法解MC问题,java语言。主要算法在MC.java中,test.java是测试程序,运行test.java程序即可。-Artificial intelligence, backtracking method to solve the MC problem, java language. MC.java in the main algorithm, test.java is a test program, run test.java procedures.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1.04kb
    • 提供者:wqs07
  1. Queen

    0下载:
  2. 这是一个关于八皇后问题用回溯法求解的java解法!-This is the one on the eight queens problem using backtracking method for solving the java solution!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:702byte
    • 提供者:窗外寒星
  1. Arithmetic

    0下载:
  2. 用JAVA完成的0-1背包算法,一共用了四种算法,包括贪心,分治,动态规划,回溯。把工程导入ECLIPSE下就可以了。-JAVA finished 0-1 with a knapsack algorithm, a share of the four algorithms, including greedy, divide and conquer, dynamic programming, backtracking. To work on it under into ECLIPSE.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:16.24kb
    • 提供者:xiaoming
  1. src

    0下载:
  2. 对易阵游戏中两子交换的问题进行说明。讨论用回溯法搜索相邻两子交换的算法,进而研究任意两子交换的算法,重点研究搜索树的结构,并用类Java语言分别对其实现的最优算法进行描述。-On the trade front in the game two sons, the issue of exchange instructions. Discussions with the backtracking search algorithm two adjacent sub-exchange, and then
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:19.79kb
    • 提供者:夏原原
  1. Backtracking

    0下载:
  2. three problem of backtracking
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-30
    • 文件大小:33.71kb
    • 提供者:Josue
  1. java

    0下载:
  2. 老师给的用Java编写的算法,包括背包问题, 回溯法等等,适合有基础的学习。-Teacher' s use of algorithms written in Java, including the knapsack problem, backtracking, etc., suitable for basic learning.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1.21mb
    • 提供者:小黑
  1. Traveling

    0下载:
  2. 利用回溯法实现了旅行售货员的算法,代码为java.-Achieved by backtracking the traveling salesman algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:858byte
    • 提供者:高海龙
  1. sudoku

    0下载:
  2. a very simple example of backtracking solution to generate a sudoku grid, and its answer. only need to have a dificult analizer. just try to clear a certain cuantity of numbers. sorry by my english. i hope this will be usefull
  3. 所属分类:Java Develop

  1. 004

    0下载:
  2. 用蛮力法和回溯法求解子集和数问题,大家可以参考借鉴一下-Use brute force method and backtracking to solve a subset of several issues, we can look for references
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:16.64kb
    • 提供者:huangjijian
  1. queen

    0下载:
  2. java 皇后问题 回溯法实现 带图形界面实现-java queens backtracking with a graphical interface implementation to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.6kb
    • 提供者:zhang
  1. 0_1Knasack

    0下载:
  2. 比较了求解0-1背包问题常用的几种算法,并用回溯法和分支限界法进行了Java编程实现,给出了文档及源码。-0-1 knapsack problem compared several commonly used algorithms, and use backtracking and branch and bound method of the Java programming, given the documentation and source code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:207.65kb
    • 提供者:谢斌
  1. bt.java.tar

    0下载:
  2. Backtracking example
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:597byte
    • 提供者:Cracknel
  1. LVQueen

    0下载:
  2. 拉斯维加斯算法+回溯法,直到找出第一个可行解为止-Las Vegas algorithms+ backtracking until you find the first feasible solution so far
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3.35kb
    • 提供者:max
  1. bigTuan

    0下载:
  2. 算法分析与设计 最大团问题 G的最大团是指G中所含顶点数最多的团。 无向图的最大团和最大独立集问题都可以看作是图G的顶点集V的 子集选取问题可以用回溯法在O(n*(2^n))时间内解决。-Algorithm analysis and design problem G, the biggest group the biggest group is the maximum number of vertices of G contained in the group. Undirect
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1.21kb
    • 提供者:草拟嘛
« 12 3 »
搜珍网 www.dssz.com