搜索资源列表
DImageProcess
- 使用CDib处理图象,定义了一些类CMyDib类: PaintDIB() - 绘制DIB对象 CMyDib::DrawDib // CreateDIBPalette() - 创建DIB对象调色板 CMyDib::ConstructPalette() // FindDIBBits() - 返回DIB图像象素起始位置 CMyDib::GetBits() // DIBWidth() - 返回DIB宽度 CMyDib::GetWidth() // DIBHeight() - 返回D
DIB
- dib类库 // DIB(Independent Bitmap) API函数库: // // PaintDIB() - 绘制DIB对象 // CreateDIBPalette() - 创建DIB对象调色板 // FindDIBBits() - 返回DIB图像象素起始位置 // DIBWidth() - 返回DIB宽度 // DIBHeight() - 返回DIB高度 // PaletteSize() - 返回DIB调色板大小 // DIBNumColors() -
HD
- 使用Visual C++ 调试DIB函数,详细了解其代码运行过程; 熟悉DIB函数库需要完成的关于位图操作的基本功能; 函数调试如:CreateDIBPalette(创建DIB调色板的函数),了解运行机制及过程过程 -Visual C++ debugging using the DIB functions to learn more about the code is running familiar with the library needs to be done DIB bi