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

搜索资源列表

  1. dct.rar

    0下载:
  2. 一个快速算法的例子,有和一般算法的比较
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1026
    • 提供者:
  1. DCT_64.rar

    0下载:
  2. DCT快速算法64位的C语言实现,乘法次数目前最少,可嵌入解码器使用
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:7874
    • 提供者:
  1. 快速数学表达式计算的动态连接库.zip

    0下载:
  2. 这是一个关于数学表达式的算法。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:58115
    • 提供者:
  1. 一种新的MDCT快速算法.rar

    0下载:
  2. 所属分类:mpeg/mp3

    • 发布日期:
    • 文件大小:34830
    • 提供者:
  1. 简单实用的单片机CRC快速算法.rar

    0下载:
  2. 所属分类:嵌入式/单片机编程

    • 发布日期:
    • 文件大小:136198
    • 提供者:
  1. queen2

    0下载:
  2. 皇后问题快速算法-Queens Fast Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:15110
    • 提供者:黎明
  1. 数组排序算法改进版

    1下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sortin
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29134
    • 提供者:杨杰
  1. 完全实现快速排序算法

    0下载:
  2. 完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10928
    • 提供者:要命
  1. cfastica

    1下载:
  2. Fast ICA,一种ICA的快速算法,有完整的论文(两种格式,pdf和ps的)-Fast ICA, the ICA a fast algorithm, a complete paper (both formats, pdf and ps)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:187490
    • 提供者:王宏山
  1. 快速三次平滑源码

    0下载:
  2. 快速三次平滑滤波算法为工程人员在对数据进行滤波时提供极大的方便-three rapid smoothing filter algorithm works in the data filtering provides great convenience
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:823
    • 提供者:赵凤鲜
  1. matlab辅助小波分析与应用源码

    0下载:
  2. matlab辅助小波分析与应用的源码,包含了一些常用的小波分析常规算法和快速算法,能有效帮助学习小波分析-Matlab support wavelet analysis and application of the source code contains a number of commonly used conventional wavelet analysis algorithm and fast algorithm, can help learning wavelet analysis
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33741
    • 提供者:令狐冲
  1. 归并分类与快速分类平均时间之比较的源代码

    0下载:
  2. 在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!-in the process of the rapid sequencing and merging the two sorting algorithms are correct for the test, with the manual input of data, the procedure is basically completed the data e
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:61417
    • 提供者:陈青侠
  1. ip_07_09

    1下载:
  2. matlab信道模型,对OFDM信道建模,包括普通IDFT算法和IFFT快速算法。-Matlab channel model, the right OFDM Channel modeling, including general IFFT SINGLE algorithm and fast algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1155
    • 提供者:客户
  1. 排序算法汇总和比较

    0下载:
  2. 实现了插入排序,希尔排序, 冒泡排序,快速排序,选择排序,堆排序和归并排序,以及可以对排序的性能进行分析,较适合用作排序算法的学习-achieved insertion sort, Hill, in order Bubble Sort, quick sort, select, in order of ranking and sculpture merge sorting, and sequencing can analyze the performance and more appropriat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37832
    • 提供者:叶靥
  1. %5B啊哈!算法%5D.啊哈磊.扫描版

    0下载:
  2. 啊哈算法的pdf版,特别形象的算法书籍,其中的快速排序,桶排序简单明了(pdf version of aha algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:76889088
    • 提供者:张小泽
  1. louvain_community_finding

    2下载:
  2. 社团识别中的一个经典的算法,鲁文算法,和newman快速算法一样用于社团识别(A classical algorithm in community identification, ruwen algorithm, and Newman fast algorithm are similar.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:学海无涯丶
  1. 捷联惯导算法与组合导航原理讲义(20180206)

    6下载:
  2. 本书主要讨论捷联惯导系统算法方面的有关问题,包括姿态算法基本理论、捷联惯导更新算法与误差分析、组合导航卡尔曼滤波原理、捷联惯导系统的初始对准技术、组合导航系统建模以及算法仿真等内容。希望读者参阅之后能够对捷联惯导算法有个系统而深入的理解,并能快速而有效地将基本算法应用于解决实际问题。(This book mainly discusses the algorithms of sins, including the basic attitude algorithm theory, the sins
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-03-25
    • 文件大小:8042496
    • 提供者:文猛
  1. 粒子群算法

    0下载:
  2. 快速求最小值 同时配有文字说明 ,方便读者详细学习(Fast minimum value.At the same time, it is provided with text descr iptions to facilitate readers to learn in detail.)
  3. 所属分类:matlab例程

    • 发布日期:2018-12-09
    • 文件大小:2048
    • 提供者:小 八
  1. 快速非局部均值

    1下载:
  2. 快速非局部均值降噪算法。比较传统的速度更快,是基于论文《a non-local algorithm for image denoising》实现的(Fast non local means denoising algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-07
    • 文件大小:4096
    • 提供者:cxsy
  1. C语言算法速查手册 第三版

    1下载:
  2. 常用数学算法的C语言代码,包含矩阵运算、多项式拟合、快速付立叶变换等等算例。(The C language code of common mathematical algorithms includes matrix operation, polynomial fitting, fast Fourier transform and other examples.)
  3. 所属分类:书籍源码

    • 发布日期:2019-10-29
    • 文件大小:6466560
    • 提供者:netmanfan
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com