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

搜索资源列表

  1. fenzhifazuijnidiandui

    0下载:
  2. 分治法的应用,分治法求最近点对源码,编译无措,算法基础实验-The application of the method, divide and conquer method for the nearest point on the source code, compile flawless, algorithm based on the experiment
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1888
    • 提供者:吴金伟
  1. DAZHENGSHU-

    0下载:
  2. 分治法大正数运算支持1000位以内运算,不过自己可以很方便地改长度-Divide and conquer positive operation within 1000 bit support operations, but you can easily change the length of
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:吴金伟
  1. 1130

    0下载:
  2. 用C++写的小程序,用递归与分治法实现循环赛日常问题-Small program written in C++ using recursive divide and conquer the round robin day-to-day problems
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1016
    • 提供者:gu406284
  1. Mergesorting

    0下载:
  2. 归并排序算法是建立在归并操作上的一种有效的排序算法。该算法是采用分治法的一个非常典型的应用。-Merge sorting algorithm is based on an efficient merge operation sorting algorithm. The algorithm is a very typical application using the divide and conquer method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:617
    • 提供者:耿亚美
  1. project2100

    0下载:
  2. 用c语言做分治法之循环赛日程表,由于水平有限,我不知道错在哪里?请指教!-With the c language to divide and conquer the round-robin schedule, due to limited, I do not know wrong? Please advise!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1029
    • 提供者:dau23a951
  1. MergeSort

    0下载:
  2. c++的归并排序算法,改算法是用c++编写的,其中用到了递归的思想,和分治法的思想,方便大家参考学习。-c++ mergesort algorithm, which is written by c++, which uses a recursive thinking, and thinking divide and conquer, to facilitate reference study.
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3737995
    • 提供者:孙崇
  1. posthost

    0下载:
  2. 邮局选址 问题描述:在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。要求:为建邮局选址,使得n个居民点到邮局之距离的总和最小。 提示:带权中位数(分治算法) -Post office location problem descr iption: a north-south direction and in accordance with what is divided
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:112374
    • 提供者:libaodian
  1. main

    0下载:
  2. 杭电ACM上1007问题的已经通过的源码,主要采用分治法来解决这个问题-Hangzhou Electric ACM 1007 on the issue of the source code has been adopted, mainly uses divide and conquer to solve the problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:991
    • 提供者:we
  1. MaxSubSum

    0下载:
  2. 用三种方法解决最大子序列和问题,分别是基本方法,分治算法和动态规划算法,算法复杂度不断提高-Three methods were used to solve sequence and the biggest problem, respectively is the basic method and divide and conquer algorithm and dynamic programming algorithm, the complexity of the algorithm is i
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:774
    • 提供者:刘晨
  1. tennis1

    0下载:
  2. 北邮算法设计课程网球循环赛代码,使用分治算法,可以直接提交-BUPT tennis round robin algorithm design course code, use the divide and conquer algorithm, can be submitted directly
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2014
    • 提供者:郭宇梁
  1. quick-sort

    0下载:
  2. 利用分治法实现一组数据的快速排序,使其排序时间缩短,并采用c语言编程-Using divide and conquer method to achieve quick sort a set of data, the sorting time is shortened, and the use of C language programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:575
    • 提供者:李想
  1. FEZZ

    0下载:
  2. 分而治之的算法分 而治之的算法分而治之的算法-Divide and conquer algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6617
    • 提供者:Billustrator
  1. fenzhi

    0下载:
  2. 凸包求解算法。 实现基于枚举方法的凸包求解算法 实现基于Graham-Scan的凸包求解算法 实现基于分治思想的凸包求解算法 对比三种凸包求解算法 -Convex hull algorithm. Based on Convex Hull algorithm enumeration method Based on Graham-Scan convex hull algorithm Based on Divide and Conquer convex hull alg
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1157000
    • 提供者:大酱
  1. algorithm

    0下载:
  2. matlab算法详细分析,包括应用广泛的分治算法、灰色预测、时间序列、模拟退火、蚁群算法。-matlab algorithm detailed analysis, including the widely used divide and conquer algorithm, gray forecasting, time series, simulated annealing, ant colony algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-06-21
    • 文件大小:36707588
    • 提供者:姜波
  1. BOSS-add1.1

    1下载:
  2. 征服1.6 2.0 3.0 3.5 BOSS添加器 -conquer 1.6 2.0 3.0 3.5 BOSS ADD
  3. 所属分类:ELanguage

    • 发布日期:2017-05-06
    • 文件大小:652275
    • 提供者:阿国
  1. cq_action

    1下载:
  2. 此文件是征服游戏数据库的cq_action解说-This file is to conquer the game cq_action comment
  3. 所属分类:Other Games

    • 发布日期:2017-05-05
    • 文件大小:335195
    • 提供者:阿国
  1. z

    0下载:
  2. 易语言征服登录器源码例程程序结合易语言扩展界面支持库,模拟实现征服游戏的登陆器功能。还具有账号注册、修改,找回密码功能。 -Easy language to conquer the login source routine procedures combined with easy language support library expansion interface, realize the function simulation of conquer game landers. Als
  3. 所属分类:Game Program

    • 发布日期:2017-05-06
    • 文件大小:728002
    • 提供者:zhch2o
  1. randtest

    0下载:
  2. 密码学教学实验工具是《密码学基础》实验教学的辅助工具软件,由DES加密算法、随机性测试、素数工具和辗转相除法四部分组成。该软件的运行平台为windows2000/2003/XP,通过执行Crypt.exe启动,包含Crypt.exe和相关库文件。(Cryptography teaching experiment tool is the auxiliary software of cryptography experiment teaching. It consists of four parts
  3. 所属分类:加密解密

    • 发布日期:2017-12-14
    • 文件大小:7583042
    • 提供者:yytam
  1. CoFuture 4267

    0下载:
  2. 征服在线开源 Conquer Online Open Source(Conquer Online Open Source)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:5010432
    • 提供者:Zeko2010ss
  1. fillChessboard

    0下载:
  2. 用分治策略解决棋盘问题的一个简捷的算法。(A simple algorithm for solving chessboard problem using divide and conquer strategy.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:bubble噜
« 1 2 ... 18 19 20 21 22 2324 25 »
搜珍网 www.dssz.com