代码搜索:Image
找到约 10,000 项符合「Image」的源代码
代码结果 10,000
www.eeworm.com/read/248593/12550949
h image.h
/*!
************************************************************************
* \file image.h
*
* \brief
* prototypes for image.c
*
**************************************************
www.eeworm.com/read/248593/12551085
c image.c
/*!
***********************************************************************
* \file image.c
*
* \brief
* Decode a Slice
*
* \author
* Main contributors (see contributors.h for
www.eeworm.com/read/248593/12551254
h image.h
/*!
************************************************************************
* \file image.h
*
* \brief
* headers for image processing
*
* \author
* Inge Lille-Langoy
www.eeworm.com/read/248593/12551460
c image.c
/*!
*************************************************************************************
* \file image.c
*
* \brief
* Code one image/slice
*
* \author
* Main contributors (see
www.eeworm.com/read/248525/12555141
gif image.gif
www.eeworm.com/read/334758/12576735
h image.h
/*********************************************************************
image.h - Eye图像浏览器—图像类定义文件(所有图像的浏览都依赖此类)
版权所有(C) 2001,秦丰林
创建时间:2001-11-25
版本:0.1.11.25
最后修改时间:2001
www.eeworm.com/read/334758/12576774
cpp image.cpp
#include "stdafx.h"
//#include "path.h"
#include "image.h"
#include "gif.h"
CImage::CImage()
{
m_hImage=0;
//m_ImageType=IMT_NULL;
m_nHeight=0;
m_nWidth=0;
m_nBitCount=0;
m_nPageQ
www.eeworm.com/read/147056/12591924