Welcome![Sign In][Sign Up]
Location:
Search - bitmap

Search list

[Special EffectsbitmapEx_source

Description: 一种向CBitmap对象读取“*.bmp”文件的快捷方式。 1、建立自己的CBitmap派生类。 2、增加一个“Load from bitmap”的函数: BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName) { DeleteObject() HBITMAP hBitmap=NULL hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,LR_LOADFROMFILE|LR_CREATEDIBSECTION|LR_DEFAULTSIZE) return Attach(hBitmap) }-CBitmap object to a reading of "*. bmp" file shortcuts. One, to build their own CBitmap derived class. 2, add a "Load from bitmap" function : BOOL CMyBitmap : : LoadBitmap (LPCTSTR szFileName) (DeleteObje ct () HBITMAP hBitmap = NULL hBitmap = (HBITMAP) LoadImage (NULL, szFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE | LR_CREATEDIBSECTION | LR_D EFAULTSIZE) return Attach (hBitmap);)
Platform: | Size: 5411 | Author: 李明 | Hits:

[Special EffectsJpgVSbmp_VC

Description: JPEG图像压缩与BMP位图的比较。JEPG的实现源码。-JPEG image compression and BMP bitmap comparison. JEPG the realization of the source code.
Platform: | Size: 220091 | Author: wind | Hits:

[GDI-BitmapVC6_draw

Description: 6.0关于绘图的程序设计,图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-6.0 on the graphics programming, graphics rendering, since the definition of how to use a paintbrush (color, line width, Alignment). How procedures for adding options menu and the option to set up the dialog box, use the standard color dialog, how to use the Font dialog box, the dialog box options to achieve preview function. Implementation Options dialog window and type of data exchange. How to change the dialog and control the background color, how to change the text color control, the right button controls special treatment. How in the window shows a bitmap.
Platform: | Size: 121303 | Author: 常攀峰 | Hits:

[Button controlkindsofButtons

Description: 各种按钮:位图按钮,背景颜色按钮,一般按钮,不凸起按钮。-various buttons : bitmap button, the background color of the button, the button general, not uplift button.
Platform: | Size: 593465 | Author: 叶林 | Hits:

[Menu controlBmpMenu

Description: 经典的位图菜单程序。 可制作各种色彩、大小的图形菜单。 美化你的程序。-classic Bitmap menu procedures. Color can be produced, the size of the graphics menu. Beautify your program.
Platform: | Size: 90287 | Author: 激活帐号 | Hits:

[Compress-Decompress algrithmsfeifeidoc

Description: C++数字图像源代码,实现位图的转换,详细内容见有源代码。-C source code, achieving bitmap conversion, the details of which see active code.
Platform: | Size: 1072 | Author: 厉霞明 | Hits:

[Compress-Decompress algrithmsfeifeiview

Description: C++数字图像源代码,实现位图的转换,详细内容见有源代码。-C source code, achieving bitmap conversion, the details of which see active code.
Platform: | Size: 3283 | Author: 厉霞明 | Hits:

[Compress-Decompress algrithmsjpgstd

Description: C++数字图像源代码,实现位图的转换,详细内容见有源代码。-C source code, achieving bitmap conversion, the details of which see active code.
Platform: | Size: 5321 | Author: 厉霞明 | Hits:

[GDI-Bitmapbmp_split

Description: BMP位图split程序,可以作为界面编程的程序库-BMP bitmap split procedure can be used as the programming interface libraries
Platform: | Size: 41982 | Author: 熊光安 | Hits:

[OS programGetBmpPixel

Description: 一种黑白位图图片点信息的读取方法,并进行状态判断。-a black-and-white bitmap images point to read the information, and a state judge.
Platform: | Size: 3695 | Author: 王正 | Hits:

[GUI Developicomenu

Description: 含有真彩图标、位图菜单标题、进度条的自画式菜单,包内有详细的效果网页-contain sleekly icon, bitmap menu headings, the progress of the self-portrait-style menu, packed with detailed results website
Platform: | Size: 93593 | Author: 孙磊 | Hits:

[Multimedia programRplColor

Description: When I wrote this function my problem was to replace one color by an other on transparent bitmaps. My images were resources bitmaps, which I store in an ImageList for easy transparency. There is no easy way to directly access a Bitmap s pixel on Win32. If you re interested in, this article may help you to understand the usage of CreateDIBSection. If you have to load a bitmap from resource and made many color replacements, or if you have to change a color in a HBITMAP this function is for you. If you have a bitmap in resource and want to replace one or more color on load, it s better to use CreateMappedBitmap. You can found in the sample program a ReplaceColor function which use CreateMappedBitmap. I ve made the same code using only BitBlt. All BitBlt are really fast but the creation of the mask bitmap is so slow than the whole function is twice slower than the code using CreateDIBSection. ( sources are in the sample ) -When I wrote this function was to my problem replace one color by an other on transparent bit maps. My images were resources bitmaps, which I store in an ImageList for easy transpare ncy. There is no easy way to directly access a Bit 's pixel map on Win32. If you're interested in, this article may help you to understand the risques e of CreateDIBSection. If you have to load a bitm ap from resource and made many color replacemen ts. or if you have to change a color in a HBITMAP this f unction is for you. If you have a bitmap in resour ce and want to replace one or more color on load, it's better to use CreateMappedBitmap. You can f ound in the sample program a ReplaceColor funct ion which use CreateMappedBitmap. I've made the same code using only BitBlt. All are real BitBlt
Platform: | Size: 6770 | Author: 孙磊 | Hits:

[Other resourcedirectdraw1

Description: 一个用dx编的游戏,用于显示一幅图片.用到了显示透明位图的方法 -dx with a series of the game, for a photo show. Used the show transparent bitmap approach
Platform: | Size: 159688 | Author: fdsa | Hits:

[Other resourcedx_aSimplePic

Description: 在全屏模式下用dx8的接口显示一幅位图,位图是工程外部的一幅位图.-in full screen mode using dx8 interface shows a Bitmap bitmap is a project outside the bitmap.
Platform: | Size: 2240 | Author: fdsa | Hits:

[Other resourcedx_FullScr

Description: 一幅位图,显示在窗口模式(Windowsee).wug 可以随着窗口大小改变而改变.-a bitmap, displayed on the window mode (Windowsee). wug with window size can change.
Platform: | Size: 2233 | Author: fdsa | Hits:

[Special EffectsBMPbitmapsprocesssoundcode

Description: BMP bitmaps process sound code BMP位图处理类。(源代码文件)-BMP bitmaps process sound code from Bitmap class. (Source code)
Platform: | Size: 11684 | Author: 王志刚 | Hits:

[Streaming Mpeg4APMS

Description: 图形控制软件,和microsoft的位图软件类似-graphical control software, and the microsoft software similar bitmap
Platform: | Size: 285340 | Author: Jack | Hits:

[Special EffectsImageMirror

Description: 用于图像做镜像处理的源程序,能够实现位图的镜像操作-done for the image of the source image processing to achieve bitmap image operation
Platform: | Size: 185155 | Author: Huang | Hits:

[OS DevelopOSchunchu

Description: PAGES3完成了程序的 基本框架,FIFO()除了命中和置换情况外基本完成,但是修改位示图的子函数 出现问题,得不到正确的行数和列数,有时更改不了0 PAGES4修正了3中的问题,完成FIFO() PAGES5修正了FIFO()中执行置换时未将位示图中的对应块置0 PAGES6完成了LRU() PAGES7优化了界面,修正了切换算法后访问次数与上次算法相连的错误 PAGES8完成了OPT()修正了在页面置换切换时页表内存位示图不能各自初始化的错误。发现OPT()中页面置换时出现的错误。 位示图置0和置1时出错 。而且输出的页表缺失项目 PAGES9好像是修正了 8中的错误,现在还没有找到让9中OPT()发生置换的测试用例 PAGES10找到8,9中出错原因,在于置换时没有得到最久要访问的Memory[i] PAGES11修正10中的错误。完成OPT() 发现了LRU()输出界面的信息冗余,已经更正 PAGES12删除了编程过程中的测试信息 PAGES13修正了判断溢出时的一个错误。将判断的〈=改为〈-PAGES3 completed a basic framework of the procedure, FIFO () except hit and replacement of the foreign basically completed, but changes Bitmap Functions of the problem, not the correct number of rows and columns, and sometimes change can PAGES4 amended 0 of 3, completed FIFO () PAGES5 amended the FIFO () implementation replacement failed to Bitmap the corresponding block home 0 PAGES6 completed the LRU () PAGES7 optimize the interface that the handoff algorithm with the number of visits after the last algorithm linked to the wrong PAGES8 completed the OPT () of the amendment pages replacement when switching memory page table Bitmap not their initialization errors. Found OPT () replacement pages at the mistakes. Bitmap home and home 0 errors 1:00. And the output page table missing items PAG
Platform: | Size: 10327 | Author: billdong | Hits:

[Special Effectsmydibhcpp

Description: myCDib操纵位图的类, 功能齐全,十分好用 -myCDib bitmap manipulation of the class, multifunctional very handy
Platform: | Size: 1551 | Author: xrgj | Hits:
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »

CodeBus www.codebus.net