搜索资源列表

  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源码

    • 发布日期:2024-05-17
    • 文件大小:41984
    • 提供者:小痞子
  1. nqueen_LV

    0下载:
  2. 利用回溯法和随机算法中的拉斯维加斯算法求解n皇后问题。-use of retrospective law and randomized algorithm of Las Vegas algorithm n Queen's problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:
  1. EightQueues

    0下载:
  2. 八皇后VC图形演 算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-eight Queen's VC graphics algorithm
  3. 所属分类:其他游戏

    • 发布日期:2024-05-17
    • 文件大小:60416
    • 提供者:duyankang
  1. 8-queens

    0下载:
  2. 数据结构算法:回溯法编程寻找八皇后问题的所有解,使用语言C/C-algorithm data structure : backtracking programming for the Queen's eight all solutions, the use of language C/C
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:王卫国
  1. mySuanfa

    0下载:
  2. 里面包含vc的经典算法,如动态规划,分治,回溯,贪心算法等-contained vc classic algorithms, such as dynamic planning, administration, backtracking, greedy algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:13312
    • 提供者:周炳华
  1. queue8

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:曾生宝
  1. delphibahuanghou

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

    • 发布日期:2024-05-17
    • 文件大小:145408
    • 提供者:xiaowu
  1. supercode

    0下载:
  2. 回溯算法与八皇后问题 算法设计的经典问题,是学习算法的朋友一定会遇到的问题-Backtracking algorithm and eight Queen
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:19456
    • 提供者:xiao fei
  1. ArithmeticDesignMethod

    0下载:
  2. 此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以-This article has iteration of the algorithm, exhaustive search method, the recursive method, greedy method, backtracking, sub-rule method, dynamic programming, etc., can b
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:67584
    • 提供者:周健
  1. KMPsuanfa

    0下载:
  2. 串的KMP算法,无回溯的模式匹配中最具代表性的是KMP算法。它是基于对模式本身的字符分布特征所进行的分析,生成模式的特征向量,显示了P= aab 匹配S= ababbaabaa 的优化的KMP算法过程。-Strings of KMP algorithm, no backtracking pattern matching is the most representative of the KMP algorithm. It is base
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:222208
    • 提供者:yellowdoo
  1. Queen

    0下载:
  2. 八皇后问题全解 有回溯法(函数,for循环) 还有用遗传算法来求解的-8 Queen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:21504
    • 提供者:
  1. backtraing

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

    • 发布日期:2024-05-17
    • 文件大小:356352
    • 提供者:章为到
  1. HorseTravelDemo

    0下载:
  2. 一个解决国际象棋的马周游问题的算法.本程序使用改善后的回溯算法来加速问题的解决.-A solution to chess problems horse around algorithms. This procedure using the improved algorithm to accelerate back problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:46080
    • 提供者:thmfire
  1. migongsuanfa

    0下载:
  2. 迷宫算法,一个利用堆栈和回溯算法实现的自动寻路程序-Maze algorithm, a use of the stack and backtracking algorithm to achieve automatic routing procedures
  3. 所属分类:游戏

    • 发布日期:2024-05-17
    • 文件大小:52224
    • 提供者:收注册
  1. backtrack_1

    0下载:
  2. 回溯算法的应用 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?-Backtracking algorithm for the application of a given width W of a rectangular plate, rectangular plate of
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:战天
  1. migong

    0下载:
  2. 通过回溯算法完成对迷宫路口的选择 找出出路 包含了对循环路径的求解-Through backtracking algorithm to complete the maze to find the way out the choice of the junction contains a cycle path to solve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:215040
    • 提供者:song
  1. basicAlgorithm(pascal)

    0下载:
  2. 基本算法正稿 包括:一、数论算法;二、图论算法;三、背包问题;四、排序算法;五、高精度计算;六、 树的遍历;七 进制转换;八 全排列与组合的生成;九.查找算法;十、贪心;十一、回溯法框架;十二、DFS框架;十三、BFS框架;十五、数据结构相关算法 -Following is the basic algorithm include: number theory algorithm Second, graph theory alg
  3. 所属分类:文档资料

    • 发布日期:2024-05-17
    • 文件大小:14336
    • 提供者:oh204
  1. kmp_suanfa

    0下载:
  2. KMP模式匹配算法,实现了用KMP算法无回溯查找字符串的功能-KMP pattern matching algorithm using the KMP algorithm without backtracking to find string function
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李天宇
  1. pack

    0下载:
  2. 背包问题的回溯法,用回溯法解决背包问题,区别于其他算法 -Knapsack Problem retrospective method, with backtracking to solve knapsack problem, different from the other algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:张仁春
  1. sor

    0下载:
  2. 回溯算法的一些题目的源代码,希望对大家有帮助-Algorithm back some of the topics of the source code, I hope all of you will help
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:廖美健
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 37 »

源码中国 www.ymcn.org