代码搜索:bitmap

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

代码结果 10,000
www.eeworm.com/read/366928/9792116

h bitmap.h

#ifndef BITMAP_H #define BITMAP_H /****************************************************************************************/ /* Bitmap.h
www.eeworm.com/read/366928/9792415

h bitmap.h

#ifndef BITMAP_H #define BITMAP_H /****************************************************************************************/ /* Bitmap.h
www.eeworm.com/read/270032/11050534

c bitmap.c

/******************************************************************************* Optimized Bitmap Scaling Routines by Dale Schumacher *********************************************************
www.eeworm.com/read/270032/11051102

c bitmap.c

/* * This software is copyrighted as noted below. It may be freely copied, * modified, and redistributed, provided that the copyright notice is * preserved on all copies. * * There is no warrant
www.eeworm.com/read/270032/11051407

bitmap_2

10 10 0001001000 0001001000 0001001000 1111111111 0001001000 0001001000 1111111111 0001001000 0001001000 0001001000 % TEST FILE FOR vectorize, NOT FOR THE BOOK %
www.eeworm.com/read/270032/11051412

bitmap_1

5 7 00100 01100 10100 00100 00100 00100 11111 % TEST FILE FOR vectorize, NOT FOR THE BOOK %
www.eeworm.com/read/270032/11051431

bitmap_3

40 40 0000000000000000000000000000000000000000 0000000000001111111111110000000000000000 0000000001111000000000011111000000000000 0000000110000000000000000000111000000000 000000100000000000000000000000
www.eeworm.com/read/415805/11052654

c bitmap.c

/* bitmap.c contains the code that handles the inode and block bitmaps */ #include #include #include #define clear_block(addr) \ __asm__("cld\n\t" \ "rep
www.eeworm.com/read/415572/11062145

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/415572/11062151

cpp bitmap.cpp

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