代码搜索:bitmap

找到约 10,000 项符合「bitmap」的源代码

代码结果 10,000
www.eeworm.com/read/298948/7920621

aps bitmap.aps

www.eeworm.com/read/298948/7920672

rc bitmap.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/198261/7945630

h bitmap.h

#ifndef BITMAP_H #define BITMAP_H class Bitmap { private: HBITMAP hbmp, hmask;//定义一个HBITMAP的结构变量,以便获取位图参数 int w, h; BOOL bTransMode; COLORREF TransColor; void Load(char *fn); v
www.eeworm.com/read/198261/7945637

cpp bitmap.cpp

#include "stdafx.h" #include "Bitmap.h" //-------------------------------------------- // 构造函数 //-------------------------------------------- Bitmap::Bitmap(char *fn, BOOL transmode=false, COL
www.eeworm.com/read/197685/7976209

bmp bitmap.bmp

www.eeworm.com/read/197685/7976491

bmp bitmap.bmp

www.eeworm.com/read/197685/7976556

bmp bitmap.bmp

www.eeworm.com/read/197685/7976620

bmp bitmap.bmp

www.eeworm.com/read/197660/7980298

h bitmap.h

#ifndef BITMAP_H #define BITMAP_H class Bitmap { private: HBITMAP hbmp, hmask; int w, h; BOOL bTransMode; COLORREF TransColor; void Load(char *fn); void CreateMask(); public:
www.eeworm.com/read/197660/7980304

cpp bitmap.cpp

#include "stdafx.h" #include "Bitmap.h" //-------------------------------------------- // 构造函数 //-------------------------------------------- Bitmap::Bitmap(char *fn, BOOL transmode=false, COL