代码搜索:image processing
找到约 10,000 项符合「image processing」的源代码
代码结果 10,000
www.eeworm.com/read/195605/8138924
html image.html
北极星书库 - INTERNET 教室 - HTML 语言教程
图象(IMAGE)标记(TAGS)
www.eeworm.com/read/295749/8142444
cpp image.cpp
// Image.cpp: implementation of the CImage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Image.h"
#include "cdib.h"
#include "i
www.eeworm.com/read/295749/8142458
h image.h
// Image.h: interface for the CImage class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_IMAGE_H__37139FF8_7E5C_405A_B808_3E0825E8623C__INCLUDED_)
#
www.eeworm.com/read/333551/12675108
jsp image.jsp
www.eeworm.com/read/247010/12692578
cpp image.cpp
#include "stdafx.h"
#include "math.h"
#include "image.h"
#include "globalfunc.h"
#include // for sqrt()
#include // for GlobalAllocPtr
#define MAXIMAGESIZE
www.eeworm.com/read/247010/12692585
h image.h
#ifndef _IMAGE_H_
#define _IMAGE_H_
class CImage : public CObject
{
DECLARE_SERIAL(CImage);
private:
DWORD Transform(WORD width);
DWORD ByteNumForOneLine(WORD nD
www.eeworm.com/read/333011/12709590