Location:
Search - Windows RGB
Search list
Description: This colour picker allows you to easily choose a colour either using RGB or HSV, it includes an alpha slider (that can be disabled or hidden, if needed), and it displays the colour value in hexadecimal. The code is fully written using Windows API, without MFC.
Platform: |
Size: 735609 |
Author: gp |
Hits:
Description: 本书介绍了在Windows环境下进行游戏编程所需用到的各方面知识,作者是著名的游戏开发大师Andrè LaMothe,他的每一本作品基本上都被视为游戏编程书籍的镇山之作。本书第一版的中文版自面市以来获得了广泛好评,持续热销,多次重印。此次修订在多方面更新了第一版中的内容,并且清除了拼写和技术错误,使用DirectX的最新版本来配合编译本书所带的程序代码,加入了大量新内容,例如关于16 位RGB 高彩模式的更多细节及众多新增的解释,还有一个新章节专门讨论文本解析(text parsing)。总之,这是《Windows游戏编程大师技巧》的一个更加清楚、更加完全的版本。
Platform: |
Size: 17548894 |
Author: 775331175@QQ.COM |
Hits:
Description: Windows系统下汉字输入法实际上是将输入的标准ascii字符串按照一定的编码规则转换为汉字或汉字串,进入到目的地。由于应用程序各不相同,用户不可能自己去设计转换程序,因此,汉字输入自然而然落到WINDOWS系统管理中。-Windows systems Chinese character input method is actually imported to the standard ascii string of coded according to certain rules into Chinese or Chinese character strings, into the destination. Because the application is not the same, users will not be able to design their own conversion process, it naturally fell on the importation of Chinese Windows system management.
Platform: |
Size: 11264 |
Author: WT |
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:
Description: 基于OpenGL与Windows的交互式三维图形技术以及程序设计。结合配套软件─—交互式三维图形软件开发工具Intra3D 2.0:
(1)3D C++ 类库与COM对象库系统设计;
(2)3D 交互算法与数据结构设计;
(3)3D 图形用户界面设计;
(4)使用Visual C++ 和Intra3D 2.0 C++ 类库编写交互式3D 应用程序;
(5)使用Visual Basic和Intra3D 2.0 COM类库编写交互式3D 应用程序。
Intra3D 2.0是免费软件,可用于快速开发PC平台的交互式三维图形应用软件,其7万行核心程序全部公开。Intra3D系列版本曾获首届中国大学生电脑大赛软件展示一等奖。
-OpenGL-based and Windows interactive 3D graphics technology, and program design. Combination packages--interactive 3D graphics software development tools intra3D 2.0 : (1) 3D C class library and COM library system design; (2) 3D interactive algorithm and data structure design; (3) 3D graphical user interface design; (4 ) use Visual C and 2.0 C Class intra3D prepared interactive 3D applications; (5) The use of Visual Basic 2.0 and COM library intra3D prepared interactive 3D applications. Intra3D 2.0 is free software that can be used to quickly develop PC platform interactive 3D graphics software application, its 70,000's core public all procedures. Intra3D series won the first version of the Chinese University Computer software display contest won.
Platform: |
Size: 5507072 |
Author: 胡锦涛 |
Hits:
Description: This program reads a 24bpp, 8bpp or 4bpp Microsoft Windows(TM) .BMP file and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit values representing the scaled down (24bpp to 5:5:5 RGB) color values OR an array of 8-bit or 4-bit indices into the palette.-This program reads a 24bpp, 8bpp or 4bpp Microsoft Windows (TM). BMP file and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit values representing the scaled down (24bpp to 5:5:5 RGB) color values OR an array of 8-bit or 4-bit indices into the palette.
Platform: |
Size: 46080 |
Author: 赵东 |
Hits:
Description: CColor - RGB and HLS combined in one class
The CColor class emerged from the need to manipulate color in the HLS model, meaning I needed the ability to directly change attributes like luminance or saturation. The HLS model makes it very easy to draw such things as color gradients between any color. Perhaps Windows 2000 will support the HLS (or the similary HSB) color model, but I do not want to wait until the release. On the other hand my code should also work under NT 4.0 and Win95/98. The CColor class encapsulates the long known type COLORREF and extends it with the HLS color model. A CColor object represents a color, whose RGB and HLS properties can be directly read and manipulated. It makes the use of type COLORREF and the associated macros superfluous.
-CColor- RGB and HLS combined in one class Th e CColor class emerged from the need to manipula te in the HLS color model, meaning I needed the ability to directly change attributes like luminance or saturation. The H LS model makes it very easy to draw such things as color gradients between any color. Perhaps Win dows 2000 will support the HLS (or the similary H SB) color model, but I do not want to wait until the release. On the other hand my code should also work under a NT 4.0 nd Win95/98. The class encapsulates the CColor long known type COLORREF and extends it with the HLS color model. A CColor object represents a co lor. RGB and HLS whose properties can be directly rea d and manipulated. It makes the use of type COLOR REF and the associated macros superfluous.
Platform: |
Size: 7168 |
Author: 上官婉儿 |
Hits:
Description: 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。-Written in C with pure RGB file format reading the code, return the first file header and data, so re-read and write data much easier. Support for 8, 24-bit RGB Fig. Linux system inside the RGB image data format storage format for the RGB, from top-down filling and Windows systems, RGB image storage format is BGR, from the documents began to fill the last line, so readers have to pay attention to RGB map.
Platform: |
Size: 3072 |
Author: gomo |
Hits:
Description: 一个用armasm汇编写的YUV2RGB565源码,适合做视频的朋友参考,应用于WinCE Windows Mobile 5平台.-A compilation of armasm written by YUV2RGB565 source, suitable for a friend video reference, used in WinCE Windows Mobile 5 platform.
Platform: |
Size: 91136 |
Author: dmyss |
Hits:
Description: 可以比较方便地显示个中颜色的RGB值
程序可能有点太过简单,但是对于初学者来说还是挺不容易的-Can be more convenient to show a RGB color value in the procedure may be a bit too simple, but for beginners or the very not easy
Platform: |
Size: 45056 |
Author: Pete |
Hits:
Description: windows游戏编程大师技巧源码
本书介绍了在Windows环境下进行游戏编程所需用到的各方面知识,作者是著名的游戏开发大师Andrè LaMothe,他的每一本作品基本上都被视为游戏编程书籍的镇山之作。本书第一版的中文版自面市以来获得了广泛好评,持续热销,多次重印。此次修订在多方面更新了第一版中的内容,并且清除了拼写和技术错误,使用DirectX的最新版本来配合编译本书所带的程序代码,加入了大量新内容,例如关于16 位RGB 高彩模式的更多细节及众多新增的解释,还有一个新章节专门讨论文本解析(text parsing)。-err
Platform: |
Size: 34325504 |
Author: kindaichi.conan |
Hits:
Description: windows下VC编译的RGB工具,可以直接根据拖动得到需要颜色的RGB值。-VC under windows compiler of RGB tools, can be based on the need to drag the RGB color value.
Platform: |
Size: 3726336 |
Author: 刘刚 |
Hits:
Description: RGB是色光的色彩模式。R代表红色,G代表绿色,B代表蓝色,三种色彩叠加形成了其它的色彩。因为三种颜色都有256个亮度水平级,所以三种色彩叠加就形成1670万种颜色了。也就是真彩色,通过它们足以在现绚丽的世界。- This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
Platform: |
Size: 327680 |
Author: 姬冠妮 |
Hits:
Description: BmpView is free program written in old Borland C++ IDE. This program demonstrate how to use standard DOS and BIOS routines for BMP file format open and vizualization. It is the simple program for MS DOS or MS Windows console. Source code is included. Program doing RGB palette settings that is readed from BMP file. (author: jan.kacur@post.sk)
Platform: |
Size: 13312 |
Author: JohnnyK |
Hits:
Description: windows下RGB与RGB565转换的工具代码,需要的朋友可以参考下-the windows tool to convert RGB to RGB565 code, can refer to a friend in need
Platform: |
Size: 55296 |
Author: caohui |
Hits:
Description: 图像采集,显示,rgb,yuv形式在窗口显示-image capture ,display on windows,rgb,yuv format
Platform: |
Size: 9449472 |
Author: zhu |
Hits:
Description: 可以將kinect 讀取到的RGB影像作opencv的處理
包含顯示RGB視窗 depth視窗 canny視窗
-Kinect can be read as opencv RGB image processing includes display RGB canny Windows Windows Windows depth
Platform: |
Size: 20899840 |
Author: 蘇俊麟 |
Hits:
Description: 一个JAVA做的调色板,能够根据你填写的RGB和HRB来给指定的文本改变颜色()
Platform: |
Size: 21504 |
Author: NPJrzy%2524631 |
Hits:
Description: C source code YUV to RGB()
Platform: |
Size: 1024 |
Author: fabtera |
Hits:
Description: 赏色ColorWanted是一个Windows平台使用的屏幕取色器工具,有十六进制和RGB两种颜色值的显示。(The color ColorWanted is a screen coloring tool used on Windows platform. It has sixteen binary and two color values of RGB display.)
Platform: |
Size: 1053696 |
Author: 35ygt |
Hits: