搜索资源列表

  1. QueenN

    0下载:
  2. 随机算法与回溯算法结合解N皇后问题.小程序,主要体现算法设计思想.-Randomized algorithm with backtracking algorithms N Queen s problem solution. Applet, the main embodiment of algorithm design.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:梁辰
  1. depthFirstDigraph

    0下载:
  2. 用java语言深度优先回溯法实现有向图的强连通分量-Using java language backtracking depth-first to achieve directed graph strongly connected component
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:上将
  1. strkmp

    0下载:
  2. 微软面试题:给出一个函数来输出一个字符串的所有排列。 简单的回溯就可以实现了。当然排列的产生也有很多种算法,去看看组合数学,还有逆序生成排列和一些不需要递归生成排列的方法。印象中Knuth的<TAOCP>第一卷里面深入讲了排列的生成。这些算法的理解需要一定的数学功底,也需要一定的灵感,有兴趣最好看看。-Microsoft Surface questions: given a function to output a st
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:bill
  1. n_queen

    0下载:
  2. 回溯算法解决n皇后问题,c++源码,可以参考-Backtracking algorithm to solve the problem n Queen, c++ Source code, can refer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:王鹏程
  1. algorithmDesignPPT

    0下载:
  2. 算法设计与文件的整套电子教案,主要包括递归和分治方法、动态规划算法、贪心算法、回溯法、分支限界法等常用算法和NP问题-Algorithm design and documentation package of electronic lesson plans, including recursive and sub-rule method, dynamic programming algorithm, greedy algorithms,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:476160
    • 提供者:sandy chen
  1. ChinaMapColor

    0下载:
  2. 一般回溯算法,遗传算法等对中国地图各省按四色原理着色-General backtracking algorithm, genetic algorithm, such as the map of China provinces by the principle of four-color shading
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:305152
    • 提供者:胡达
  1. suanfabaogao

    0下载:
  2. 算法设计与分析试验报告,含全部实验源代码,包括贪心法、回溯法、深度优先搜索、分治法等,内容详尽。-Algorithm design and analysis of the test report, containing all the experimental source code, including the greedy method, backtracking, depth-first search, sub-rule law,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:121856
    • 提供者:Diana
  1. huisu

    0下载:
  2. 用回溯法实现马周游,学习算法设计时做的实验-With backtracking realize horse travel, learning algorithm designed to do the experiment
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1896448
    • 提供者:骆驼
  1. Algorithm_Design

    0下载:
  2. 算法设计与分析,其中包括贪婪算法、分而治之算法、动态规划、回溯、分枝定界-Algorithm design and analysis, including greedy algorithms, divide and conquer algorithms, dynamic programming, backtracking, branch and bound
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:116736
    • 提供者:kiwi
  1. bload

    0下载:
  2. 简单的回溯算法,算法分析与设计,比较简单适合初学-Simple backtracking algorithms, algorithm analysis and design, is relatively simple for beginners
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:西域
  1. packet

    0下载:
  2. 输入物品的个数和背包的负重大小;程序自动为每个物品的重量和价值赋一个随机值(范围10~80),输出装入背包的物品的总价值最大的值和此时的总物品大小。实现方法:1 回溯法,2 FIFO分枝限界,3 LC分枝限界; -Enter the number of items and backpacks the size of the load procedure automatically for each of the weight an
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:lzhijun
  1. algorithm.tar

    0下载:
  2. 一个算法教案,包括多精度数值处理、排列组合、枚举法、递归与回溯法、贪婪法等在章节-An Algorithm for lesson plans, including multi-precision numerical processing, permutation and combination, enumeration, recursive and backtracking, greedy method, such as in the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:416768
    • 提供者:jhiter
  1. migong

    0下载:
  2. 用回溯法求解迷宫问题,就是按某种方式走,不行的话就往后退,试试别的路,直到走通为止。-With backtracking maze solving problems is by some way away, if not就往retreat, try other way until the pass so far away.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:周任红
  1. jiqishejixiuzheng

    0下载:
  2. 某机器由n个部件组成,每一个部件可从 个供应商那里购得。设 是从供应商 那里购得的零件 的重量, 为该零件的成本。试设计一个回溯算法,给出总成本不超过 的最小重量机器设计,并分析算法的复杂度。-A machine by the n-components, each component can be purchased where suppliers. Set is purchased from suppliers of parts of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:177152
    • 提供者:me
  1. 01beibaozhenghechengxu

    0下载:
  2. 背包问题非常有用的程序代码打包,包括贪心,回溯,动态规划-Knapsack problem is very useful package of program code, including greedy, backtracking, dynamic programming
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:6128640
    • 提供者:adsd
  1. ZJHS

    0下载:
  2. 这是一个子集和数问题的递归回溯解法.能在TC和VC++6.0上运行.已经加入注释-This is a subset of the problem and several recursive backtracking method. In TC and VC++ 6.0 run. Have joined the Notes
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:zhoulitc
  1. Knap2

    0下载:
  2. knap2 背包问题非递归,运用栈及回溯算法优化了一下,可以找到所有满足条件的解。 如果遇到什么问题,请发邮件至horsewhite32@hotmail.com,笔者将不胜感激 uuhorse-non-recursive knap2 knapsack problem, the use of stack and the backtracking algorithm to optimize the look, you can f
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:uuhorse
  1. queen

    0下载:
  2. 此程序源码为回溯算法中的n后问题,可以根据需要更改棋盘大小。已加入时间函数,可以分析不同棋盘规模下的运行时间。-This procedure for the backtracking algorithm source of n after the problem may be based on need to change the board size. Has joined a function of time, can be ana
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:764928
    • 提供者:zhu
  1. 0-1

    0下载:
  2. 掌握回溯法的应用 用回溯法求解0-1背包问题。 -Backtracking to master the application of retrospective method with 0-1 knapsack problem.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:897024
    • 提供者:
  1. suanfa

    0下载:
  2. 第1章 算法引论 第2章 递归与分治策略 第3章 动态规划 第4章 贪心算法 第5章 回溯法 第6章 分支限界法 -Chapter 1 Introduction Algorithm Chapter 2 Recursion and sub-rule strategy in Chapter 3 Dynamic Programming Chapter 4 greedy algorithm in Chapter 5 Ba
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:3323904
    • 提供者:jake
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 40 »

源码中国 www.ymcn.org