代码搜索:CSize
找到约 1,126 项符合「CSize」的源代码
代码结果 1,126
www.eeworm.com/read/329181/12972098
txt dib.txt
void CWzdBitmap::CreateBitmapEx(CSize size)
{
bitmapSize=size;
dcScreen.Attach(::GetDC(NULL));
dcMem.CreateCompatibleDC(&dcScreen) ;
CreateCompatibleBitmap(&dcScreen,size.cx ,size.cy );
dc
www.eeworm.com/read/467453/1502296
h bootloader.h
typedef struct Inter{
// data' address in sram or sdram
unsigned int * address;
// data's offset in dataflash
unsigned int DFAddr;
// data's size in sram or sdram
unsigned int CSize
www.eeworm.com/read/467453/1502581
h bootloader.h
typedef struct Inter{
// data' address in sram or sdram
unsigned int * address;
// data's offset in dataflash
unsigned int DFAddr;
// data's size in sram or sdram
unsigned int CSize
www.eeworm.com/read/466197/1514114
h bootloader.h
typedef struct Inter{
// data' address in sram or sdram
unsigned int * address;
// data's offset in dataflash
unsigned int DFAddr;
// data's size in sram or sdram
unsigned int CSize
www.eeworm.com/read/466197/1514399
h bootloader.h
typedef struct Inter{
// data' address in sram or sdram
unsigned int * address;
// data's offset in dataflash
unsigned int DFAddr;
// data's size in sram or sdram
unsigned int CSize
www.eeworm.com/read/273525/4209361
ado _mdisplay.ado
*!version 1.0.3 24Jan2002
program define _mdisplay
version 8.0
syntax , Mname(string) [ CSize(string) CFormat(string) /*
*/ LMarg(integer 0) SPaces(string) /*
*/ OSPaces(string) Table HLadj
www.eeworm.com/read/323248/13346624
h common.h
#ifndef _COMMON_H
#define _COMMOM_H
HRGN BitmapToRegion (HBITMAP hBmp, COLORREF cTransparentColor = 0, COLORREF cTolerance = 0x101010);
BOOL LoadImageFile(LPCTSTR szFile, CBitmap* pBitmap, CSize&
www.eeworm.com/read/410728/2201975
h inst.h
#define DEBUG
#define H8500_MSIZE (8*64*1024)
#define CSIZE 1000
union rtype
{
unsigned long l;
unsigned short s[2];
unsigned char *c;
};
/* Local register names */
typ
www.eeworm.com/read/158872/5590163
h inst.h
#define DEBUG
#define H8500_MSIZE (8*64*1024)
#define CSIZE 1000
union rtype
{
unsigned long l;
unsigned short s[2];
unsigned char *c;
};
/* Local register names */
typ
www.eeworm.com/read/195136/8172387
h size.h
// Size.h: interface for the CSize class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SIZE_H__6B2CF841_4F68_11D5_A529_0050BAF14858__INCLUDED_)
#def