代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/479070/6698876
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/479070/6698877
h bitmap.h
// BitMap.h : main header file for the BITMAP application
//
#if !defined(AFX_BITMAP_H__39ACD3C7_C2EC_4EDF_A8FB_D9497652F09F__INCLUDED_)
#define AFX_BITMAP_H__39ACD3C7_C2EC_4EDF_A8FB_D9497652F09F
www.eeworm.com/read/479070/6698878
plg bitmap.plg
Build Log
--------------------Configuration: BitMap - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/479070/6698879
dsp bitmap.dsp
# Microsoft Developer Studio Project File - Name="BitMap" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/479070/6698882
rc bitmap.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/479070/6698885
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 _DEBUG
www.eeworm.com/read/477324/6741731
h bitmap.h
/*
Date of release: 21/5/2003
Microsoft(R) Windows(R) 1-bit(monochrome) and 4-bit(16 color)
Bitmap Reader
Version 2.00
By Yas
realyas2001@hotm
www.eeworm.com/read/265369/11266404
lst bitmap.lst
C51 COMPILER V7.20 BITMAP 08/04/2007 17:20:12 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE BITMAP
OBJECT MODULE PLACED IN
www.eeworm.com/read/265369/11266501
obj bitmap.obj
www.eeworm.com/read/410565/11276941
java bitmap.java
/*
* A Bitmap stores a video frame ready to be displayed
*/
public class Bitmap {
private int mWidth;
private int mHeight;
public int[] mRgb;
public Bitmap(int width, int