搜索资源列表

  1. (2)

    0下载:
  2. 各种基本算法代码 如排序算法,二分搜索,快速排序-Search the most simple dichotomy of the most basic the most effective search algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:刘鹏
  1. TarsusPmultiplication

    0下载:
  2. 分治法大整数乘法课件 概述:算法概要、算法效率 合并排序 快速排序 折半查找 大整数乘法 Strassen 矩阵乘法 分治法解凸包 -Divide and conquer integer multiplication courseware about the function and some problems very effective way to solve the that ser
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:101376
    • 提供者:彭宇
  1. NSGA-II

    0下载:
  2. 相对于NSGA而言,NSGA—II具有以下优点:1)提出新的基于分级 的快速非胜出排序算法,将计算复杂度由 降到 ,其中: 表示目标函数的数目, 表示种群中个体的数目;2)为了标定分级快速非胜出排序后同级中不同元素的适值,也为使准 域中的元素能扩展到整个 域,并尽可能均匀遍布,文献[7]提出了拥挤距离的概念,采用拥挤距离比较算子代替需要计算复杂的共享参数的适值共享方法;3)引入了保优机制,扩大了采样空间,经选择后参加繁殖的个体所产生的后
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:20480
    • 提供者:姜徐东
  1. MyProjects

    0下载:
  2. 这是在vc++6.0下编写的排序算法,总共有5个,注释比较详细。有简单排序,插入排序,堆排序,快速排序,还有计数排序-This is the sort algorithm written in vc 6.0, a total of five, comments are more detailed。welcome to download
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1175552
    • 提供者:谢文林
  1. pro_003

    0下载:
  2. 这里面有插入法排序算法,快速法排序算法,合并排序算法,还有查找第K小元素法-This insertion method sorting algorithm, fast method sorting algorithms, merge sort algorithm, as well as look for the K-element method
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:13127680
    • 提供者:阿飞
  1. wsSorts

    0下载:
  2. C语言实现的各种排序算法 堆排序 快速排序等-many of sorts code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:159744
    • 提供者:yangzheng
  1. sort

    0下载:
  2. 该算法是通常的选择排序、堆排序、快速排序、shell排序的集合-quick sorting、shell sorting、heap sorting and so on
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:暮雨子
  1. quick_sort

    0下载:
  2. 算法课程的快速排序的实现,快速排序的精华在于partition函数的实现,本实现中分别采用了原始的partition和随机化的partition,以便于达所期望的速度。-the implementation for quick sort in the course of alogrithm.The essence of quick sort lies in the implementation of the function parti
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:210944
    • 提供者:ann
  1. kuaipai

    0下载:
  2. 用c语言编写的快速排序的算法,属于控制台编程-Quicksort algorithm using the c language, console programming
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 数据结构中各种排序算法实现。如冒泡、基数、快速排序等-bubble insert merge
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:郝健良
  1. Fast

    0下载:
  2. 用java写的排序算法 ,用于实现快速排序,这是一种非常迅速的排序算法-For the quick sort, this is a very fast sorting algorithm sorting algorithm written in java
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 数据结构中各种排序的算法实现: 1.插入排序 2.希尔排序 3.简单选择排序 4.冒泡排序 5.快速排序 6.堆排序 7.归并排序 -Data structures in a variety of sorting algorithms: (1) insertion sort 2 Hill sorting 3 simple selection sort (4) bubble sort
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 快速排序,算法。关于算法分析的一个小程序:快速排序。-quicksort,arithmetic study,sort
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:160768
    • 提供者:林建
  1. Quick-Sort

    0下载:
  2. 自己编写的关于快速排序和冒泡排序算法的效率比较,有相关的实现,供大家参考-I have written about the efficiency of the quick sort and bubble sort algorithm, related to implementation, for your reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:7527424
    • 提供者:周洁
  1. Sort

    0下载:
  2. 其中基本排序算法的java实现 ,包括归并,希尔,快速,插入等算法的实现,是学习好资料。-basic sort solution
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:liucg
  1. QUICKSORT

    0下载:
  2. 描述快速排序,一个简短的算法程序,将一维数组中的元素由小到大排序-QUICK Sort
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:353280
    • 提供者:Mr.Lee
  1. Sort-algorithm

    0下载:
  2. 几种内部排序算法总结!(冒泡排序、快速排序、直接插入排序、拆半插入排序、简单选择排序) -Several internal sort algorithm summary! (bubble sort, quick sort, direct insertion sort, tear open half insertion sort, simple choice sort)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:66560
    • 提供者:田少林
  1. sort

    0下载:
  2. 排序比较算法 对冒泡排序,快速排序,堆排序,希尔排序等几个排序算法排序次数进行比较-The sort comparison algorithm bubble sort, quick sort, heap sort, shell sort the number of several sorting algorithms sort compare
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1845248
    • 提供者:张丽舒
  1. Sort

    0下载:
  2. 编程实现选择、冒泡、直接插入、希尔、快速、堆、归并等几种排序算法,并计算每种算法的比较、移动次数。-Programming options, bubbling directly into the Hill, quick, heap, merge, etc. of several sorting algorithms, and calculate each algorithm, the number of moves.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:王龙飞
  1. sort

    0下载:
  2. 常见的排序算法,包括:希尔排序、冒泡排序、选择排序、插入排序、快速排序、堆排序、基数排序、归并排序。-Common sorting algorithms, including: Hill sort, bubble sort, selection sort, insertion sort, quick sort, heap sort, radix sort, merge sort.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:赵兴旺
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »

源码中国 www.ymcn.org