代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/360735/10080341
cpp ximaska.cpp
/*
* File: ximaska.cpp
* Purpose: Platform Independent SKA Image Class Loader and Writer
* 25/Sep/2007 Davide Pizzolato - www.xdp.it
* CxImage version 6.0.0 02/Feb/2008
*/
#include "ximas
www.eeworm.com/read/360734/10080497
cpp ximaska.cpp
/*
* File: ximaska.cpp
* Purpose: Platform Independent SKA Image Class Loader and Writer
* 25/Sep/2007 Davide Pizzolato - www.xdp.it
* CxImage version 6.0.0 02/Feb/2008
*/
#include "ximas
www.eeworm.com/read/164293/10119709
c jccolor.c
/*
* jccolor.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fil
www.eeworm.com/read/163970/10135868
h convertcolor.h
/****************************************************************************************
* 文件名:CONVERTCOLOR.H
* 功能:颜色值转换程序。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*********************************
www.eeworm.com/read/163724/10148089
cpp xpbutton.cpp
// XpButton.cpp : implementation file
//
#include "stdafx.h"
#include "XpButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/358172/10195203
cpp guicheckbox.cpp
//-----------------------------------------------------------------------//
// This is a part of the GuiLib MFC Extention. //
// Autor : Francisco Campos //
// (C) 2002 Francis
www.eeworm.com/read/357171/10214000
m 8-13.m
rgb=imread('lily.tif');
imshow(rgb);
title('原始图像');
[X_no_dither,map]=rgb2ind(rgb,8,'nodither');
[X_dither,map]=rgb2ind(rgb,8,'dither');
figure, imshow(X_no_dither,map);
title('没有抖动的变换图像');
fi
www.eeworm.com/read/356354/10230337
c jccolor.c
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/280836/10289761
cpp xpbutton.cpp
// XPButton.cpp : implementation file
//
#include "stdafx.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/162547/10297094
h convertcolor.h
/****************************************************************************************
* 文件名:CONVERTCOLOR.H
* 功能:颜色值转换程序。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*********************************