代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/385844/8786420
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/285951/8799837
h bitmap.h
#ifndef BITMAP_H
#define BITMAP_H
//***********************************************************************
//“位图”类的定义
//这个类提供了方便的贴图功能。它的Draw()函数可以实现透明贴图。这个类是自定义的,
//就透明贴图的功能来说,它比BitBlt()函数更易于使用
www.eeworm.com/read/285951/8799854
cpp bitmap.cpp
#include "stdafx.h"
#include "Bitmap.h"
//*****************************************************************
//Bitmap类实现
//******************************************************************
//----
www.eeworm.com/read/187350/8831612
c bitmap.c
#define IAR
#ifdef IAR
#define FLASH_ZIMO __flash
#else
#define FLASH_ZIMO const
#endif
FLASH_ZIMO unsigned char alphanum[]=
{
0xf0,0xf8,0x0c,0xc4,0x0c,0xf8,0xf0,0x00,0x03,0x07,0x0c,0x08,0x0
www.eeworm.com/read/384854/8837836
c bitmap.c
www.eeworm.com/read/384854/8837847
exe bitmap.exe
www.eeworm.com/read/428828/8838053
suo bitmap.suo
www.eeworm.com/read/428828/8838057
dsw bitmap.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/428828/8838067
ico bitmap.ico
www.eeworm.com/read/428828/8838082