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

搜索资源列表

  1. sort

    0下载:
  2. 各种排序算法大全c++版 直接顺序排序、冒泡排序,选择,快排,希尔排序,堆排序,归并排序、筛选法调整堆、堆排序、一次归并、一趟归并法排序、归并排序的非递归算法、归并排序的递归算法、将两个已排序的子序列归并。-Various sorting algorithms Daquan c++ version of the direct order sort, bubble sort, select, quick row, shell sort, heap sort, merge sort, filter
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2165
    • 提供者:gxtxtplg
  1. C-yuyan

    0下载:
  2. 基于C语言的一些算法分析及实现,主要有动态规划,分治,搜索算法等-Some algorithm analysis and implementation of C language based mainly on dynamic programming, divide and conquer, the search algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:62823
    • 提供者:李理
  1. cuosp_4267

    0下载:
  2. A Conquer 4267 private server codes
  3. 所属分类:Other windows programs

  1. Emulator

    0下载:
  2. Conquer 5017 emulator
  3. 所属分类:Other windows programs

  1. WaveOutPlayer

    0下载:
  2. 使用WaveOut控制声卡来播放WAV、MP3音频的多媒体辅助接口类,你可以将它放到你的程序中并调用类的接口函数。本工程中附带了一个BIG包播放器作为范例,可以打开《命令与征服-将军》等游戏的BIG文件包,播放里面的游戏音乐-Multimedia interface using the WaveOut control card to play WAV, MP3 audio, you can use it in your program and call the class interface f
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-24
    • 文件大小:143407
    • 提供者:陈卓
  1. MaxMinDemon

    0下载:
  2. 计算一个数组中的最大最小值,分别使用直接计算和分治法计算,利用C#实现。-Maximum and minimum calculation in an array, were calculated using the direct calculation and divide and conquer, the use of C# implementation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:16393
    • 提供者:星火
  1. convex_hull

    0下载:
  2. 凸包问题的算法实现,graham算法实现,分治算法以及暴力算法,有简单图形界面-Convex Hull algorithm problem, graham algorithm, divide and conquer algorithms and violence algorithm, a simple graphical interface
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3030
    • 提供者:yhlhit
  1. cPP

    0下载:
  2. 关于二部图、线段数、树状数组、树的分治的一些POJ题目的解答-About two figure, the number of segments, Fenwick tree, the tree of divide and conquer some POJ topic answers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7429
    • 提供者:赵宇航
  1. QuickSort

    0下载:
  2. 快速排序(快速排序)是一种快速排序算法,它被广泛应用于实践。它是用于分而治之的原则。快速排序的工作原理是划分一个给定的数组A [P。 。 R]分成两个非空的子阵列A [页。 。 Q]和A [Q + 1。 。 R]使得在[P每个元素。 。问]是小于或等于每个元素A [Q + 1。 。 R]。然后两个子阵列被递归调用快速排序排序。快速排序的细节描述如下: 1.选择一个支点值(基准)。您可以采取的第一个元素的值 枢轴值,但它可以是任何值,这是在排序的值的范围,即使它不存在于阵列中。 2.分
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:10902
    • 提供者:lefter
  1. ItemLog

    0下载:
  2. tq server item conquer online
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1374
    • 提供者:Mazen20201
  1. include

    0下载:
  2. 1)随机输入平面上n个点的集合; 2)使用分治策略编制计算机程序求出这n个点的极大点。 3)编程实现2维极大点问题的求解,且在程序中体现分治策略。程序能处理任意的n个点。 -1) a collection of n points on a random input plane 2) using divide and conquer strategy computer program to calculate the maximum point of the n point.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:15240
    • 提供者:陈倩
  1. My_L

    1下载:
  2. L型骨牌(棋盘覆盖问题) -算法分析之分治策略 算法分析与设计 课程中分治策略的典型例子,采用MFC文档编程可视化实现算法; 能够手动进行对棋盘的颜色填充,并能显示棋盘中的填充数值。 由于这是课程作业,时间紧而赶制的,封装性可能比较差。 我用的版本是C++6.0的老版本,静态链接库,其中的exe可以直接运行。-L-type domino (chessboard coverage problem) - divide and conquer strategy algorithm algorith
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4401025
    • 提供者:忘了
  1. gui-bing-pai-xu

    0下载:
  2. 归并排序是建立在归并操作上的一种有效的排序算法,该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为二路归并。-Merge sort is established in the merge operation a effective sorting algorithm. The algorithm is using the divide and co
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:872
    • 提供者:小白兔
  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. 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. 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. 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 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com