Location:
Search - bmp a
Search list
Description: 压缩编码有点用,看看吧-coding using a bit, and let's see it
Platform: |
Size: 16384 |
Author: |
Hits:
Description: 自己在学位图操作时,所作的一个训练题目-degree plan in operation, the subject of a training
Platform: |
Size: 12288 |
Author: 李德守 |
Hits:
Description: 一个显示bmp位图的例子-a show bmp bitmap example
Platform: |
Size: 415744 |
Author: 李宁 |
Hits:
Description: 解决BMP和JPE图像在数据库储存和读出-solution and JPE BMP images stored in a database and read out
Platform: |
Size: 578560 |
Author: 小潘 |
Hits:
Description: 一个读写jpg,png,gif,bmp的类库的源代码,但不能写gif-a reader jpg, png, gif, bmp the class library source code, but not write gif
Platform: |
Size: 741376 |
Author: 邵灿 |
Hits:
Description: 小波变换是一个当今比较常用的图像处理方法,它可以很方便实现图像空间域到频率域的转换!-wavelet transform is a more commonly used in today's image processing method, which can facilitate the achievement of image space domain to the frequency domain conversion!
Platform: |
Size: 1727488 |
Author: 宫华泽 |
Hits:
Description: 640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开 一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctr l+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过-640* 480256 color. BMP file display program can browse, also showed four images on the screen can also open a window on the show. BMP images and can be used above and below the arrow keys, and Page/Prompt, Ctrl Left, Right keys Ctr l View the entire images in S3, ATI VGA cards such as debugging through
Platform: |
Size: 4096 |
Author: 郭指挥 |
Hits:
Description: 封装好的一个显示BMP,JPG,GIF,WMF图形的类-Packaging, a good show BMP, JPG, GIF, WMF graphics category
Platform: |
Size: 44032 |
Author: |
Hits:
Description: 这是一个模拟acdsee软件打开一幅bmp文件并显示在屏幕上的算法.-This is a simulation software Converter opened a bmp file and display on the screen of the algorithm.
Platform: |
Size: 3072 |
Author: 王立 |
Hits:
Description: 很基础的一个程序,向初学者推荐!好好看看吧,对于打开bmp图像会理解较深-very basis of a procedure, recommended to beginners! Well let's see it, open bmp image deeper understanding
Platform: |
Size: 128000 |
Author: 赵辉 |
Hits:
Description: 给你一个存成bmp的类,至于jpg和gif照此琢磨着玩吧 -give you a deposit into the category bmp, jpg and gif As accordingly pondering a Honolulu
Platform: |
Size: 1024 |
Author: 万宏兴 |
Hits:
Description: 这是一个对256色bmp图像进行点运算,几何变化,正交变化,图像增强,图像分析,图像编码,图像还原等处理的源码,功能强的出奇-this a 256-color bmp image point operations, geometry changes, orthogonal change, image enhancement, image analysis, image coding, image processing, such as reducing the source, functions surprisingly strong! !
Platform: |
Size: 543744 |
Author: 小猪 |
Hits:
Description: 使用MFC打开BMP文件 并可以发大缩小,以及色相的改变-use MFC open BMP file and can make a big narrow, and the changes hue
Platform: |
Size: 1983488 |
Author: 小猪 |
Hits:
Description: 可以打开扩展名为*.bmp的文档,并转换为*.jpg格式;给定了窗口,已经调试成功-can open the extension*. bmp files, and converted to*. jpg format; Given a window, debug success
Platform: |
Size: 106496 |
Author: 李伟 |
Hits:
Description: 封装好的一个显示BMP,JPG,GIF,WMF图形的类-Packaging, a good show BMP, JPG, GIF, WMF graphics category
Platform: |
Size: 44032 |
Author: 邹军强 |
Hits:
Description: 可以打开一个bmp位图并进行各种图像处理和图像变换操作,功能强大-bmp can open a bitmap and various image processing and image transform operation, powerful
Platform: |
Size: 657408 |
Author: 周智 |
Hits:
Description: bmp图形文件识别程序,包含头文件和主程序-A bmp style grapth recognision procedure,include head files and main file
Platform: |
Size: 195584 |
Author: 赵峰 |
Hits:
Description: BMP转化为ICO,是一个很有意思小程序,希望网友多多支持。-BMP into ICO, is a very interesting small procedures in the hope that the generous support of netizens.
Platform: |
Size: 5120 |
Author: 光耀 |
Hits:
Description: 这是一个在对话框中显示图片的程序。可以显示24位或者是32位bmp格式的位图-This is a dialog box shown in the photo process. It shows 24 or 32 bmp format bitmaps
Platform: |
Size: 5120 |
Author: zhaochunhe |
Hits:
Description: 从BMP文件中装入位图并显示
the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more rgbquad structures the final section is the actual bits that define the bitmap image.
by the way, the bmp file holds a device independent bitmap and sometimes the extension used is dib.
the steps outlined below is valid for both windows 95 and windows nt. on windows 95, you can also use the loadimage() function to load a bitmap from a file. although windows nt also supports this function, it does not support the lr_loadfromfile flag. -from BMP file loaded bitmap and show the bmp file has four sections. The first is bitmapfileheader. This contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. The next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more structures rgbquad the final section is the actual bits that define the bitmap image. by the way, the bmp file holds a device independent bitmap and sometimes the extension used is Freehand. the steps outlined below is valid for both Windows 95 and Windows NT. on Windows 95, you can also use the loadimage () function to load a bitmap from a fil
Platform: |
Size: 7168 |
Author: 刘永平 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»