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

搜索资源列表

  1. 冒泡、快速排序算法比较程序

    0下载:
  2. 数据结构课程设计:冒泡、快速排序的比较,用C语言编写,调试成功-curriculum design data structure : Bubble, rapid sequencing of comparison, the C language, debugging success
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1899
    • 提供者:qin
  1. TI 54x fft

    0下载:
  2. DSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:439370
    • 提供者:徐克
  1. RSA算法流程图

    1下载:
  2. RSA 加密、解密算法流程图,以及源代码解析,让你快速熟悉RSA算法。-RSA encryption, decryption algorithm flowchart, and source code analysis, which allows rapid familiar with the RSA algorithm.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:713469
    • 提供者:TomLinD
  1. 16位CRC算法

    1下载:
  2. 16位CRC:生成CRC16表(256项),用于快速查表计算 // 在程序初始化时就先调用,预先生成CRC16Tab[256]查表数据-16 CRC : formation CYXLIC REDUNDANCY (256), Fast look-up table for calculation / / initialization procedure on first call, pre-generation CRC16Tab [256] Lookup Data
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:134251
    • 提供者:456
  1. h.264_Intra-Prediction

    0下载:
  2. h.264中关于帧内预测模式选择的快速算法的多篇文章,是很好的学习资料-on intra prediction mode selection Fast Algorithm for Multi-part article is a very good learning materials
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:2403614
    • 提供者:普明
  1. Cubic-Spline-Interpolation

    0下载:
  2. 不管对于图像的编码还是解码,三次样条算法的性能都是很好的,然后由于计算量比较大使他的效率有所下降,在次提出了一个考虑算法质量的前提下的快速算法。-regardless of the coding for images or decoding, cubic spline algorithm performance are good, and then because of the comparison calculation of the efficiency Ambassador he decl
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:275568
    • 提供者:王献中
  1. w24e2323

    0下载:
  2. 2维Otsu自适应阈值的快速算法 --文章-two-dimensional adaptive threshold of two-dimensional fast algorithm Otsu adaptive threshold of rapid algorithm -- article
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:314202
    • 提供者:Yuan
  1. fft4

    0下载:
  2. 计算长度为4的整数次幂的序列的DFt的快速算法。运行环境VC++。-calculation of the length of the four integer power of the sequence DFt fast algorithm. Operating environment VC + +.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:885
    • 提供者:lvda
  1. shuju

    0下载:
  2. 文章通过对实序列快速傅里叶变换的算法推导及Mallat 算法原理的分析,根据离散小波变换(DWT)算 法结构特征,提出了一种离散小波的快速变换算法,给出了相应的算法步骤。从数学理论上进行了论证,并把该算法 应用到静态图像处理中,得到了很好的快速和重建效果,具有一定的实用价值。 关键词:小波分析;Mallat 算法;快速小波算法 图像处理 中图分类号:TN914 文献标识码:A 1 引言 小波分析是近十多年来迅速发展起来的新兴学科和信号分析理论,是继傅里叶分析方法之后的重
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9996
    • 提供者:顶替
  1. edege_detection

    1下载:
  2. 基于小波变换模极大的多尺度图像边缘检测matlab源代码,该算法采用的是样条小波,为了更好的检测边缘,用多孔算法代替了mallat算法。该算法和mallat快速算法主要区别: 1 多孔算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。2 多孔算法需要对滤波器进行伸缩。-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code, The algori
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1058
    • 提供者:高锋
  1. FasteffectiveDCT

    0下载:
  2. DCT变换是数字图像处理中重要的变换,很多重要的图像算法、图像应用都是基于DCT变换的,如JPEG图像编码方式。对于大尺寸的二维数值矩阵,倘若采用普通的DCT变换来进行,其所花费的时间将是让人难以忍受甚至无法达到实用。而要克服这一难点,DCT变换的快速算法无非是非常吸引人的-DCT digital image processing is an important transformation, many important images algorithm, imaging applicatio
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10278
    • 提供者:javenliu
  1. realtarget

    0下载:
  2. 选用不变矩为目标特征,采用以积分方法为基础的一种不变,矩快速算法.对极点的计算提出了具体算法.给出了各种极点的叠加分量.-use the same moment as the goal of using a scoring system based on an unchanged Moments fast algorithm. the calculation of Poles made specific algorithm. the pole is the superposition of va
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:30967
    • 提供者:王城
  1. Work-2-1

    0下载:
  2. 从N个无序数据中找K个最大值的快速算法; 数据挖掘课程作业。-disorder from the N data for the maximum K-fast algorithm; Data mining operations courses.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:137988
    • 提供者:Bob
  1. isprime

    0下载:
  2. 判断是不是大素数,的快速算法,适用于公钥加密算法-judgment is not large prime numbers, the fast algorithm applicable to the public key encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8286
    • 提供者:wanggang
  1. cfastsort快速排序

    0下载:
  2. 使用VB的快速排序算法-use VB Quick Sort Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1605
    • 提供者:吕程
  1. 快、并比较

    0下载:
  2. 归并和快速算法比较-merging and fast algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18542
    • 提供者:yb
  1. 1213234356579

    0下载:
  2. 从含有汽车的图像中找出彩色的车牌并且定位的快速算法-from the car containing the image to identify the color plates and the rapid positioning algorithm
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:158921
    • 提供者:吴语
  1. fdct3

    0下载:
  2. 一种FDCT快速算法,大家看看!还不错!-diagram of a fast algorithm, we see! Also good!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7297
    • 提供者:马晖
  1. 快速排序算法

    0下载:
  2. 快速排序算法,很好用,用c++编,拷贝在文本里,大家可以参考参考哦.-quick sort algorithm is useful, with c writers, copy in the text, one can refer to Reference oh.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-07-09
    • 文件大小:3150
    • 提供者:严倾
  1. reverse_matrix

    0下载:
  2. 这是一个求矩阵的逆矩阵快速算法的c语言代码,非常好用,你可以将其封装成动态库用,也可以直接用-This is a matrix for the rapid inverse matrix algorithm c language code and very handy, You can be as dynamic Packaging library, can be directly used
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:982
    • 提供者:hjs
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com