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

搜索资源列表

  1. jpeg_dsp

    0下载:
  2. 有关图像压缩的jpeg实现算法介绍及其源码-Related to the jpeg image compression algorithm introduced and its source
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:162780
    • 提供者:刘荣国
  1. format

    0下载:
  2. 图像格式,包括:将bmp文件转换为txt文件,图像的JPEG压缩,做一个简单的图像处理软件MyPhotoshop-Image formats, including: bmp files will be converted to txt files, JPEG image compression, to do a simple image processing software MyPhotoshop
  3. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:402656
    • 提供者:千夏
  1. data

    0下载:
  2. 最新研究的JPEG压缩编码图像处理系统,希望有帮助。-The latest research JPEG compression coding image processing system, I hope there is help.
  3. 所属分类:Wavelet

    • 发布日期:2017-05-03
    • 文件大小:617378
    • 提供者:李百良
  1. Picture.Translate.Of.Remote.Desktop.Control

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

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  1. JPEG_SourceCode

    0下载:
  2. source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-source directory for the introduction of this chapter is to visit the source code function, JPEG compression (basic system)
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:118209
    • 提供者:KC Chen
  1. jpeg2000

    1下载:
  2. 用matlab实现的jpeg2000 压缩 代码。-With jpeg2000 compression matlab code of the implementation.
  3. 所属分类:图形图象

    • 发布日期:2013-04-28
    • 文件大小:2871
    • 提供者:cfb
  1. 4.2HRIT_1.pdf.tar

    0下载:
  2. 新一代高速气象卫星数据通讯协议,支持高速云图发送以及JPEG压缩编码。和最新的风云系列格式基本一致。-Global Specification for Low Rate and High Rate Information Transmission (LRIT/HRIT) [AD.1] has been agreed by the Co-ordination Group for Meteorological A Satellites (CGMS). The global specifica
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-27
    • 文件大小:298910
    • 提供者:zhfjyq
  1. JPEG

    0下载:
  2. 这是一个模拟实现jpeg解压缩过程的程序代码,非常适合学习jpeg原理的同志参考。-This is a simulation of the process of implementation of jpeg decompression code is very suitable for studying the principle of comrades jpeg reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3752026
    • 提供者:王超
  1. jpegconvert

    0下载:
  2. 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:323888
    • 提供者:cy
  1. C6000DSP_JPEG_compress

    0下载:
  2. 实现对JPEG图像的压缩,在DSP6000环境下的源程序-jpeg_image compressing under dsp6000
  3. 所属分类:DSP program

    • 发布日期:2017-04-25
    • 文件大小:163279
    • 提供者:李勇
  1. jpeg

    0下载:
  2. <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件格式,任何视图软件都可以打开。DPCM方法中的解 压缩程序将数据仍然存成com格式,可以将其转成PGM格式观看,压缩包中
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:60143
    • 提供者:刘雷
  1. 1

    0下载:
  2. 基于小波变换的jpeg图像压缩编码算法的MATLAB实现-small wave transportation
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:544
    • 提供者:joy
  1. Kelvin

    0下载:
  2. 功能:多线程、E-mail转发、自动隐藏,huffman、JPEG压缩,全屏、指定区域或最前窗口抓图,窗口或全屏控制方式,彩色或黑白显示,修改注册表、取密码、记录键盘信息等等。 缺点:控制端在WIN98下运行,每抓一幅图会吃掉几十K内存,不知道为什么,在WIN2000下运行没有发现这种情况,知道原因请通知我。E-mail:KelvinSpace@21cn.com Regedit:HKEY_CURRENT_CONFIG/CtrlSrvr设置E-MAIL地址等,电邮密码写在程序中(TVB)
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:4869826
    • 提供者:边宇
  1. hfmcoding

    0下载:
  2. JPEG的图像压缩的huffman编码c++实现-image ecoding with hufman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:281316
    • 提供者:任逍遥
  1. jpeg-matlab

    0下载:
  2. 对任意一副灰度图像进行JPEG编码压缩,并存储编码。-A gray-to-any JPEG image compression encoding, and memory encoding.
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:59278
    • 提供者:韩玉兰
  1. source9

    0下载:
  2. JPEG压缩编码标准。。。 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-Coding standard JPEG compression. . . Command-line compiler as follows vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:239117
    • 提供者:阿斯顿
  1. WirelessimagetransmissionsystembasedonDSP

    0下载:
  2. 介绍一种基于DSP的嵌入式无线图像压缩及无线传输系统的设计与实现方法。系统采 用JPEG国际标准。下位机实现图像采集、压缩以及图像数据无线传输 上位机接收图像数据并 完成与PC机的通信。通过DMA在图像采集、压缩及数据传输中的应用,提高了系统的运行效 率。 -forward a numberofcontrolmeasues in the data quality. According to the features of the random software net wor
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:219068
    • 提供者:mabeibei
  1. dct

    0下载:
  2. 利用dct实现JPEG在Matlab环境下图像压缩程序-Matlab environment in JPEG image compression procedure
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:3531
    • 提供者:石头
  1. JPEP_source_code

    0下载:
  2. JPEG压缩编码系统源代码,对做这方面工作的大侠有一定的帮助。-JPEG compression coding system source code, to do the work in this area has some of the heroes to help.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:131207
    • 提供者:ljx
  1. JPEG_ALL

    0下载:
  2. 最近编写JPEG压缩时用到的有用的资料 包括一个matlab源码和一个C源码 希望有所帮助-Recently, JPEG compression used in the preparation of the useful information including a matlab source code and a wish to help C
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3250646
    • 提供者:liuxin
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com