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

搜索资源列表

  1. 豪杰解霸原代码

    0下载:
  2. 压缩过的图像是无法直接进行数字化处理的,如JPEG、GIF等格式的文件,此时首先要对图像文件解压缩,这就要涉及到一些比较复杂的压缩算法。-compressed image can t directly process digital operation.such as jpeg,gif format.firstly ,it need decompress ,which is deal with complex compression algrithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:629.3kb
    • 提供者:wwx
  1. JEPGProcessing

    0下载:
  2. 用MATLAB写的JEPG格式的图像处理算法,附带有十张左右的经典图像算法常用图片,可以在同一目录下面自己做一下看效果-MATLAB write JPEG format image processing algorithm, fringe is about 10 images of the classic algorithm commonly used pictures, in the same directory can do something in their effects
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:84.25kb
    • 提供者:chaos545
  1. vc++JPEG

    0下载:
  2. JPEG算法压缩技术,主要实现图象压缩存储技术,用VC++实现!-JPEG compression algorithm technology, main image compression storage technology, using the VC!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15.03kb
    • 提供者:12454
  1. ml

    0下载:
  2. 是进行JPEG图形压缩算法的代码,对图形进行DCT变换-is JPEG image compression algorithm code, the graphics DCT
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:16.11kb
    • 提供者:chenji
  1. JPEG

    0下载:
  2. 基于MFC的JPEG图象读取程序,已实现彩色图象到灰白图象的相互转化,用户可在此平台基础上完成自己的算法需要
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.24mb
    • 提供者:zhangnan
  1. storing_paintbrush_in_accessdb34243

    0下载:
  2. 重庆邮电学院 TD-SCDMA移动终端所有算法 3 东南大学 G.711丟帧补偿定点算法 4 南京航空航天大学 数字视频/字符增强算法 5 南京航空航天大学 视频微光降噪音,测向算法 6 合肥工业大学 JPEG 7 西安交通大学 AAC编,解码 8 西安电子科技大学 自动视频跟踪 9 华北工学院 工业CT快速重构算法 10 山东大学 双线极大值匹配法改进算法 11 清华大学(LAB)-Chongqing Institute of Posts and Telecommunications of T
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:36.19kb
    • 提供者:赵丽辉
  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
    • 文件大小:61.05kb
    • 提供者:
  1. Video-motion-detection-algorithm-source-code

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.29mb
    • 提供者:憨豆
  1. jpeg-6b

    0下载:
  2. jpeg压缩解压缩算法及源码,使用方便,有源码参考-jpeg compression decompression algorithms and source code, easy to use, there is a reference source
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:692.24kb
    • 提供者:唐堂
  1. jpeg2bmp

    0下载:
  2. JPEG解码算法,完成的解码算法,可以直接得到位图,适合嵌入式系统-JPEG
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:252.31kb
    • 提供者:陈一可
  1. JPEG_S

    0下载:
  2. JPEG算法C++实现,VC++6.0 JPEG算法C++实现,VC++6.0-JPEG
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:989.16kb
    • 提供者:王子
  1. V7_vs_jpeg

    0下载:
  2. JPEG算法在visual studio环境下的实现,可实现编码解码-jpeg arithmetic in microsoft visual studio
  3. 所属分类:Windows Develop

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

    0下载:
  2. Jpeg算法源代码,包含jpeg的各种算法实现的vc++的源代码-Jpeg algorithm source code, including the various algorithms jpeg of vc++ source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:626.54kb
    • 提供者:whata
  1. jpeg

    0下载:
  2. 此为jepg压缩编码算法,实现了jpeg压缩算法,以供学习和交流-This is jepg compression algorithm to achieve the jpeg compression algorithm for learning and communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:120.34kb
    • 提供者:tjh
  1. JPEG

    0下载:
  2. JPEG压缩算法,BMP与JPEG的相互转换-JPEG compression algorithm, BMP, and JPEG conversion
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-13
    • 文件大小:30.52kb
    • 提供者:周群
  1. readpicture

    0下载:
  2. 在win7系统下实现截屏功能,抓取当前屏幕内容,并且利用JPEG算法压缩保存到一个JPG文件中-Win7 system achieved in screenshot function, grab the current screen contents and use JPEG compression algorithm saved to a JPG file
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:7.91mb
    • 提供者:jhon
  1. F5信息隐藏算法

    0下载:
  2. 基于JPEG图像的信息隐写算法,可以在DOS下直接运行,需要有一定JAVA开发基础
  3. 所属分类:GDI/图象编程

  1. guetzli-master

    0下载:
  2. 谷歌开发并开源了一种新的JPEG算法Guetzli,其可在图片质量不变的情况下,将文件大小降低35%(Google has developed and made a new version of Guetzli, a JPEG algorithm that reduces the file size by 35% while maintaining the same image quality)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:322kb
    • 提供者:yuqian418
  1. 2

    0下载:
  2. jpeg图像的压缩算法,给的比较详细,其中还有demo,thu教学code(jpeg image compression algorithm to give more detailed, including demo, thu teaching code)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:19kb
    • 提供者:tony2014
  1. image-compression

    1下载:
  2. 实现jpeg图像压缩,基于FPGA的JPEG图像压缩算法实现 基于FPGA的JPEG图像压缩系统的实现(Image compression of JPEG based on MATLAB, 实现jpeg图像压缩,基于FPGA的JPEG图像压缩算法实现 基于FPGA的JPEG图像压缩系统的实现 JPEG image compression, JPEG image compression algorithm based on FPGA implementation of FPGA based J
  3. 所属分类:其他

    • 发布日期:2020-01-03
    • 文件大小:70kb
    • 提供者:zyz10
« 12 »
搜珍网 www.dssz.com