搜索资源列表

  1. pre_k_min

    0下载:
  2. 从文件中读取一定量的数据,用分治法求出数组中的前K小元素。-read from the document a certain amount of data, with partition derived array of small elements of the former K.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10281
    • 提供者:涂世昌
  1. MatrixChain

    0下载:
  2. 分治法求矩阵链乘法中的各个矩阵相乘的最优次序
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8116
    • 提供者:王鹏
  1. arithmeticdesignandanalysis

    0下载:
  2. 算法分析和设计课程设计报告,英文,包括分治法求最大和最小,大数乘法,排序最优2叉数等常见算法,有10个,报告包括源程序和时间复杂度分析,截图等
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:183412
    • 提供者:张毓玺
  1. pre_k_min

    0下载:
  2. 从文件中读取一定量的数据,用分治法求出数组中的前K小元素。-read from the document a certain amount of data, with partition derived array of small elements of the former K.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:960512
    • 提供者:涂世昌
  1. SHALLSOR

    0下载:
  2. 内含希尔排序、分治法、归并排序和求公共子串的C代码实现-Hill intron sequence and divided France, merging and sorting for public substring of C code to achieve
  3. 所属分类:其他小程序

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

    0下载:
  2. 算法分析和设计课程设计报告,英文,包括分治法求最大和最小,大数乘法,排序最优2叉数等常见算法,有10个,报告包括源程序和时间复杂度分析,截图等
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-21
    • 文件大小:183296
    • 提供者:张毓玺
  1. Selectkmin

    0下载:
  2. 用分治法编程求出了n个不同元素中的第k 个最小元素-Programming with sub-rule method to derive the n different elements of the first k-smallest element
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:405504
    • 提供者:dd
  1. lcs2

    0下载:
  2. 用分治法求出两个字符串中的最长公共子序列,输出长度,并输出最终序列-Calculated by sub-rule 2 of the longest string common sub-sequence, the output length, and output the final sequence
  3. 所属分类:其他小程序

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

    0下载:
  2. 这是一个利用分治法求最短回路的算法,希望对大家有帮助撒-This is a law governing the use of sub-algorithm for the shortest loop, in the hope that everyone has to help spread
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:300032
    • 提供者:xuli
  1. 02

    0下载:
  2. 用分治法求第k小元素 输入:程序从标准输入读入数据,第一行是一个整数n (1=<n<=100000)表示元素的个数,接下来的n行中每行有一个整数。最后一行是k,就是我们要找的第k小元素。 输出:针对每一组输入,输出一个结果,每个结果占一行。 例如: 输入 5↵ 123↵ 12↵ 1↵ 3↵ 4↵
  3. 所属分类:其他小程序

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

    0下载:
  2. 分治法求大数乘法的问题 等等一些算法分析-datastructure
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:392192
    • 提供者:lazer1988
  1. dbPoint.c

    0下载:
  2. C语言实现,分治法求平面中任意个点的最近点对和最近距离。-C language implements, find out the shortest point pair and the shortest length between arbitrary points in a plane, with divide and conquer method.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 正好在写用分治法求众数问题实验报告,写好了,让大家看下-Just writing to use divide and conquer the problem seeking plural experimental report, written, and let everyone Kanxia
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:47104
    • 提供者:isolate
  1. shortestpath

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

    • 发布日期:2024-05-21
    • 文件大小:451584
    • 提供者:wenwen
  1. cpair

    0下载:
  2. 用分治法求平面两点的最短距离,main函数用随机数生成n个随机数,然后求他们的最短距离-Plane with the Method of the shortest distance between two points, main function uses the random number generator random number n, and then find the shortest distance between t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:316416
    • 提供者:凌川
  1. 1

    0下载:
  2. 用分治法求第k小元素 输入:程序从标准输入读入数据,第一行是一个整数n (1=<n<=100000)表示元素的个数,接下来的n行中每行有一个整数。最后一行是k,就是我们要找的第k小元素。 -Method used divide and conquer a small element of k-input: program read from standard input data, the first line
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:空阁浪月
  1. maxamin

    0下载:
  2. 如何用分治法求一个数组中的最大值和最小值-With the Method find an array of maximum and minimum values
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:phoenix
  1. 分治法求最大子数组以及其对应的下标

    0下载:
  2. 分治法应用分治法求最大子数组以及其对应的下标分治法求最大子数组以及其对应的下标(Application of divide and conquer therapy)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Sincenir
  1. 分治法求众数

    0下载:
  2. 给定含有n个元素的多重集合S,每个元素在S中出现的次数称为该元素的重数。多重集S中重数最大的元素称为 众数。例如,S={1,2,2,2,3,5}。多重集S的众数是2,其重数为3。 求众数方法很多,现要求你用分治算法来试一试,并分析其效率。 编程任务:对于给定的由n个自然数组成的多重集S,采用分治算法编程计算S的众数及其重数。(Given a multiple set of S with n elements, the nu
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:245760
    • 提供者:九鼎
  1. 钻石矿工

    0下载:
  2. 算法设计中的钻石矿工问题在一座金字塔每块石头上都镶有一块钻石从金字塔的顶端向下收集钻石尽可能收集价值高的钻石,每层每次只能从一块砖斜向左下或斜向右下走到另一块砖上。设计算法求出获取的钻石最大价值及路径。(分治法)(The problem of diamond miner in algorithm design is set up on every stone in Pyramid. A diamond is collected from
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:12288
    • 提供者:XAKJOLFT
« 12 3 »

源码中国 www.ymcn.org