代码搜索结果
找到约 10,000 项符合
Image 的代码
image.cc
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm
image.cpp
#include "stdafx.h"
#include "math.h"
#include "image.h"
#include "globalfunc.h"
#include // for sqrt()
#include // for GlobalAllocPtr
#define MAXIMAGESIZE
image.h
#ifndef _IMAGE_H_
#define _IMAGE_H_
class CImage : public CObject
{
DECLARE_SERIAL(CImage);
private:
DWORD Transform(WORD width);
DWORD ByteNumForOneLine(WORD nD
image.plg
Build Log
--------------------Configuration: Image - Win32 Debug--------------------
Command Lines
Creating command line "link.exe /nologo /sub
image.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
image.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################