CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - brute

搜索资源列表

  1. strings

    0下载:
  2. 字符串的算法:字符串匹配,Brute Force算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:87235
    • 提供者:yiyi
  1. brute

    0下载:
  2. ANN的brute算法,用于检查ANN算法的正确性-brute-force algorithm for ANN
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1582
    • 提供者:mike
  1. chuangxinjijing

    0下载:
  2. 平方幻方的程序实现 (1)研究了幻方和平方幻方的性质。写出了1—n*n的幻方程序 (2)明白要写这样的程序,需要用蛮力法来加以解决,这样对问题的解决带有极大的盲目性,完全是一个NP问题。 -Square magic square program (1) studied the magic square and the square of the nature of magic squares. Write a 1-n* n magic square of the procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:44463
    • 提供者:彭成义
  1. Nearest

    0下载:
  2. 分别利用分治法及穷举法求解最近点对问题,输出查找结果及比较次数。-Use, respectively, sub-rule method and brute-force method for solving the nearest point of the problem, the output and compare the number of search results.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5035
    • 提供者:yushu
  1. MaxSum_ML

    0下载:
  2. 最大子段和实验之蛮力法,包括程序运行时间计算,C++表述-The largest sub-segment and experiments brute force method, including the run time calculation, C++ statements
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:807
    • 提供者:mr.z
  1. Maze(Stack)

    0下载:
  2. 应用栈求迷宫通路,用的是“穷举求解”的方法,即从入口出发,顺某一方向向前探索,若能走通,则继续往前走;否则沿原路退回,换一个方向再继续探索,直至探索到通路为止。-Application stack requirements maze path, using a "brute-force solving" approach, starting from the entrance, along a forward direction to explore, if we go through, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:englishteam
  1. 1

    0下载:
  2. 最短哈密尔顿图,穷举法,递归调用, 深度优先查找-The shortest Hamiltonian, brute-force method, the recursive call, depth-first search
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1582
    • 提供者:chenx
  1. Odometer-like-Brute-Force-Counter-

    0下载:
  2. 给定一组数字排序,打印所有的计数顺序。 -Given a set of numerical order, print all the counting sequence.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:844
    • 提供者:黄军
  1. migongqiujie

    0下载:
  2. 数据结构中,栈的运用举例,迷宫求解。利用穷举求解的方法-Data structure, the use of the stack example, maze solving. The use of brute force method of solving
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1352
    • 提供者:cxq
  1. MaxOfSubSegSum

    0下载:
  2. vc求最大子串和问题 分别采用分治法和蛮力法很好的解决了这个问题-vc find the largest substring and problems, and were used to divide and conquer a good brute force method to solve this problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2046769
    • 提供者:zhou
  1. KnapSack

    0下载:
  2. 蛮力、动态规划、回溯、分支限界四种算法求解0/1背包问题-Four algorithms(brute force, dynamic programming, backtracking, branch and bound ) to solve 0/1 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2538
    • 提供者:WangXiaolei
  1. Power

    0下载:
  2. 分别用蛮力法、分治法、减治法求a的n次方,并比较运行时间-Respectively with brute force method, partition method, reduce the power comes for a ^ n,and compare the running time.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:623
    • 提供者:WangXiaolei
  1. MaxSum

    0下载:
  2. 用蛮力法、分治法和减治法求最大子段和问题并比较运行时间。-With the brute force method, divide and conquer method for the treatment and reduce the largest sub-segment and the issues and compare the running time.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1067
    • 提供者:WangXiaolei
  1. ClosestPoints

    0下载:
  2. 分治法和蛮力法求最近对问题及其时间复杂度比较-Divide and conquer method and the brute force method for the recent problems,and comparing the running time.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1163
    • 提供者:WangXiaolei
  1. knapsack-problem

    0下载:
  2. 原创,背包问题的四种解法,回溯法,动态规划法,以及两种蛮力法,C++代码,编译运行通过,结果正确,可以比较各种方法的效率。-The original, four solutions of the knapsack problem, backtracking, dynamic programming, and two brute force method, C++ code, compile, run through, the result is correct, you can compare
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2451144
    • 提供者:ZLS
  1. Pattern-matching

    0下载:
  2. 实现字符串的匹配,有常见的蛮力算法,kmp算法,Horspool算法,Boyer-Moore算法-String matching, common brute force algorithm, kmp algorithm, Horspool algorithm, the Boyer-Moore algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:554459
    • 提供者:aa
  1. Brute-force-algorithm

    0下载:
  2. 穷举算法,VC中的经典程序之一,适合初学者,-Brute-force algorithm, the the of the classic procedures in in the the VC, suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:109363
    • 提供者:
  1. Bag

    0下载:
  2. 0-1背包问题的解答,0-1背包问题的一个简单的解答,算法不是很好,蛮力算法-0-1 knapsack problem answers to the 0-1 knapsack problem with a simple answer, the algorithm is not very good, the brute force algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:36849
    • 提供者:ZhangYu
  1. Screening-method

    0下载:
  2. 选择排序 排序问题中的蛮力法 算法设计与分析-Selection sortThe scheduling problem with the brute force methodDesign and analysis of algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:619
    • 提供者:fei
  1. Brute-Force

    0下载:
  2. 通过Brute-Force匹配算法,实现字符串的查找功能,寻找最长的真子串。-By Bruteforce matching algorithm, string search function to find the longest substring true.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1699589
    • 提供者:毛意超
« 12 »
搜珍网 www.dssz.com