代码搜索:bitmap

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

代码结果 10,000
www.eeworm.com/read/135259/13945206

h bitmap.h

//************************************************************************** // // Copyright (c) 1997. // Richard D. Irwin, Inc. // // This software may not be distributed further without pe
www.eeworm.com/read/236599/14008048

htm bitmap.htm

www.eeworm.com/read/133667/14030681

tk bitmap.tk

#!/usr/bin/wish -f # Usage: Invoke this file using format wish 'thisfilename' bitmapfile # global varible used to store information after parsing the bitmap file global bitmapWidth bitmapHeig
www.eeworm.com/read/235522/14065526

o bitmap.o

www.eeworm.com/read/235522/14065575

h bitmap.h

// bitmap.h // Data structures defining a bitmap -- an array of bits each of which // can be either on or off. // // Represented as an array of unsigned integers, on which we do // modulo arithmetic
www.eeworm.com/read/235522/14065579

cc bitmap.cc

// bitmap.c // Routines to manage a bitmap -- an array of bits each of which // can be either on or off. Represented as an array of integers. // // Copyright (c) 1992-1993 The Regents of the Univers
www.eeworm.com/read/235522/14065678

o bitmap.o

www.eeworm.com/read/203858/15350823

c bitmap.c

/* * linux/fs/bitmap.c * * (C) 1991 Linus Torvalds */ /* bitmap.c contains the code that handles the inode and block bitmaps */ #include #include #include
www.eeworm.com/read/201662/15399111

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/201662/15399114

cpp bitmap.cpp

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