代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/229499/14333953
h bitmap.h
#include
#include
#include
#include
#include
#include
#include
#include
class Bitmap : public QLabel
{
www.eeworm.com/read/229499/14333959
o bitmap.o
www.eeworm.com/read/229499/14333998
cpp bitmap.cpp
#include "bitmap.h"
Bitmap::Bitmap(QWidget *parent, const char *name, WFlags f)
: QLabel( parent, name, f )
{
}
Bitmap::~Bitmap()
{
}
bool Bitmap::event( QEvent* ev )
{
bool ret = QWidget::ev
www.eeworm.com/read/229499/14334000
h bitmap.h
#include
#include
#include
#include
#include
#include
#include
#include
class Bitmap : public QLabel
{
www.eeworm.com/read/229499/14334020
o bitmap.o
www.eeworm.com/read/229298/14346404
cpp bitmap.cpp
// demonstrate selecting an action by clicking in a bitmap
#include
#include
// define a window
SimpleWindow FlipWindow("FlipCard", 15.0, 9.0, Position(1.0, 1.0));
//
www.eeworm.com/read/228948/14357114
c bitmap.c
/*
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
/* bitmap.c 程序含有处理i 节点和磁盘块位图的代码 */
#include // 字符串头文件。主要定义了
www.eeworm.com/read/228773/14363712
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/227824/14409923
c bitmap.c
/* -*- c-basic-offset: 8 -*-
rdesktop: A Remote Desktop Protocol client.
Bitmap decompression routines
Copyright (C) Matthew Chapman 1999-2005
This program is free software; you can redis