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

资源列表

« 1 2 ... .26 .27 .28 .29 .30 26931.32 .33 .34 .35 .36 ... 28275 »
  1. BEMD

    0下载:
  2. BEMD对图像进行分解,包络构造采用Delaunay三角剖分和三次插值,得到分解的结果。 输入:灰度bmp图像 输出:imf1 imf2 imf3 残差(BEMD image decomposition, the envelope structure using Delaunay triangulation and cubic interpolation, the result of decomposition. Input: greyscale bmp image output: imf1 i
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:222208
    • 提供者:YOYO666
  1. Aim

    0下载:
  2. Convolution and Correlations in MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:1108992
    • 提供者:komu
  1. QuickSort

    0下载:
  2. 改进的基于c++的快速排序算法排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved fast sorting algorithm based on C ++)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:3365888
    • 提供者:zuijiaoluo
  1. CountingSort

    0下载:
  2. 改进的基于c++的计算排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved calculation algorithm based on C ++. There are two kinds of sorting algorithms: one is sorting
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:3347456
    • 提供者:zuijiaoluo
  1. HeapSort

    0下载:
  2. 改进的基于c++的堆积排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved stacking algorithm based on C ++. There are two kinds of sorting algorithms: one is sorting, t
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:3338240
    • 提供者:zuijiaoluo
  1. InsertSort1

    0下载:
  2. 改进的基于c++的插入排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved C ++ Based Insertion Sorting Algorithm. There are two kinds of sorting algorithms: one is sort
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:3333120
    • 提供者:zuijiaoluo
  1. MergeSort

    0下载:
  2. 改进的基于c++的归并排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved c ++ based merge sort algorithm. There are two kinds of sorting algorithms: one is sorting, th
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:3328000
    • 提供者:zuijiaoluo
  1. bpsk

    0下载:
  2. BPSK在AWGN信道下误码性能,画图说明(Error performance of BPSK in AWGN channel, drawing descr iption)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:sincerely
  1. Matlab2010经典超强教程%28清晰、免费版%29

    0下载:
  2. 本资料可作为为matlab编程入门学习使用,有较好的参考作用(The upload material is a Fortran 95 programming PDF, which can be used as a reference for learning Fortran language)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:14846976
    • 提供者:zzli
  1. 二叉树的四种遍历方式与层序创建

    1下载:
  2. 本例程实现对于二叉树的四种遍历方式,先序,中序,后序,层序四种遍历(This routine implements four traversing methods for two forked trees, the first order, the middle order, the rear order and the sequence of four ergodicity.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:13312
    • 提供者:煜沉
  1. 七种排序算法

    0下载:
  2. 本例程是对于冒泡、插入,归并等7种排序算法的程序实现,归纳在一起可做比较(This routine is a program implementation of 7 sorting algorithms, such as bubbling, inserting, merging, and so on.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:29696
    • 提供者:煜沉
  1. PV_500S

    0下载:
  2. 本mdl模型是基于Matlab Simulink的光伏电池仿真模型,经过公式推导和实验,满足工程仿真精度(The mdl model is based on Matlab Simulink photovoltaic cell simulation model, derived and experimental formula to meet the engineering simulation accuracy)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:13312
    • 提供者:煜沉
« 1 2 ... .26 .27 .28 .29 .30 26931.32 .33 .34 .35 .36 ... 28275 »
搜珍网 www.dssz.com