代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/486769/6527092
h bitmap.h
// Bitmap.h : main header file for the BITMAP application
//
#if !defined(AFX_BITMAP_H__9F738689_0420_11D4_876D_00001CD613F0__INCLUDED_)
#define AFX_BITMAP_H__9F738689_0420_11D4_876D_00001CD613F0
www.eeworm.com/read/486769/6527096
cpp bitmap.cpp
// Bitmap.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Bitmap.h"
#include "MainFrm.h"
#include "BitmapDoc.h"
#include "BitmapView.h"
#ifdef _DEB
www.eeworm.com/read/486769/6527694
bmp bitmap.bmp
www.eeworm.com/read/485493/6551053
bmp bitmap.bmp
www.eeworm.com/read/484430/6576054
obj bitmap.obj
www.eeworm.com/read/484430/6576069
h bitmap.h
//-----------------------------------------------------------------
// Bitmap Object
// C++ Header - Bitmap.h
//-----------------------------------------------------------------
#pragma once
www.eeworm.com/read/484430/6576072
cpp bitmap.cpp
//-----------------------------------------------------------------
// Bitmap Object
// C++ Source - Bitmap.cpp
//-----------------------------------------------------------------
//------------
www.eeworm.com/read/481542/6642897
c bitmap.c
/*
* lib/bitmap.c
* Helper functions for bitmap.h.
*
* This source code is licensed under the GNU General Public License,
* Version 2. See the file COPYING for more details.
*/
#include
www.eeworm.com/read/481225/6645169
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/481225/6645180