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

搜索资源列表

  1. 任意2的幂次方长度数据快速dct

    0下载:
  2. 一般的快速DCT算法只有8点和16点的,我这里提供任意长度(2的幂次方)的DCT快速算法原代码-general fast DCT algorithm only 8:00 and 16:00, and here I am of arbitrary length (two of the power law) DCT fast algorithm source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1569
    • 提供者:罗永
  1. fast ica 快速盲源分离

    2下载:
  2. 快速ica算法
  3. 所属分类:matlab例程

    • 发布日期:2010-12-11
    • 文件大小:41249
    • 提供者:ghyysu123
  1. quick sort 快速排序的迭代实现

    0下载:
  2. 快速排序的迭代实现,不是递归的,递归的比较容易实现,迭代实现起来比较困难
  3. 所属分类:数据结构常用算法

  1. 求解SDP(Semi-definite programming)问题的一个快速算法

    2下载:
  2. 求解SDP(Semi-definite programming)问题的一个快速算法!,Solving SDP (Semi-definite programming), a fast algorithm for the problem!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-09
    • 文件大小:2754442
    • 提供者:Chenping Hou
  1. 快速排序算法

    1下载:
  2. 1. 要求按快速排序原理实现非减序排序; 2. 待排数据可键盘输入,也可读文本文件输入; 3. 键盘输入时待排数据个数由输入确定,文件输入时数据格式如下所示; 4. 排序时不能移动数据; 5. 要求显示排序结果。 输入数据的文本文件格式:第1行为数据个数,第2行开始每行一个数据。 如:data.txt 14 19.4 30.43 26.88 7.62 有14行 ┋ 12.7 21.9
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-15
    • 文件大小:1684
    • 提供者:dwq000
  1. FFT快速傅里叶变换程序

    0下载:
  2. 计算离散傅里叶变换的一种快速算法,简称FFT。快速傅里叶变换是1965年由J.W.库利和T.W.图基提出的。采用这种算法能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换的抽样点数N越多,FFT算法计算量的节省就越显著。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-11-01
    • 文件大小:1332
    • 提供者:szw_jl
  1. three_methods_sort

    0下载:
  2. 三种排序算法比较,冒泡算法,选择算法,快速算法。-Comparison of three sorting algorithms, bubble algorithm selection algorithm, fast algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:171851
    • 提供者:chen
  1. graythresh

    0下载:
  2. 本文提出的中值滤波的快速算法的基本思想是:原始数据序列上中值滤波的滑窗在移动过程中,当前窗只要删除其最早的元素,加入窗后的新元素,即成为下一窗的内容。这个只是Matlab里封装的算法代码-In this paper, the median filtering of the fast algorithm for the basic idea is: the original data sequence in the sliding window filtering process in the m
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1265
    • 提供者:王超群
  1. SB2_Release_200

    1下载:
  2. 稀疏贝叶斯方法mablab 工具箱,内嵌快速算法。-SparseBayes. . . . . . . . . . . . . . An Efficient Matlab Implementation of theSparse Bayesian Modelling Algorithm (Version 2.0)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:156975
    • 提供者:xiaomu
  1. DSP_A

    0下载:
  2. 英文最新版数字图像处理基础,包括信号与系统,信号表达与量化,快速算法与结构,数字滤波,统计信号处理,自适应滤波,信号重建,时频和多率信号处理。-Emphasizing theoretical concepts, Digital Signal Processing Fundamentals provides comprehensive coverage of the basic foundations of DSP and includes the following parts: Signals
  3. 所属分类:Algorithm

    • 发布日期:2017-05-27
    • 文件大小:10044043
    • 提供者:kankan
  1. seg_oneseed

    0下载:
  2. 快速区域生长算法,已测试相当不错,欢迎感兴趣的达人们下载测试-Fast region growing algorithm has been tested pretty well, welcome to download the test of interest up to the people
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:38874
    • 提供者:wangxn
  1. PID算法(C语言实现)(老外编写)

    1下载:
  2. 增量式PID算法。使用串口调试,快速验证算法。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-05-15
    • 文件大小:5813
    • 提供者:kevin_wang
  1. 遗传算法实例

    0下载:
  2. 该遗传算法实例可帮助新手们快速入门,秒懂、经典。
  3. 所属分类:matlab例程

  1. 排序算法

    0下载:
  2. 冒泡排序、快速排序、希尔排序、堆排序等等常用的排序算法。C/C++实现(Bubble sort, quick sort, Hill sort, heap sort, and so on, commonly used sorting algorithm. C/C++ implementation)
  3. 所属分类:数据结构

    • 发布日期:2017-12-17
    • 文件大小:972800
    • 提供者:variance
  1. 连续投影算法

    0下载:
  2. 连续投影算法是一种简单,快速选取特征变量选择方法,可用于光谱分析等。(Continuous projection algorithm is a simple, fast selection of feature variable selection method, can be used for spectral analysis.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1868800
    • 提供者:日照抚远
  1. 算法竞赛入门经典代码仓库

    0下载:
  2. 诸多经典的算法,可以从入门小白做起快速掌握了解其主要内容(Many classic algorithms, you can start from the small white, quickly grasp the main understanding of its content)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:68608
    • 提供者:萧萧瑟瑟
  1. 《啊哈!算法》

    0下载:
  2. 用简单易懂的图文方式阐释算法的奥秘,快速了解每个算法的使用场景、原理(Explain the mysteries of the algorithm with simple and understandable graphics and text, and quickly understand the scene and principle of each algorithm)
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:4040704
    • 提供者:laoying776
  1. 快速排序算法

    0下载:
  2. 通过快速排序算法,将随机生成的1000个数排序(Through the quick sorting algorithm, the random generated 1000 numbers sort)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:27648
    • 提供者:caoya104
  1. 块稀疏贝叶斯学习快速算法

    3下载:
  2. 块稀疏贝叶斯学习快速算法,基于论文快速块稀疏贝叶斯学习算法的理论与应用
  3. 所属分类:matlab例程

  1. Newman源代码

    3下载:
  2. Newman快速算法的matlab源代码(Matlab Source Code for Newman Fast Algorithms)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com