CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .12 .13 .14 .15 .16 22217.18 .19 .20 .21 .22 ... 28278 »
  1. Radix-Sort

    0下载:
  2. 基数排序是一种非比较型整数排序算法,其原理是将整数按位数切割成不同的数字,然后按每个位数分别比较。- Radix sort is a kind of non comparative sorting algorithm, which is based on the number of integers into different numbers, and then according to the number of each.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:581.97kb
    • 提供者:靳以2002
  1. Bucket-Sort

    0下载:
  2. 桶排序也叫箱排序。工作的原理是将数组分到有限数量的桶子里,每个桶子再个别排序(有可能再使用别的排序算法或是以递归方式继续使用桶排序进行排序)。- Bucket sort is also called sorting box. Work principle is that the array to a limited number of bucket, each bucket and individual ranking (may use other sorting algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:583.28kb
    • 提供者:靳以2002
  1. Bubble-Sort

    0下载:
  2. 冒泡排序是一种极其简单的排序算法,也是我所学的第一个排序算法。它重复地走访过要排序的元素,一次比较相邻两个元素,如果他们的顺序错误就把他们调换过来,直到没有元素再需要交换,排序完成。-Bubble sort is a simple sorting algorithm, sorting algorithm is first learned by me. It repeatedly visited to sort the elements, a comparison of the two adjac
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:146.64kb
    • 提供者:靳以2002
  1. Selection-Sort

    0下载:
  2. 选择排序也是一种简单直观的排序算法。它的工作原理很容易理解:首先在未排序序列中找到最小(大)元素,存放到排序序列的起始位置;然后,再从剩余未排序元素中继续寻找最小(大)元素,放到已排序序列的末尾。以此类推,直到所有元素均排序完毕。-Selection sort is a simple and intuitive sort algorithm. Its working principle is easy to understand: first in the unsorted sequence t
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:146.92kb
    • 提供者:靳以2002
  1. Insertion-Sort

    0下载:
  2. 插入排序在实现上,通常采用in-place排序(即只需用到O(1)的额外空间的排序),因而在从后向前扫描过程中,需要反复把已排序元素逐步向后挪位,为最新元素提供插入空间。- Insertion sort in the implementation, is usually used in place sorting (i.e., only need to sort of O (1) extra space). Therefore in the forward scan process a
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:146.72kb
    • 提供者:靳以2002
  1. C

    0下载:
  2. C语言实现的数据结构中二叉树的前序遍历、中序遍历和后序遍历以及几种排序算法-C language data structure binary tree before preorder, preorder and postorder and several sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:693byte
    • 提供者:李敏捷
  1. ex13

    0下载:
  2. 数字滤波器制作,已知一阶数字滤波器的系统函数为,系统输入三种数字序列,通过滤波器得到输出结果-Digital filter production, known as the first order digital filter system function, the system input three kinds of digital sequences, through the filter to get the output results
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:823.67kb
    • 提供者:xuyaowen
  1. matlab

    0下载:
  2. 相关的升压变换器及降压变化器直流直流变换器-Related boost converter and buck converter DC DC converter
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:17.55kb
    • 提供者:闫利丹
  1. TFMQR

    0下载:
  2. TFQMR算法求解线性方程组Fortran程序 要求:矩阵非奇异-TFQMR algorithm for solving linear equations Fortran program requirements: a non-singular matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.37kb
    • 提供者:于法军
  1. patternsearch

    1下载:
  2. 利用一个典型的数学函数Rastrigin对模式识别算法(GPS)进行测试.-Testing generalized pattern search algorithm (GPS)by using a typical use of mathematical function Rastrigin.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:893byte
    • 提供者:闫英伟
  1. NSGA2-MATLAB-Codes

    2下载:
  2. nsga-2 实现多目标优化的算例利用简单的二进制编码进行遗传变异运算-nsga-2 An example of multi objective optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.63kb
    • 提供者:钟子期
  1. Phase-space-reconstruction-method

    0下载:
  2. 相空间重构方法用于混沌时间序列预测的方法源代码-Phase space reconstruction method for chaotic time series prediction method source code
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.18kb
    • 提供者:不正
« 1 2 ... .12 .13 .14 .15 .16 22217.18 .19 .20 .21 .22 ... 28278 »
搜珍网 www.dssz.com