搜索资源列表

  1. 123

    0下载:
  2. linux下的C编程求最小数,可以得到中位数和分治算法。-under linux C can do the min and a code
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 用分治算法生成循环赛日程表(1到2的n次方个人)输入: 一个整数n 输出: 循环赛日程表(1到2的n次方个人) 输入样例: 3 输出样例: 1 2 3 4 5 6 7 8 2 1 4 3 6 5 8 7 3 4 1 2 7 8 5 6 4 3 2 1 8 7 6 5 5 6 7 8 1 2 3 4 6 5 8 7 2 1 4 3 7 8
  3. 所属分类:其他小程序

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

    0下载:
  2. 循环赛日程表描述: 用分治算法生成循环赛日程表(1到2的n次方个人)输入: 一个整数n 输出: 循环赛日程表(1到2的n次方个人) -The round-robin schedule: divide and conquer algorithm to generate a round-robin schedule (1-2 n-th individual) Input: an integer n output: (1-
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:wangyilin
  1. max

    0下载:
  2. 实验描述:给定X和Y都是n位整数,计算乘积XY。分治算法思想,将n位X和Y分成2段,每段n/2位。则X分为AB两段,Y分为CD两段。 有X=A*(10)^(n/2)+B,Y=C*(10)^(n/2)+D;XY=(A*(10)^(n/2)+B)(C*(10)^(n/2)+D)=AC*(10)^n+(AD+BC)*(10)^(n/2)+BD。 -Experiment: given X and Y are n-bit integers,
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 棋盘覆盖(有界面效果),分治算法,界面还行-Board cover (interface effect), divide and conquer algorithm, the interface line
  3. 所属分类:JSP源码/Java

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

    1下载:
  2. Java实现的采用分治算法的城市轮廓线线程序,《算法引论》73页的相应实现源码 -Java implementation of the city skyline divide and conquer algorithm line program, the corresponding implementation source code of algorithm Introduction 73
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:系统,结构
  1. Dtriangulation-cdel

    0下载:
  2. 离散高程点生成TIN的算法,分治算法,速度还可以,对于数据量比较大的情况也有不错的处理速度 和效果。-Discrete elevation points to generate the TIN algorithm, divide and conquer algorithm, the speed can also be larger than the data also has good processing speed and eff
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:812032
    • 提供者:刘辉
  1. fenzhisuanfa

    0下载:
  2. 分治算法,对集合中的元素进行排序,使得以递增或者递减的顺序排列,具有较好的排序效率-Partition algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:sybilya
  1. fe4nzhi

    0下载:
  2. 提供了分治算法的多种实现,分治算法是一种很经典的算法-Divide-and-conquer algorithm provides multiple implementations, divide and conquer algorithm is a classic algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:huyanhua
  1. fengzhisuanfa

    0下载:
  2. 分治算法代码以比较为基础的排序时间的下界-The lower bound of the divide and conquer algorithm code to comparison-based sorting time
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:27648
    • 提供者:xuemaoyang
  1. code

    0下载:
  2. 3道分治算法题目以及解析。题目为图片,对应题目名有对应程序,在C/C++语言编译环境中测试通过。-3 topics as well as parsing of divide-and-conquer algorithm. Subject to the pictures corresponding topic name corresponding to the program, the test passed in the C/C++ la
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:227328
    • 提供者:伯南克
  1. point

    0下载:
  2. 用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出为最邻近距离的平方-Looking for n points nearest point, the output of the nearest neighbor distance squared using the divide-and-conquer algorithm (O (nlogn) complexity)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:910336
    • 提供者:张月秋
  1. conquer-and-divide-algorithm

    0下载:
  2. 本章描述了讲解了分治算法的基本思想和设计过程以及原理-Explain the basic idea and design process as well as the principle of divide and conquer algorithm described in this chapter
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:547840
    • 提供者:fengjianlong
  1. maze

    0下载:
  2. 分治算法,走迷宫问题,0可通过,1不可通过。-Divide and conquer algorithms, Maze problem by, not by.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 算法分析与设计 用递归分治算法解决大整数乘积问题(java源码)-Algorithm Analysis and Design Recursive divide and conquer algorithm to solve the problem of large integer multiplication. (Java source code)
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 要求用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出最邻近距离的平方 其中0<=x<10000,0<=y<10000,(x,y是整数) 点数1<n<=30000. Input 第一行表示点的数目n; 接下来的n行中,每一行依次表示点的x坐标,y坐标。 Output 输出n个点中最邻近点对距离的平方-Looking for n p
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:896000
    • 提供者:Betty
  1. stooge_sort

    0下载:
  2. 桶排序算法,分治算法,输入一串数字,输出他们从小到大的排序-Bucket sort algorithm, divide-and-conquer algorithm, input a string of numbers, the output from small to large order
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2450432
    • 提供者:胡战
  1. search

    0下载:
  2. 利用分治算法,在大小分别为m和n的两个有序序列中,在单元时间内,用一个O(lg m + lgn) t 算法在两个序列中计算出第k大的元素-failed to translate
  3. 所属分类:其他小程序

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

    0下载:
  2. 实验一:分治算法归并排序与快速排序平均时间之比较 (验证型实验) 实验目标: (1) 通过实验比较归并排序与快速排序算法在平均情况下哪一个更快。 (2) 加深对时间复杂度概念的理解。-Experiment one: divide and conquer algorithm merge sort and quick sort compare the average time (confirmatory test) test
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:絮儿纷飞
  1. grid

    0下载:
  2. 分治算法的直观应用,有GUI。即在8*8的格子中放一块障碍,求一种分配方案使得能用相同的直角方块(共3块成L字形)铺满整个方格。-Divide and conquer algorithm intuitive applications, there GUI. Ie 8* 8 grid put an obstacle, seeking an allocation scheme makes possible the same rectangu
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:256000
    • 提供者:alex
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »

源码中国 www.ymcn.org