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

搜索资源列表

  1. TryDCT.rar

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

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

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

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

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

    • 发布日期:
    • 文件大小:7874
    • 提供者:
  1. JepgCodec

    0下载:
  2. 该程序实现了jpeg编码。开发平台:Window XP, Visual C++ 6.0。 HuffmanExp 哈夫曼编码 JpgVSbmp Jpg和Bmp格式相互转换的API封装 RWJpegExp JpegVC++类 VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例 jpeg jpeg中的前向DCT变换-the program achieved a jpeg coding. Platform : Window XP, Visual C 6.0.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:705544
    • 提供者:刘啸天
  1. 2chapter3

    0下载:
  2. DCT域上影像縮小1/4的C程式,希望對大家有幫助-DCT domain imaging narrow 1 / 4 C programs, we hope to help
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1649
    • 提供者:akino
  1. 20061105111655356

    0下载:
  2. 基于C++语言的静态图象压缩编码,JPEG DCT量化编码 C++程序,对学习图像压缩编码的过程和具体实现很有帮助。-based on the C language static image compression, JPEG DCT quantization coding C procedures, learning right image coding process and to achieve specific helpful.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:131243
    • 提供者:朱国福
  1. dct_lms_C

    0下载:
  2. Use DCT-LMS algorithm with recursions on C to estimate optimum weight vectors for linear estimation.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1705
    • 提供者:丁董
  1. H.265_X86_DEMO

    1下载:
  2. ZPAV(小名H265),凝集 形态,分形,模糊,小波,数字图象处理学 等数学精华, 我 感受到了她的威猛的能量,听到了她的呐喊!她如春雷, 震撼着 单薄数学(DCT+ME+HUFFMAN等)的MPEGxx和H26xx的古老统治! ZPAV (H.265) 基本算法 :V0,V6 用了 二维小波;V8 用了 三维小波;V9 用了 四维小波; P帧(ME) 使用了 小波域运动估计;声音(A0,A6,A8,A9), 运动矢量(MV) 使用了 广义小波。 Z
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2714774
    • 提供者:彭珍
  1. c

    0下载:
  2. 資料壓縮的原理與應用 DCT域上影像縮小1by4的C程式
  3. 所属分类:压缩解压

    • 发布日期:2014-01-18
    • 文件大小:1375
    • 提供者:馬旧
  1. dct

    0下载:
  2. DCT by using c
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2154
    • 提供者:hotfire
  1. fdct(1)

    0下载:
  2. 快速的DCT 变化C++代码,可以看一下
  3. 所属分类:压缩解压

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

    0下载:
  2. C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8049
    • 提供者:Jingya
  1. test_dct

    0下载:
  2. 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:556
    • 提供者:浪飞人海
  1. DCT

    0下载:
  2. c语言DCT变换,还有逆变换,并且带有变换时间计算-dct transform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3633
    • 提供者:钟毅
  1. DCT_32

    0下载:
  2. 快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用- Fast DCT the algorithm 32 C language realization, the multiplication number of times are least, may insert the encoder and the decoding use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-08
    • 文件大小:4930
    • 提供者:周辉
  1. DCT_64

    0下载:
  2. DCT快速算法64位的C语言实现,乘法次数目前最少,可嵌入解码器使用-DCT the fast algorithm 64 C language realization, the multiplication number of times at present are least, may insert the decoding use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-25
    • 文件大小:8145
    • 提供者:周辉
  1. image_compression_tc++

    0下载:
  2. DCT IMAGE COMPRESSION BY TURBO C-DCT IMAGE COMPRESSION BY TURBO C++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:127544
    • 提供者:aljedek
  1. dct8x8

    0下载:
  2. 是DCT图象压缩的算法,是C编写的,是核心算法。-Is the DCT image compression algorithm is written C, is the core algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1541575
    • 提供者:xulinajiaofei
  1. DCT

    0下载:
  2. 用C++实现离散余弦变换的程序 用C++实现离散余弦变换的程序用C++实现离散余弦变换的程序-C++ implementation procedures of the discrete cosine transform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-06
    • 文件大小:2344
    • 提供者:尹雨田
  1. DCT变换

    0下载:
  2. dct变换的C语言实现代码,用于大家参考,有较强的实用性
  3. 所属分类:人工智能/神经网络/遗传算法

« 12 »
搜珍网 www.dssz.com