代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/383007/8981806
res bitmap.res
www.eeworm.com/read/185724/8988928
h bitmap.h
#ifndef BITMAP_H
#define BITMAP_H
//***********************************************************************
//“位图”类的定义
//这个类提供了方便的贴图功能。它的Draw()函数可以实现透明贴图。这个类是自定义的,
//就透明贴图的功能来说,它比BitBlt()函数更易于使用
www.eeworm.com/read/185724/8988965
cpp bitmap.cpp
#include "stdafx.h"
#include "Bitmap.h"
//*****************************************************************
//Bitmap类实现
//******************************************************************
//----
www.eeworm.com/read/283196/9036271
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/283174/9038133
h bitmap.h
#include
#include
#include
#define BITMAP_ID 0x4D42 // the universal bitmap ID
/**********************************************************************
www.eeworm.com/read/184417/9101854
html bitmap.html
NAME
glBitmap - draw a bitmap
C SPECIFICATION
void glBitmap( GLsizei widt
www.eeworm.com/read/184417/9103098
ps bitmap.ps
%!PS-Adobe-1.0
%%Creator: splat:n8 (Nate Robins,,,,,,,)
%%Title: stdin (ditroff)
%%CreationDate: Tue Jul 22 19:14:15 1997
%%EndComments
% Start of psdit.pro -- prolog for ditroff translator
% Co
www.eeworm.com/read/380485/9145480
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/380483/9145537
cpp bitmap.cpp
/*
nn-utility (Provides neural networking utilities for c++ programmers)
Copyright (C) 2003 Panayiotis Thomakos
This library is free software; you can redistribute it and/or
modi
www.eeworm.com/read/380271/9155161
h bitmap.h
#pragma once
class Bitmap
{
public:
Bitmap(char *filename, BOOL bTransMode, COLORREF crTransColor);
virtual ~Bitmap();
HBITMAP GetBitmap() { return m_hBitmap; };
int GetWidth() { ret