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

搜索资源列表

  1. Dxvid_dllxvidcore-1.0.1srcdct

    0下载:
  2. 快速dct和idct的C程序源码,而且提供了一些优化了的idct的汇编代码。-C source code of fast DCT and IDCT, and some optimized compilation code of IDCT
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:70.25kb
    • 提供者:刘汝
  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
    • 文件大小:77.75kb
    • 提供者:ddda
  1. fdctc

    0下载:
  2. 本代码演示了普通DCT,快速DCT,快速IDCT算法的实现。-demonstration of the code of common DCT, fast DCT, fast IDCT algorithm implementation.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:134.49kb
    • 提供者:刘旭
  1. fastidct

    1下载:
  2. 快速离散余玄变换idct-fast discrete Yuxuan transform IDCT
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:杨波
  1. dct

    0下载:
  2. 一个快速算法的例子,有和一般算法的比较--A example about fast algorithm , it has been comparied with common algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:42.82kb
    • 提供者:站长
  1. fdctchange

    0下载:
  2. 图像变换算法,本代码实现普通DCT,快速DCT,快速IDCT算法-Image transform algorithm, the code to achieve common DCT, fast DCT, fast IDCT algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:134.22kb
    • 提供者:yan
  1. DCT-MATLAB

    0下载:
  2. DCT变换的实现,快速变换IDCT实现,VC工程-The realization of DCT transform, fast transform IDCT realization, VC works
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:416.31kb
    • 提供者:流星
  1. ifdct_8x8

    0下载:
  2. idct the code to achieve common DCT, fast DCT, fast IDCT algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2.04kb
    • 提供者:siuyuen
  1. idct

    0下载:
  2. idct the code to achieve common DCT, fast DCT, fast IDCT algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2.08kb
    • 提供者:siuyuen
  1. FDCT

    0下载:
  2. VC++图像DCT快速变换源码,包括普通DCT、快速DCT、快速IDCT算法的实现。程序执行后, 将每一种变换的结果存为TXT文档 ,方便查看-VC++ Fast DCT transforms the image source, including ordinary DCT, fast DCT, fast IDCT algorithm. Program execution, it will transform the results of each saved as TXT document
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2.32mb
    • 提供者:hehong
  1. FDCT

    0下载:
  2. VC++图像DCT快速变换演示源码 VC++图像DCT快速变换演示源码,一共演示了普通DCT、快速DCT、快速IDCT算法的实现,效果一般,不过代码写得不错。程序执行后,将每一种变换的结果存为TXT文档 ,方便查看-VC++ image DCT fast algorithm demo source VC++ source code image DCT fast transform presentation, a total of presentation of ordinary DCT, f
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:67.02kb
    • 提供者:linfeng
  1. FreqCalculate

    0下载:
  2. 各种变换:// FFT() - 一维快速付立叶变换 // IFFT() - 一维快速付立叶逆变换 // Fourier() - 二维快速傅立叶变换 // IFourier() - 二维快速傅立叶逆变换 // DCT() - 一维快速离散余弦变换 // IDCT() - 一维快速离散余弦逆变换 // FreqDCT() - 二维快速离散余弦变换 // IFreqDCT() - 二维快速离散余弦逆变换,图象的二维离散小波变换-Var
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:6.06kb
    • 提供者:lcy
  1. FDCT

    0下载:
  2. VC++图像DCT快速变换演示源码,一共演示了普通DCT、快速DCT、快速IDCT算法的实现,效果还不错-VC++ image DCT fast algorithm demo source code, demonstrates a total ordinary DCT, fast DCT, fast IDCT algorithm, results were pretty good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:72.47kb
    • 提供者:
  1. Transform

    0下载:
  2. 快速傅里叶变换、快速傅里反叶变换、快速余弦变换、快速余弦反变换,FFT,IFFT,DCT,IDCT-Fast Fourier transform and fast cosine transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2.83kb
    • 提供者:Arnoneo
  1. fdct

    1下载:
  2. VC++实现的DCT、IDCT图像变换与反变换,分为普通和快速模式-VC++ implementation of the DCT, IDCT transform and inverse transform the image is divided into normal and fast mode
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:5.86mb
    • 提供者:sunzeng
  1. 169064

    0下载:
  2. 本代码演示了普通DCT,快速DCT,快速IDCT算法的实现-This code demonstrates common DCT, fast DCT, fast IDCT algorithm implementation,,
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:158kb
    • 提供者:kmhbcilp
搜珍网 www.dssz.com