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

搜索资源列表

  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. project

    0下载:
  2. 数独游戏 二、 使用说明 1. 安装手册 将project_rar解压缩即可。 其中main.c和graphic.c为主要程序文件。Include中是头文件库。其他为bmp形式图片。 2. 使用手册 编译后直接运行生成的main.exe,根据提示操作即可。 -Sudoku Game Two, the use of one. Project_rar installation manual will be extracted. Main.c and graph
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:498183
    • 提供者:石鑫磊
  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. bmpcopression

    0下载:
  2. 可以实现16位rle(压缩bmp文件)压缩-Can achieve 16-bit rle (compressed bmp files) compression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:16613
    • 提供者:lxz
  1. jpeg

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

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

    0下载:
  2. 压缩包里包含了四个源代码,分别是用MFC做的多媒体资源,其中有.WAV播放器,BMP位图程序,AVI播放器,还有web浏览器等。刚学,觉得蛮好玩的,大家-Compression bag contains four source code, were done using MFC multi-media resources, including. WAV player, BMP bitmap program, AVI player, web browser, such as there is. J
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-25
    • 文件大小:8624975
    • 提供者:Toby
  1. BmpPack

    0下载:
  2. 一个BMP文件压缩打包工具源码. 在LIB目录中包括了一系列相关C++类源码. 其中有INI文件一读写类,字符串类(可计算表达式)图形类.-A BMP file compression tool for source code package. In the LIB directory, including a series of related C++ type source. Which one to read and write INI file type, string type
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:430961
    • 提供者:周志鹏
  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. DW_TO_BMP

    0下载:
  2. 保存DW为BMP的2种方法 压缩包解压时没有密码,供大家学习使用,用的好请继续转载!-DW as a BMP to preserve the two kinds of methods when extracting compressed packets do not have a password for them to learn to use, please continue with the good reprint!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:85882
    • 提供者:kmaye
  1. com2pgm

    0下载:
  2. 压缩包的内容包括:1.有关JPEG和DPCM算法的文章;2.实现其算法的压缩程序3.有关图像压缩方面的资料。读者请注意: <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:930
    • 提供者:huming
  1. jpeg_enc

    0下载:
  2. 实现JPEG Encoder,可以将BMP档案读入并进行压缩编码 -This is a JPEG enoder, the user can read the bmp file and encode it as a jpg file
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-31
    • 文件大小:722240
    • 提供者:魏维毅
  1. RWJpegExp

    0下载:
  2. 彩色静止图像jpeg标准压缩编码,实现bmp与jpg的相互转换,内涵源代码-Color still image compression standard jpeg, bmp and jpg to achieve the mutual conversion, content of the source code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-02
    • 文件大小:761305
    • 提供者:ansbhz
  1. ejpeg

    0下载:
  2. 本程序用于将BMP格式的文件,压缩为JPG格式的图片文件。-This procedure is used to BMP file format, compressed as a JPG image file format.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-27
    • 文件大小:14907
    • 提供者:蔡亮
  1. JPEG_Compress3.2

    0下载:
  2. 基于VC++6.0的JPEG压缩编码 有自己编写的Huffman查表 写jpeg文件等函数.可以完成标准256*256图的bmp到jpg的压缩,其生成的jpg图片可以用画图软件打开.暂时未完成像素没有16对齐的图片压缩.-VC++6.0 based on the JPEG compression Huffman coding which has its own look-up table prepared to write jpeg files, and so function Can comp
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:584559
    • 提供者:张工
  1. ViCandMPEGJPEGE

    0下载:
  2. HuffmanExp 哈夫曼编码 JpgVSbmp Jpg和Bmp格式相互转换的API封装 RWJpegExp JpegVC++类 VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例 jpeg jpeg中的前向DCT变换 JPEG2000压缩编码技术 源代码 vcSDll VCD2000AV卡的API函数封装 DvrDll PV988卡的API函数封装 DvsCode 监控录像系统源代码 \avi2mpg1_src 中包含了mpeg1编码
  3. 所属分类:mpeg mp3

    • 发布日期:2017-06-02
    • 文件大小:14818099
    • 提供者:张明晨
  1. SD

    0下载:
  2. 本源码适用于stm32103zet6 功能为向sd卡移植fats文件系统,并将sd卡存储的bmp图片在tft上显示出来。压缩包内包涵iar环境下的工程源码-The source function for stm32103zet6 transplant fats to the sd card file system, and sd card storage bmp images displayed on the tft. Compression packages bear with iar wor
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:678361
    • 提供者:LFF
  1. BmpToJpg

    0下载:
  2. 图像压缩:将BMP文件压缩成JPG文件,VISUAL C++实现-BMP TO JPG
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-06
    • 文件大小:317365
    • 提供者:test
  1. demo_CHEPAI

    0下载:
  2. 一个简单实用的车牌识别代码,目前只支持bmp格式的照片解析;压缩包里还有几个要注册的dll组件。-A simple and practical license plate identification code, currently only supports bmp format photo analysis compression bag There are several components to register the dll.
  3. 所属分类:CSharp

    • 发布日期:2017-06-03
    • 文件大小:15841102
    • 提供者:周臣
  1. bmpdisplay

    0下载:
  2. 读取BMP文件信息和显示,读取文件头信息,包括大小,长宽,水平和垂直分辨率,彩色数目,实际用到的彩色数目,关键颜色数目,压缩方式,每像素用到的bit数等-to read and display bmp file. output the header information, includnig file size, image width and height, horizontal and verticular resolution, number of color used and numb
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:54282
    • 提供者:李升
  1. gaoqinkaokoucode

    0下载:
  2. 高清卡口监控报警系统基于Microsoft的DirectShow技术,运行于Windows 2000或以上平台。本系统支持目前市面上的大多数WDM驱动程序的视频捕捉卡、1394及USB连接的DV设备等,支持一机多卡;支持内存中位图的识别;支持BMP、JPG等图片格式文件的识别及存储;支持AVI、MPG、WMV等录像文件格式的回放及识别;支持MPEG4高压缩比的AVI格式的录像片断保存。-HD mount monitor alarm system is based on Microsoft s D
  3. 所属分类:Applications

    • 发布日期:2017-04-04
    • 文件大小:51680
    • 提供者:tangcp
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 18 »
搜珍网 www.dssz.com