代码搜索:RGB

找到约 8,819 项符合「RGB」的源代码

代码结果 8,819
www.eeworm.com/read/324902/13238861

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/239434/13279157

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/137777/13297978

h rgbcolor.h

///////////////////////////////////////////////////////////////////////////// // Copyright (C) 2000 by Michel Wassink // All rights reserved // // This is free software. // You may redistribute i
www.eeworm.com/read/137492/13319630

cpp xpbutton.cpp

// XPButton.cpp : implementation file //调用JINZHOUXU之button控件派生类 #include "stdafx.h" #include "XPButton.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FI
www.eeworm.com/read/323757/13321812

h imgconvert_template.h

/* * Templates for image convertion routines * Copyright (c) 2001, 2002, 2003 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the
www.eeworm.com/read/136336/13382514

h convertcolor.h

/**************************************************************************************** * 文件名:CONVERTCOLOR.H * 功能:颜色值转换程序。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注: *********************************
www.eeworm.com/read/321441/13404862

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/320086/13433009

cpp dialog1.cpp

// dialog1.cpp : implementation file // #include "stdafx.h" #include "knap1.h" #include "dialog1.h" #include "tu.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FIL
www.eeworm.com/read/320086/13433036

cpp dialog.cpp

// dialog.cpp : implementation file // #include "stdafx.h" #include "knap1.h" #include "dialog.h" #include "dialog1.h" #include "knap1Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_
www.eeworm.com/read/319411/13452159

cpp jccolor.cpp

/* * jccolor.c * * Copyright (C) 1991-1994, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READM