代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/306487/13743656
txt screencapture.txt
procedure TForm1.Timer1Timer(Sender:TObject);//抓取屏幕,并保存到Image控件中
var
Fullscreen:Tbitmap;
FullscreenCanvas:TCanvas;
dc:HDC;
begin
Fullscreen:=TBitmap.Create;
//创建一个BITMAP来存放图象
Fullscreen
www.eeworm.com/read/304862/13784779
cpp picseeview.cpp
// PicSeeView.cpp : implementation of the CPicSeeView class
//
#include "stdafx.h"
#include "PicSee.h"
#include "PicSeeDoc.h"
#include "PicSeeView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/304189/13798984
java fontser.java
import java.io.*;
import java.util.zip.*;
import java.awt.*;
import java.awt.image.*;
/**
* FontSer. Font serializer (RGB + Descriptor).
* @version 1.0
* @author S.H.
* @company
www.eeworm.com/read/303470/13815714
cs resources.designer.cs
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行库版本:2.0.50727.832
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,
www.eeworm.com/read/303219/13820131
vb resources.designer.vb
'------------------------------------------------------------------------------
'
' 此代码由工具生成。
' 运行库版本:2.0.50727.42
'
' 对此文件的更改可能会导致不正确的行为,并且如果
' 重新生成代码,这些更改将会丢失
www.eeworm.com/read/303023/13823904
mmp amoebax.mmp
target amoebax.exe
targetpath \sys\bin
targettype exe
SYSTEMINCLUDE \epoc32\include\ESDL
SYSTEMINCLUDE \epoc32\include\ZLIB // before \epoc32\include because symbian already has older versio
www.eeworm.com/read/302621/13830783
am makefile.am
INCLUDES = -I$(top_srcdir)/lib
AM_CXXFLAGS =-O3 -Wall -fno-rtti -fno-exceptions -g3
flash_LTLIBRARIES = \
libflash.la
flashdir = $(libdir)
libflash_include_HEADERS = \
flash.h
libflash_la_SOUR
www.eeworm.com/read/302621/13830795
h swf.h
#ifndef _SWF_H_
#define _SWF_H_
#include
#include
#include
#include
#include
#include
#ifdef DUMP
#include "bitstream.h"
#endif
#in
www.eeworm.com/read/301517/13857765
cpp editpaneview.cpp
// EditPaneView.cpp : implementation file
//
#include "stdafx.h"
#include "duoshi2.h"
#include "EditPaneView.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
sta
www.eeworm.com/read/301468/13858782
rc cmdbar.rc
//======================================================================
// Resource file
//
// Written for the book Programming Windows CE
// Copyright (C) 2003 Douglas Boling
//================