代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/108584/15583741
c guistream.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/108584/15583937
h guidemo.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/108245/15589682
pas u00404.pas
unit U00404;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TfrmSingle = class(TForm)
Button1: TButton;
Button2: TB
www.eeworm.com/read/108245/15589687
txt 00404.txt
1:检测程序是否运行
在某些情况下,我们编写的应用程序同时只能有一个实例在内存中运行,例如服务器程序、需要独占某设备的程序,甚至我们仅仅是让程序同时只有一个实例运行。要实现此功能,需要在程序中加一点判断的代码。
再工程文件里面, Application.Initialize;前面加上判断就可以了,注意了,必须得加一个Windows单元,才能运行。
const
Cl ...
www.eeworm.com/read/107418/15607534
rc cjlibrary.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/107377/15608393
pas evbfileformatjpg.pas
unit EvBFileFormatJPG;
{ File format filter for reading and writing JPEG (JPG) files }
interface
uses
EvBGraphics, Classes, LibJPEG;
type
TEvBJPGFileFormat = class(TEvBBitmapFileFormat
www.eeworm.com/read/107377/15608394
pas evbfileformatpnm.pas
unit EvBFileFormatPNM;
{ TEvBBitmapFileFormat extensions for reading (unix) PGM and PPM files }
interface
uses
EvBGraphics, Graphics, Classes;
type
TEvBPNMFileFormat = class(TEvBBitmap
www.eeworm.com/read/107377/15608404
pas aicinvcolorconversion.pas
unit AICInvColorConversion;
{ Advanced Image Coding (AIC)
===========================
YCbCr to RGB color conversion.
Parts of the code in this unit are based on the IJG JPEG reference softwa
www.eeworm.com/read/107377/15608407
pas aicfwdcolorconversion.pas
unit AICFwdColorConversion;
{ Advanced Image Coding (AIC)
===========================
RGB to YCbCr color conversion.
Parts of the code in this unit are based on the IJG JPEG reference softwa
www.eeworm.com/read/107377/15608413
pas fdualimage.pas
unit FDualImage;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls;
type
TFrameDualImage = class(TFrame)
PnlOrig: TPane