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

搜索资源列表

  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. fft_基2基4_2d3d

    1下载:
  2. 基2基4的2d、3d的fft快速算法,代码写的很规范,效率很高。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:61413
    • 提供者:张强
  1. DCT算法实现

    0下载:
  2. 普通DCT,快速DCT,快速IDCT算法的实现 vc程序 希望你喜欢!-ordinary DCT, fast DCT and IDCT algorithm for the rapid realization vc procedures hope you like!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:79620
    • 提供者:ddda
  1. 排序算法-java

    0下载:
  2. 用java实现的数据结构排序算法,包括:选择排序、插入排序、冒泡排序、希尔排序、快速排序、堆排序、归并排序。-used to achieve the ranking algorithm data structure, including : Select, in order of insertion sequence and Bubble Sort, Hill sequencing, rapid sequencing, heap sort, merging sequencing.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:54226
    • 提供者:陈为
  1. LRU页面置换算法模拟 CNBIE

    0下载:
  2. LRU页面置换算法模拟,LRU置换算法虽然是一种比较好的算法,但要求系统有较多的支持硬件。为了了解一个进程在内存中的各个页面各有多少时间未被进程访问,以及如何快速地知道哪一页是最近最久未使用的页面.-LRU algorithm simulation replacement pages, the LRU algorithm replacement is a better algorithm, but requires a system with more hardware support. In
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:11592
    • 提供者:22
  1. matlab的应用代码

    0下载:
  2. matlab 最常用函数,自编。含 FFT 各类快速算法。-Matlab the most commonly used function, self. FFT with various fast algorithm.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10513
    • 提供者:丁聪
  1. 递归算法快速排序

    0下载:
  2. 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:176387
    • 提供者:李顺
  1. 找第k小算法程序

    1下载:
  2. 此代码查找序列中指定第几大小的程序,这将会在快速排序异步并行算法中用到。-this code sequence you specify the size of several of its procedures, which will be in the fast asynchronous parallel sorting algorithm used.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10474
    • 提供者:srx
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com