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

搜索资源列表

  1. TSP

    0下载:
  2. 用遗传算法、贪心算法以及穷举法对TSP问题进行求解-Genetic algorithm, the greedy algorithm and the brute-force method to solve the TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:8443
    • 提供者:
  1. 01beibaowenti-qiongjufa

    0下载:
  2. 穷举法解决背包问题,对解决算法问题有帮助-The brute-force method to solve the knapsack problem to solve algorithmic problems
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:688128
    • 提供者:孔明德
  1. ETS

    0下载:
  2. 本文是一种穷举方法,旅行员推销问题的实现算法!-This article is a brute-force method, Travel member marketing realization algorithm!
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:1126
    • 提供者:高飞
  1. 24

    0下载:
  2. 神奇24游戏的玩法是,由计算机随机产生4个自然数,玩家利用加减乘除和加括号,将4个数组成结果等于24的四则运算算式。在大多数情况下这个问题都有解,这就是“神奇”所在之处。通常的解法都是采用穷举法,对所有可能的算式进行求解,然后判断结果是不是24。问题的难点在于如何生成这所有的算式,由于括号的缘故,使问题变得复杂了。一种办法是将中缀表达式转化为后缀表达式,转入对后缀表达式的分析。由于后缀表达式的特点,后缀表达式的分析和求解都比较容易实现,这样就简化了问题的求解。-The magic 24 game
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-29
    • 文件大小:19650
    • 提供者:lk
  1. Matching-the-bride-and-groom

    0下载:
  2. 新郎新娘配对问题,采用穷举法,实现新郎新娘的配对-The bride and groom pairing, the brute-force method, the pairing of the bride and groom
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-08
    • 文件大小:8272
    • 提供者:刘洋
  1. 24DIAN

    0下载:
  2. 24点穷举法的运用 用C语言解决24点的计算问题-The 24-point brute-force method to use C language to solve computational problems in 24 points
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:1995
    • 提供者:龚景荣
  1. qiongjufa

    0下载:
  2. 一. 用穷举法求解下列问题。 1.班上要在A, B, C, D, E, F 6名同学中选派若干人去参加比赛,综合比较各人的情况,得出选择的条件如下: a) E和F两人中至少去一个; b) C和D两人中去一个; c) D和E要么都去,要么都不去; d) A,B,F三人中要去两个; e) 若C不去,则B也不去; f) C和F不能一起去。 请仔细分析上述条件,找出参加比赛的合适人选。 -A. Using brute-force method to solve the
  3. 所属分类:assembly language

    • 发布日期:2017-11-18
    • 文件大小:575
    • 提供者:长城
  1. bestld

    0下载:
  2. 通过模拟出一些坐标点 利用穷举法完成最短路径的小型tsp问题的解决方案 为最优解-By simulating some coordinates using the brute-force method to complete the shortest path problem for small tsp solution for the optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2285396
    • 提供者:smallyou
  1. dianlu

    1下载:
  2. 电路布线问题 【问题描述】 印刷电路板将布线区域划分为n╳n个方格阵列。在布线时,电路只能沿直线或直角布线。为避免线路相交,已布线的方格要做封锁标记。设起始位置为a,终止位置为b,求解电路布线问题。 【设计要求】 设计印刷电路板的布线模拟程序。 (1)采用栈或队列等数据结构。 (2)采用穷举法的回溯搜索,求a到b可能的布线线路。 (3)推荐采用层次优先搜索,求a到b最优的布线线路。 -Circuit wiring problem [Problem Descr ip
  3. 所属分类:assembly language

    • 发布日期:2016-05-25
    • 文件大小:37888
    • 提供者:张小红
  1. matlabxuexi

    0下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This is a good model to study the information, download it quick
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4994150
    • 提供者:高雄飞
  1. bag

    0下载:
  2. 这是求背包问题的一个程序,主要用了递归穷举的思想,希望可以帮到大家-This is a program seeking knapsack problem, the main idea of ​ ​ using a recursive exhaustive, I hope you can help
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1024
    • 提供者:madil
  1. shortest-route-problem

    0下载:
  2. 最短路径问题的四种实现方式:广度优先、深度优先、贪心法、动态规划法、穷举法、回溯法。-Four ways to achieve the shortest path problem breadth priority greedy depth-first dynamic programming method exhaustive backtracking
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:28428
    • 提供者:shuaidan
  1. maze

    0下载:
  2. 用“穷举求解”(回溯)方法求解迷宫问题实验报告。从文件中读取迷宫数据,然后用穷举法求出一条迷宫通路,有迷宫文件的容错性检查,所有文件包括了.c源文件,.doc实验报告,.txt迷宫文件-With " exhaustive solving" (backtracking) method for solving the maze test reports. Maze of data read from the file, and then find a maze of paths w
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:332406
    • 提供者:vermouthi
  1. 1101

    0下载:
  2. 用穷举法解决以下问题:36块砖,36人搬,男搬4,女搬3,两个小孩抬1砖。要求一次全搬完,问男、女、小孩有多少?-Exhaustive method used to solve the following problem: 36 bricks, 36 people move, move 4 male, 3 female move, two children carrying a brick. Requires a full move those asked men, women and chil
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:6167
    • 提供者:sejrkte
  1. 1101

    0下载:
  2. 用穷举法解决以下问题:36块砖,36人搬,男搬4,女搬3,两个小孩抬1砖。要求一次全搬完,问男、女、小孩有多少?-Exhaustive method used to solve the following problem: 36 bricks, 36 people move, move 4 male, 3 female move, two children carrying a brick. Requires a full move those asked men, women and chil
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:6213
    • 提供者:sertkte
  1. TSP

    2下载:
  2. 用穷举法解决TSP问题,有文档,有注释,适合新手学习-Solve TSP problem by brute-force method, there are documents, notes, suitable for beginners to learn
  3. 所属分类:Other windows programs

    • 发布日期:2015-04-10
    • 文件大小:30720
    • 提供者:李卫巍
  1. GAfor-Unit-combination

    0下载:
  2. 本文针对当前科技水平不足以有效存储电力的情况下产生的发电机机组组合的问题,考虑负荷平衡、输电线传输容量限制等实际情况产生的约束条件,建立机组组合优化模型,追求发电成本最小。同时采用矩阵实数编码遗传算法(MRCGA)和穷举搜索算法,利用MATLAB 7.0.1和C++编程,分别对模型进行求解,并对所得结果进行分析比较,以此来帮助电力部门制定机组启停计划-This article in view of the current level of science and technology would
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:8407077
    • 提供者:ethbk
  1. milkrun

    0下载:
  2. 使用深度优先搜索结合Floyd算法对循环取货问题进行穷举。-Using the depth-first search algorithm combined with Floyd circulation problems pickup exhaustive.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:7002
    • 提供者:wuminbin
  1. WPNJAQ2

    0下载:
  2. 自己编写的任务机调度问题的近似算法包括了穷举+近似的算法,请指正()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:nefsie
  1. passingkane

    0下载:
  2. 自己编写的任务机调度问题的近似算法包括了穷举+近似的算法,请指正()
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:hyperlink
« 1 2 3 45 »
搜珍网 www.dssz.com