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

搜索资源列表

  1. 883

    0下载:
  2. 功能: 用回溯算法求解883喝酒问题。注意: 该程序尽可能用与算法一致的思路实现算法, 力求简单明了, 注重算法的清晰性-Function: The retrospective algorithm 883 alcohol problem. NOTE: The procedures and algorithms as much as possible consistent with the idea of algorithm to simple algorithms focus on the cl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3988
    • 提供者:佚名
  1. 5th_chapter

    0下载:
  2. ,《算法设计与分析》王晓东编著,第五章回溯法,课本例子代码实现 -, Algorithm Design and Analysis edited by Wang Xiaodong, chap backtracking, textbooks examples of code to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:8342
    • 提供者:benson
  1. Nqueen

    0下载:
  2. N皇后问题的回溯算法,非常简单,容易看懂-N Queen s problem back algorithm, is very simple, easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:6434
    • 提供者:yi
  1. suanfashejiyufenxi

    0下载:
  2. 计算机算法设计与分析实验报告:6大算法详细实验报告(相当详细).分治,动态规划,贪心,回溯,分支限界-Computer Algorithm Design and Analysis of Experimental Report: 6 large algorithm experiment detailed report (in considerable detail). Sub-rule, dynamic programming, greedy, backtracking, branch and b
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:84824
    • 提供者:sy
  1. dgdgh

    0下载:
  2. 回溯算法走迷宫之经典,回溯算法学习不可不研究的好题目-Maze of the classic backtracking algorithm, backtracking algorithm can not study to learn a good topic
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1381704
    • 提供者:gary
  1. chexiangtiaodu

    0下载:
  2. 数据结构课程设计 车厢调度 一、需求分析 1、用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。 2、用一个栈形象地表示为火车的调度站。 3、利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。 本程序用C语言实现,已经在TURBOC 2.0环境下通过。-Data structure the curriculum design of a train scheduling, needs analy
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:60672
    • 提供者:llh
  1. 8_QUEENS

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

    • 发布日期:2017-04-10
    • 文件大小:1047
    • 提供者:crystal
  1. kebiaopaike

    0下载:
  2. 以前从网上下载的一个比较好的排课系统,排课系统采用“并行回溯”的算法,只需设置好学校基本信息和排课的各项限制条件后,其余事情则由计算机来完成。课表安排完全自动化(也可手工安排),排完后可进行调整,采用随机安排方式,具有排课速度快、准确率高、效果好,并能自动计算教师教学工作量,多种格式的班级、教师、全校课程表的输出。主要功能包括:课表管理(新建、打开、删除课表)、基本设置(年级、班级、教师、课程)、教学设置(上课时间、课时、教师任课)、排课设置(班级课表、排课条件、科目优先、排课选项)、教师安排、
  3. 所属分类:Education soft system

    • 发布日期:2017-05-07
    • 文件大小:1243824
    • 提供者:张强
  1. 8

    0下载:
  2. 给出经典游戏8皇后的所有解法,利用回溯算法-8 Queen' s classic game give all the solutions, the use of backtracking algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:869
    • 提供者:高进
  1. huisu

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

    • 发布日期:2017-04-26
    • 文件大小:959629
    • 提供者:寂静岭
  1. s

    1下载:
  2. 6. 素数环问题 把从1到20这20个数摆成一个环,要求相邻的两个数的和是一个素数。 分析:用回溯算法,考察所有可能的排列。 -6. Prime numbers loop problem 1-20 from 20 before the number into a ring, adjacent to both the number of requests and is a prime number. Analysis: The retrospective algorithm, exam
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:173368
    • 提供者:松柏长青
  1. example

    0下载:
  2. 回溯法是一种选优搜索法,按选优条件向前搜索,以达到目标但当探索到某一步时,发现原先选择并不优或达不到目标,就退回一步重新选择。这种走不通就退回再走的技术为回溯法,而满足回溯条件的某个状态的点称为“回溯点”。回溯算法是所有搜索算法中最为基本的一种算法,其采用了一种“走不通就掉头”思想作为其控制结构 -Backtracking is a search optimization method, based on forward selection search terms in order to ac
  3. 所属分类:Search Engine

    • 发布日期:2017-04-24
    • 文件大小:10692
    • 提供者:faruh
  1. queen

    1下载:
  2. 采用递归回溯算法求解N皇后问题;C语言实现,可以动态控制皇后数量-Backward recursive algorithm using N Queen' s problem C language implementation, you can dynamically control the number of Queen' s
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1116
    • 提供者:yangxh
  1. C_Program_Daquan

    0下载:
  2. 用c实现数据结构、Winsock2编程、鼠标编程、asm嵌入式编程、汉诺塔问题、效验算法、N皇后问题回溯算法、骑士遍历、文件加密、万年历的算法,很好很强大-Data structure using c implementation, Winsock2 programming, mouse programming, asm embedded programming, Tower of Hanoi problem, well-tested algorithm, N Queen' s probl
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:315037
    • 提供者:chyjp
  1. nquenehuisufa

    0下载:
  2. n皇后的回溯法遍历问题的实验报告,包括算法描述,源码-nquenewenti
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:16417
    • 提供者:张引兵
  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7182696
    • 提供者:shang
  1. 3

    0下载:
  2. C语言版,C/C++开发环境均可用,如VC。可学习借鉴 问题算法 骑士遍历 万年历,N皇后问题回溯算法.c 货郎担限界算法.c-C language, C/C++ development environment can be used, such as VC. Algorithm can learn from the question of ergodicity calendar Knight, N Queen' s problem backward algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:23429
    • 提供者:李小虎
  1. traceback

    0下载:
  2. 源码实现了很多经典回溯算法,如8皇后,迷宫,踩气球,骨牌矩阵,农场灌溉等。-classic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6069
    • 提供者:
  1. No00

    0下载:
  2. 主要是采用递归回溯算法来有效的解决八女王问题-Mainly using recursive backtracking algorithm to effectively solve the problem of the eight Queen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1888
    • 提供者:赵立超
  1. DancingLinks

    0下载:
  2. 在计算机科学,舞蹈链接,也被称为的DLx ,是技术建议唐纳德克努特有效地执行其算法十算法X是递归,随意性,深度优先,回溯算法,认为所有的解决方案的确切覆盖问题。一些较为著名的确切涵盖的问题包括瓦工,n皇后问题,数独。-In computer science, Dancing Links, also known as DLX, is the technique suggested by Donald Knuth to efficiently implement his Algorithm X. A
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:517957
    • 提供者:ucvvf
« 1 2 3 4 5 67 8 9 10 11 ... 31 »
搜珍网 www.dssz.com