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

搜索资源列表

  1. ieee1180test.zip

    0下载:
  2. 根据IEEE 1180-1990写的测试iDCT精确性。
  3. 所属分类:压缩解压

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

    0下载:
  2. 这是一组DCT和iDCT的代码,都是基于x86构架汇编的或标准C的,有使用MMX、3Dnow或者SSE、SSE2,是陈氏算法的变种,可以参考Intel APP Notes 922
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:155603
    • 提供者:
  1. dct_p

    0下载:
  2. 这是用VHDL语言(硬件描述语言)写的一个二维 8*8块的离散余弦变换(DCT)以及反变换(IDCT).全同步设计,低门数.可以用于多媒体及打印应用领域.-VHDL (hardware descr iption language) wrote a two-dimensional 8 * 8 discrete cosine transform (D CT) and the anti-transform (IDCT). fully synchronous design, low gate cou
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32990
    • 提供者:citybus
  1. fastidct

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

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

    0下载:
  2. 本源码是用VC++6.0实现的,显示了BMP位图,并实现了快速的8*8的块的DCT和IDCT变换-the source of VC 6.0, showing a bitmap BMP, and achieve a rapid 8 * 8 block of DCT and IDCT transform
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:868376
    • 提供者:颜色
  1. MPEGSourceCode

    0下载:
  2. mpeg4压缩算法程序,有对idct的详细代码过程.-mpeg4 compression algorithm procedures, the details of the code idct process.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:29324
    • 提供者:leon
  1. DCT2D

    0下载:
  2. IDCT JPEG中用到的 大家可以参考 呵呵 很好用-IDCT JPEG we can use the reference Oh good use
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1104
    • 提供者:yyling
  1. j2b

    1下载:
  2. JPEG图像解码并转换成BMP图像:大概包括IDCT、反量化、反编码等过程,程序可以正确编译!-JPEG image decoding and converted into BMP images : probably includes IDCT, anti-quantified, Anti-coding processes, procedures can correct translation!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8758
    • 提供者:duyingsen
  1. jpeg

    0下载:
  2. the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transform
  3. 所属分类:压缩解压

    • 发布日期:2014-01-18
    • 文件大小:115084
    • 提供者:风帆
  1. JPG

    0下载:
  2. 本论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2843992
    • 提供者:徐晓明
  1. TryDCT.rar

    0下载:
  2. 这是一组DCT和iDCT的代码,都是基于x86构架汇编的或标准C的,有使用MMX、3Dnow或者SSE、SSE2,是陈氏算法的变种,可以参考Intel APP Notes 9,This is a group of DCT and IDCT code, are based on the x86 architecture or standard C compilation, with the use of MMX, 3Dnow or SSE, SSE2, is a variant of Chen s
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:153684
    • 提供者:徐亮
  1. DCT

    2下载:
  2. 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩。-The image sub-block (8* 8) for the DCT transform, and to make IDCT: DCT is a separable image transformations, is used to image compression coding, IDCT is used to decompress.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-21
    • 文件大小:7195
    • 提供者:zy
  1. IDCT

    0下载:
  2. 反DCT变换代码,已通过调试,可以直接运行-Anti-DCT transform code, had passed through debugging, can be directly run
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:1282
    • 提供者:牛杰
  1. xapp615

    0下载:
  2. IDCT - xlinix design in vhdl-IDCT- xlinix design in vhdl
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:30005
    • 提供者:asia
  1. IDCT

    0下载:
  2. 解码器IDCT部分算法与硬件设计相关资料-Eassys related to algorithms and hardware design about IDCT in decoder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-22
    • 文件大小:41492355
    • 提供者:刘文
  1. idct

    0下载:
  2. IDCT Discrete cossine transform
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4312
    • 提供者:Renato
  1. IDCT

    0下载:
  2. IEEE 1180号标准中关于MPEG标准下,对IDCT算法进行精度测试的小程序-IEEE 1180 standard number on the MPEG standards, the IDCT algorithm is tested for accuracy on a small program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:460138
    • 提供者:刘文
  1. Myproject

    0下载:
  2. It is a laboratory work from bsuir, where foto can be normilized by brightness, contrast, algorithm JPEG, dct idct
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1285657
    • 提供者:Andrew
  1. mirt_dctn

    0下载:
  2. steganography dct image algorithm. very useful for implementing dct and idct concepts in matlab-steganography dct image algorithm. very useful for implementing dct and idct concepts in matlab......
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3796
    • 提供者:varun
  1. idct16psk

    0下载:
  2. generate mimo-ofdm using dct and idct matlab source code
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:12288
    • 提供者:ismi
« 12 »
搜珍网 www.dssz.com