CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Conquer

搜索资源列表

  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. 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. 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. main

    1下载:
  2. 合区工具 征服合区工具半成品,用于1。6版本(Conquer zone tools, semi finished products, for 1. Version 6)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:209920
    • 提供者:群少网络
  1. 递归与分治策略的简单实现

    0下载:
  2. 递归分治策略的简单实现 问题的选取:P43 2.11 循环赛日程表 设有设有n=2^k个运动员要进行网球循环赛。现要设计一个满足以下要求的比赛日程表:   (1)每个选手必须与其他n-1个选手各赛一次;   (2)每个选手一天只能参赛一次;   (3)循环赛在n-1天内结束。   按此要求将比赛日程表设计成有n行和n-1列的一个表。   在表中的第i行,第j列处填入第i个选手在第j天所遇到的选手。 其中1≤i≤n,1≤j≤n-1。8个选手的比赛日程表如下图: 1 2 3
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:71680
    • 提供者:晓周
  1. merge_count

    0下载:
  2. 在一个数组中可以找出所有的逆序对数,运用分治的策略实现,时间复杂度为O(nlogn)(We can find all the inverted logarithm in an array, and use the divide and conquer strategy to achieve the time complexity of O (nlogn))
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2296832
    • 提供者:帅哥1234565
  1. grammar

    0下载:
  2. 第1章 算法引论   1.1 算法与程序   1.2 表达算法的抽象机制   1.3 描述算法   1.4 算法复杂性分析   小结   习题   第2章 递归与分治策略   2.1 速归的概念   2.2 分治法的基本思想   2.3 二分搜索技术   2.4 大整数的乘法   2.5 Strassen矩阵乘法   2.6 棋盘覆盖   2.7 合并排序   2.8 快速排序   2.9 线性时间选
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:2375680
    • 提供者:Summer-LXN
  1. 5375 Fixed and all new working

    0下载:
  2. 征服源代码,战神版本喜欢的可以拿去研究!(Conquer source code, capable of updating.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:13676544
    • 提供者:aguang11
  1. 补丁

    4下载:
  2. 征服扇子版本的补丁,可以修改商店价格等!(Conquer patch, ability to update.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:17677312
    • 提供者:aguang11
  1. command-and-conquer-master

    0下载:
  2. as ss s sa s sasa s as s
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1835008
    • 提供者:thomas12
  1. ClosestPair

    0下载:
  2. 求解平面最近点对,分治经典题目。。。。。。。(The program to solve the nearest point pair of the plane, divide and conquer the classic topic.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:irishan
  1. 马的周游

    3下载:
  2. 实现寻找马的周游问题n*n规模的分治法解(Find solution of the Knight tour problem in size of n*n by means of divide and conquer)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:168960
    • 提供者:F.I.S
  1. 资料汇总

    1下载:
  2. 极客班C++算法原理与实践课件和源码-侯捷 1、算法入门与编程风格 2、链表 3、二分搜索与排序数组 4、二叉树与分治算法 5、栈与队列(Geek class C++ algorithm principle and practice of courseware and source code Hou Jie 1, algorithm introduction and programming style 2, chain list 3 and two points search a
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:5499904
    • 提供者:庶吉士zc
  1. Arbitrage_Synthetic.gz

    2下载:
  2. It can shock, break, trend, but to set parameters properly, EA is just a tool, just like AK47, a good gun against the enemy is to conquer the enemy.
  3. 所属分类:其他

    • 发布日期:2019-02-15
    • 文件大小:4096
    • 提供者:冯先生a
  1. AmazingEA

    2下载:
  2. 这是一个基于顺势加仓的EA,可做震荡,突破,趋势行情,但要合理设置 参数, EA只是工具,就像AK47一样,用得好枪口对着敌人就是克敌制胜,用不好,枪口 对着自己那就只有是自毙的份了 ((This is an EA based on the situation, can make shocks, breakthroughs, trend quotations, but to set reasonable parameters, EA is only a tool, like AK47, a go
  3. 所属分类:其他

    • 发布日期:2018-12-13
    • 文件大小:4096
    • 提供者:汇市人生
  1. APS_EA

    1下载:
  2. 这是一个基于顺势加仓的EA,可做震荡,突破,趋势行情,但要合理设置 参数, EA只是工具,就像AK47一样,用得好枪口对着敌人就是克敌制胜,用不好,枪口 对着自己那就只有是自毙的份了(This is an EA based on the situation, can make shocks, breakthroughs, trend quotations, but to set reasonable parameters, EA is only a tool, like AK47, a good
  3. 所属分类:其他

    • 发布日期:2019-11-03
    • 文件大小:79872
    • 提供者:汇市人生
  1. 顺势加码必赚改

    2下载:
  2. This is an EA based on the situation, can make shocks, breakthroughs, trend quotations, but to set reasonable parameters, EA is only a tool, like AK47, a good muzzle against the enemy is to conquer the enemy, not good, muzzle against oneself is only
  3. 所属分类:其他

    • 发布日期:2019-11-03
    • 文件大小:17408
    • 提供者:汇市人生
  1. 暴力中的暴力

    2下载:
  2. This is a scalp-based EA, can do shock, breakthrough, but to rationally set the parameters, EA is only a tool, like AK47, with a good muzzle against the enemy is to conquer the enemy, not good, muzzle against oneself is only a part of self-murder
  3. 所属分类:其他

    • 发布日期:2020-03-13
    • 文件大小:24576
    • 提供者:汇市人生
« 1 2 3 45 »
搜珍网 www.dssz.com