代码搜索结果
找到约 10,000 项符合
Image 的代码
image.cpp
// Image.cpp: implementation of the CImage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
CImage::CImage()
{
hBitmap=NULL;
hMemDC=NU
image.h
// Image.h: interface for the CImage class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _CIMAGE_H
#define _CIMAGE_H
#define WIDTHBYTES(bits) (((bits
image.cpp
// Image.cpp: implementation of the CImage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
CImage::CImage()
{
hBitmap=NULL;
hMemDC=NU
image.h
// Image.h: interface for the CImage class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _CIMAGE_H
#define _CIMAGE_H
#define WIDTHBYTES(bits) (((bits
image.cpp
// Image.cpp: implementation of the CImage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
CImage::CImage()
{
hBitmap=NULL;
hMemDC=NU
image.h
// Image.h: interface for the CImage class.
//
//////////////////////////////////////////////////////////////////////
#ifndef _CIMAGE_H
#define _CIMAGE_H
#define WIDTHBYTES(bits) (((bits
image.cpp
/*
*
* All Contents Copyright 2000 by Jared Samet. All Rights Reserved.
*
*/
#include
#include "Image.h"
#include "Sequence.h"
int CImage::m_iGapPenalty;
int CImage::m_iMa
image.h
/*
*
* All Contents Copyright 2000 by Jared Samet. All Rights Reserved.
*
*/
#ifndef _IMAGE_H
#define _IMAGE_H
#define new DEBUG_NEW
class CSequence;
class CImage
{
public: