搜索资源列表

  1. 回溯法搜索排列树算法园排列问题

    0下载:
  2. 回溯法搜索排列树算法园排列问题,算法设计与分析课程,作业题-search with backtracking algorithms park with trees, algorithm design and analysis courses, and that operations
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68466
    • 提供者:老七
  1. Estimate

    0下载:
  2. 理解并掌握分析回溯算法效率的方法。 使用Estimate算法就8皇后问题给出效率估算 -understanding and mastery of backtracking algorithm efficiency analysis method. Use Estimate on 8 Queen's algorithm is efficient estimation problem
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:33610
    • 提供者:张斌
  1. short1

    0下载:
  2. 求最短路径的问题,用了回溯算法,内附说明 及调试 -seek the shortest path problem with the back algorithm, containing descr iptions and Debugging
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1137
    • 提供者:马德
  1. feedback_loading

    0下载:
  2. 回溯算法的应用,经典的装载问题,程序通过答辩,好用!-retroactive application of the algorithm, classic loading issues, procedures adopted by the respondent and ease of use!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:16836
    • 提供者:高媛
  1. bbwt

    0下载:
  2. 自己随便写的 大家看看 最好有人帮我写个回溯算法0-1背包问题的演示软件 -own writing any of us look at the best people to help me write a backtracking algorithm 0-1 knapsack problem of presentation software
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1010
    • 提供者:手电筒
  1. BAHUANGH

    0下载:
  2. 八皇后是用回溯算法实现的-eight Queen's algorithm is used to achieve the back
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1240
    • 提供者:李林
  1. 实用的算法

    0下载:
  2. C++Example实用的算法:包括枚举,递归,回溯,矩阵运算等-C Example practical algorithm include : Enumeration, recursive, back, matrix operations, etc.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:91790
    • 提供者:宋敦江
  1. FindSuperwayFunction

    0下载:
  2. 本程序利用数据结构中的回溯算法的非递归对以知地图进行全路线查找,可以完成最短路线,最少费用,和所有路线的显示-procedures for the use of the data structure of the back - recursive algorithm right to know what the road map for the entire search, the shortest route to be comple
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:878857
    • 提供者:刘晶
  1. aglorithm

    0下载:
  2. 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest short
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:23699
    • 提供者:安德里周
  1. My8Queen

    0下载:
  2. 八皇后问题:用回溯算法做的 -8 Queens : The backtracking algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:866
    • 提供者:谢朝
  1. queensLV

    1下载:
  2. 拉斯维加斯随机算法+回溯算法实现国际象棋中的8皇后问题.-Las Vegas randomized algorithm backtracking algorithm International Chess Queen of eight issues.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1190
    • 提供者:陈国武
  1. saleman

    0下载:
  2. ACM的旅游商问题 (回溯算法) 编写的不是很好 请多多包涵 如果有什么问题,可以给我发Email hongzhiweih@163.com-ACM tourist operators (backtracking algorithm) is not well prepared Please excuse me if there was any problem can give me a Email hongzhiweih@16
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:42048
    • 提供者:小痞子
  1. lsxprogram

    0下载:
  2. 采用回溯算法对零件切割问题进行解决,内包含测试数据及详细问题描述和算法描述。-backtracking algorithm used parts of cutting issues resolved, includes test data and detailed descr iption of the problem and algorithm descr iption.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:47065
    • 提供者:荣平
  1. queue8

    0下载:
  2. 八皇问题,是数据结构中一种典型的问题,一般采用回溯算法来解决,是一种经典的算法-eight Huang, data structure is a typical problem, generally use backtracking algorithm to solve them. is a classical algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:888
    • 提供者:曾生宝
  1. delphibahuanghou

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

    • 发布日期:2008-10-13
    • 文件大小:145286
    • 提供者:xiaowu
  1. supercode

    0下载:
  2. 回溯算法与八皇后问题 算法设计的经典问题,是学习算法的朋友一定会遇到的问题
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19258
    • 提供者:xiao fei
  1. beibaowenti

    0下载:
  2. 这是一个用回溯算法解0--1背包问题的C++程序(好用的)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1344
    • 提供者:chen
  1. mazemfc

    0下载:
  2. 走迷宫算法 采用了回溯算法加堆栈实现
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:37280
    • 提供者:陈放
  1. backtraing

    0下载:
  2. *零件切割问题: *给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割 *出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形 *板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小? *使用回溯算法实现程序。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 \"settings->link\" *在link项的Object/library modul
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:356280
    • 提供者:章为到
  1. HorseTravelDemo

    0下载:
  2. 一个解决国际象棋的马周游问题的算法.本程序使用改善后的回溯算法来加速问题的解决.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:46570
    • 提供者:thmfire
« 1 2 3 45 6 7 8 9 10 ... 37 »

源码中国 www.ymcn.org