CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - jpeg encoding

搜索资源列表

  1. VisualCMPEGJPEG

    0下载:
  2. mpeg编码与解码 其中源码实现了mpeg以及jpeg标准的源码实现-mpeg encoding and decoding which achieved a source mpeg and jpeg standard source implementation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11107271
    • 提供者:wangtao
  1. (利用GIF_LZW算法实现的)网络图片传输

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:62518
    • 提供者:
  1. jpeg_decode

    0下载:
  2. jpeg编码和解码,给出了jpeg文件量化表,编码表及其数据的读入-encoding and decoding jpeg, jpeg files are given quantization table, coding table and its data is read into
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-09
    • 文件大小:155375
    • 提供者:wgd
  1. Photo

    2下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-28
    • 文件大小:1991623
    • 提供者:郭东
  1. jpegEncoder

    0下载:
  2. JPEG 编码程序,他可以帮助你进行JPEG的图像压缩编码。-JPEG encoding process, he can help you to JPEG image compression coding.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:334182
    • 提供者:Guo
  1. jpeg

    0下载:
  2. 这是一个简单的jpeg编码程序,支持1:1:1采样的baseline彩色jpeg,输入只能是24bit的BMP文件代码结构只求能说明各步骤过程,并不做特别的优化,效率较为一般。-This is a simple jpeg encoding procedures, the baseline support 1:1:1 color sampling jpeg, enter only the 24bit code BMP files can only describe the structure of
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:6707
    • 提供者:xiaoguang
  1. 1

    0下载:
  2.   在一般的数据结构的书中,树的那章后面,著者一般都会介绍一下哈夫曼(HUFFMAN)树和哈夫曼编码。哈夫曼编码是哈夫曼树的一个应用。哈夫曼编码应用广泛,如JPEG中就应用了哈夫曼编码。   首先介绍什么是哈夫曼树。哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路径长度记为WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1151
    • 提供者:white Snow
  1. JPEGdecode

    0下载:
  2. JPEG编码,解码的实现。包括可执行文件和源码-JPEG encoding and decoding implementations. Including the executable file and source code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:835230
    • 提供者:Jon
  1. CadTool_ETRI_Final

    1下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:189368
    • 提供者:Ho Joon Lee
  1. jpegdemo

    0下载:
  2. its a jpeg encoding scheme on famaus lena image
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:1075
    • 提供者:nisha
  1. jpeg

    0下载:
  2. VC++6.0环境下的jpeg编码解码及处理类库-A Object library used for encoding and decoding jpeg image in vc++6.0
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:489215
    • 提供者:Jiangzhou
  1. jpeg

    0下载:
  2. JPEG压缩解码程序!!!!!用于将JPEG压缩为BMP图像-jpeg encoding!!!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6830080
    • 提供者:huangli
  1. JPEGEncoder

    0下载:
  2. JPEG编码源码,中科大多媒体信号处理课的JPEG图形编码实验源码-JPEG encoding source, USTC multimedia signal processing JPEG graphics lesson experimental source code
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:530218
    • 提供者:郑泽煌
  1. jpeg

    0下载:
  2. 使用哈夫曼编码将BMP图像转JPEG图像-Use Huffman encoding BMP image to JPEG image
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:379862
    • 提供者:
  1. jpeg

    0下载:
  2. 用C语言实现了图像压缩与编码模块,包括AC DC编解码-Using C language to implement the image compression and encoding modules, including AC DC codec
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2770
    • 提供者:Diego
  1. bianma

    0下载:
  2. DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过-DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Huffman coding, linear predictive coding and a process similar to JPEG encoding.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:193746
    • 提供者:晚上
  1. stylamlined-source-source

    0下载:
  2. The most streamlined jpeg encoding source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-12
    • 文件大小:25967
    • 提供者:IPCcj
  1. jpegencode_latest.tar

    0下载:
  2. 完成了JPEG编码器的功能,实现了编码,并在modelsim上仿真通过(The function of the JPEG encoder is completed, the encoding is implemented, and the simulation is passed on the Modelsim)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:211968
    • 提供者:boboxiao
搜珍网 www.dssz.com