CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最大子段和

搜索资源列表

  1. suanfafenxi

    0下载:
  2. 算法分析实验 java实现: 有: 公约数 合并算法 字符排序 快速排序 马踏棋盘问题 马踏棋盘问题(文本做法) 折半查找 最大子段和-algorithm analysis experiments java achieved : : Convention few characters sorting algorithm with Quick Sort horse riding horse riding chessboard problems chessboard
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:20.26kb
    • 提供者:Luoqing
  1. MaxSubSum

    0下载:
  2. 最大子段和,实现了四种方法来求最大字段和
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3.84kb
    • 提供者:eirc
  1. phoenix7

    0下载:
  2. 可以求最大子段和的优良代码,采用动态规划的方法求得,算法效率较高
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:6.2kb
    • 提供者:phoenix
  1. 算法设计与分析源代码

    0下载:
  2. 包括:0-1背包.cpp 矩阵连乘.cpp 棋盘覆盖.cpp 整数划分.cpp 最大子段和
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-11-02
    • 文件大小:3.7kb
    • 提供者:yawei1234
  1. MaxSum

    0下载:
  2. 用动态规划算法完成最大子矩阵和问题,是最大子段和问题向二维的推广。-Complete with a dynamic programming algorithm and the largest sub-matrix problem, the problem is the largest sub-segment and the promotion of the two-dimensional.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:523byte
    • 提供者:奚雅诺
  1. ziduanhe

    0下载:
  2. 用蛮力,分治,动态递归算法设计最大子段和问题的算法及其分析-Use brute force, sub-rule, dynamic recursive algorithm design and problems in the largest sub-segment algorithm and its analysis of
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.01mb
    • 提供者:hehuiling
  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
    • 文件大小:807byte
    • 提供者:mr.z
  1. suanfa

    0下载:
  2. 编程实现最大子段和问题的求解(分别采用分治法和动态规划法求解)。-Programming the largest sub-segment and the problem solving (respectively divide and conquer and dynamic programming method to solve).
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:518byte
    • 提供者:liqiaowaner
  1. NOI2005sequence

    0下载:
  2. splay实现维护序列区间翻转和最大子段和-splay sequence to achieve the maintenance interval and the largest sub-segment and flip
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4.53kb
    • 提供者:LJJ
  1. LargestSubsegmentSum3

    0下载:
  2. 用动态规划法求最大子段和 Java代码文件 -uegghrthwjqoei
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:770byte
    • 提供者:杨杨
  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 random input data ......
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:56.02kb
    • 提供者:ssdfdfd
  1. maxsum

    0下载:
  2. 动态规划的经典例题,求一个序列的最大子段和问题。-The classic example of dynamic programming, find a sequence of the largest sub-segment and problems.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1.08kb
    • 提供者:kql
  1. 123

    0下载:
  2. 一、最长公共子序列问题;二,最大子段和问题(分治算法)-First, the longest common subsequence problem Longest common subsequence problems longest common subsequence problem Longest common subsequence problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:90.57kb
    • 提供者:王海颖081
  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
    • 文件大小:1.04kb
    • 提供者:WangXiaolei
  1. daima

    0下载:
  2. 压缩包里的事5段程序的代码,分别是斐波那契数列 最大子段和 最长公共子序列 矩阵连乘积 整数因子分解问题-Compression bag thing the program code, respectively, even the product of Fibonacci Fibonacci series the largest subsegment, and the longest common subsequence matrix Integer factorization issu
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.84kb
    • 提供者:zhongming
  1. ACM-dp

    0下载:
  2. 关于ACM竞赛中经常出现的动态规划dp模板,有最大k段和,最大子段和-Dynamic programming dp template that often appear in ACM contest, the largest k segments, the largest sub-segment, and so on
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:7.1kb
    • 提供者:jan
  1. zuidaziduanhe

    0下载:
  2. 求最大子段和问题的分析以及扩展问题报告和C语言代码-Beg the most architectural section and the analysis of the problems and expansion problem report and C language code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:65.28kb
    • 提供者:ouxinyang
  1. cPP

    0下载:
  2. 临时分配这些元素所需的内存空间,求最大子段和。-Temporary allocation of memory space required for these elements, the largest sub-segment and
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:762byte
    • 提供者:马加林
  1. 子段和问题

    0下载:
  2. 用贪婪法 动态规划法 分治法三种方法求解最大子段和问题(Solving the largest sub segment sum)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:56kb
    • 提供者:嘭嘭嘭
  1. Maxsum

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

    • 发布日期:2018-01-07
    • 文件大小:1kb
    • 提供者:啦啦_0214
« 12 »
搜珍网 www.dssz.com