搜索资源列表

  1. manlifa

    0下载:
  2. 算法设计(蛮力法) 算法设计(蛮力法)-algorithm design (brute force) algorithm design (brute force)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2785
    • 提供者:king
  1. cpp

    0下载:
  2. 用蛮力法解决的Acm icpc试题(求矩阵每一列列和的最小值)。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6285
    • 提供者:luofei
  1. manlifa

    0下载:
  2. 算法设计(蛮力法) 算法设计(蛮力法)-algorithm design (brute force) algorithm design (brute force)
  3. 所属分类:Windows编程

    • 发布日期:2024-07-06
    • 文件大小:2048
    • 提供者:king
  1. cpp

    0下载:
  2. 用蛮力法解决的Acm icpc试题(求矩阵每一列列和的最小值)。-Using brute force method to solve the Acm icpc questions (each matrix rows and the minimum value).
  3. 所属分类:并行运算

    • 发布日期:2024-07-06
    • 文件大小:6144
    • 提供者:luofei
  1. knapsackproblems

    0下载:
  2. 本程序用MFC实现了背包问题中贪婪法,动态规划法,蛮力法,分支界限法的可视化-This procedure using MFC in a knapsack problem greedy method, dynamic programming method, brute force method, branch visualization limits of the law
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-07-06
    • 文件大小:2587648
    • 提供者:xuxiangyu
  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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-06
    • 文件大小:44032
    • 提供者:彭成义
  1. KitBag

    0下载:
  2. 分治法和蛮力法求解最近点对问题,不好意思中文传不了,改传背包问题了。-leastport
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:14336
    • 提供者:刘恩亮
  1. MaxSum_ML

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

    • 发布日期:2024-07-06
    • 文件大小:1024
    • 提供者:mr.z
  1. 01bag

    0下载:
  2. 用蛮力法,回溯法,分支限界法求解背包问题-With the brute force method, backtracking, branch and bound method for solving knapsack problem
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:1052672
    • 提供者:hehuiling
  1. biggest

    0下载:
  2. 用蛮力法,分解质因数法,欧几里得算法分别求解最大公约数问题-With the brute force method, the quality factor decomposition method, the Euclidean algorithm for greatest common divisor problem solving, respectively
  3. 所属分类:Windows编程

    • 发布日期:2024-07-06
    • 文件大小:1268736
    • 提供者:hehuiling
  1. zuijindui

    0下载:
  2. 用蛮力法和分治法解最近对问题以及对算法时间性能及运行结果的分析 -And sub-rule by brute force method of solving the problem, as well as the recent performance of the algorithm and running time analysis of the results
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:1083392
    • 提供者:hehuiling
  1. shortestpath

    0下载:
  2. 用蛮力法和分治法求最近点对的问题-用蛮力法和分治法求最近点对的问题............
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:451584
    • 提供者:wenwen
  1. 1

    0下载:
  2. 0/1背包问题,C++实现,算法实现源代码,蛮力法实现源程序,-0/1 knapsack problem, C++ implementation, algorithm source code, brute force method to achieve source,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-07-06
    • 文件大小:1024
    • 提供者:玉青
  1. MinDistance_PointPair

    1下载:
  2. 用java实现的平面上最近点对的查找,包括蛮力法和分治法的实现。-Java implementation of the plane with the nearest point on the search, including the brute force method and the divide and conquer implementation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-07-06
    • 文件大小:5120
    • 提供者:Michiel
  1. 004

    0下载:
  2. 用蛮力法和回溯法求解子集和数问题,大家可以参考借鉴一下-Use brute force method and backtracking to solve a subset of several issues, we can look for references
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-07-06
    • 文件大小:17408
    • 提供者:huangjijian
  1. algorithm2

    0下载:
  2. 最大子段和/三种方法/c++语言/(内有报告) 蛮力法,动态规划法,分治法。 可比较时间,随机输入数据...... -The largest sub-segment and/three methods/c++ language/(within report) brute force method, dynamic programming, divide and conquer. Comparable time, the rand
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:57344
    • 提供者:ssdfdfd
  1. NearestPoint

    0下载:
  2. 算法分析与设计经典问题,用分治法求最近点对,并与蛮力法做对比-Classical algorithm analysis and design problems with the divide and conquer method for the last point, and compared with the brute force method to do
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-07-06
    • 文件大小:1024
    • 提供者:娟娟
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-07-06
    • 文件大小:2046976
    • 提供者:zhou
  1. BUPT-alg-lab1

    0下载:
  2. 1. 实验题目 用蛮力法解决0/1背包问题 2.实验目的 ⑴ 深刻理解并掌握蛮力法的设计思想; ⑵ 提高应用蛮力法设计算法的技能; 3. 实验要求 应用蛮力法解决0/1背包问题 ; 对所设计的算法进行时间复杂性分析 包含结婚算法和王伯卖鱼的选做题和实验报告(1. experimental topics Solving 0/1 knapsack problem by brute f
  3. 所属分类:其他小程序

  1. Maxsum

    0下载:
  2. 用蛮力法、分治法、动态规划法实现最大子段和(There is MaxSums in three way.)
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:1024
    • 提供者:啦啦_0214
« 12 3 »

源码中国 www.ymcn.org