代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/274245/10880940
h convertcolor.h
/****************************************************************************************
* 文件名:CONVERTCOLOR.H
* 功能:颜色值转换程序。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*********************************
www.eeworm.com/read/418930/10891337
c v4l.c
/**********************************************************************
*
*
* 文 件 名: v4l.c
*
* 内容描述: 视频监控系统源文件
*
*
*/
#include "v4l.h"
/************************************************
www.eeworm.com/read/272829/10942267
h hardware.h
#ifndef _HARDWARE_HEAD
#define _HARDWARE_HEAD
#include
#include
#include
#include
#include
#define RGB char
#define BLACK_COL
www.eeworm.com/read/418361/10950126
h omap_lcd_template.h
/*
* QEMU OMAP LCD Emulator templates
*
* Copyright (c) 2006 Andrzej Zaborowski
*
* Redistribution and use in source and binary forms, with or without
* modification, are per
www.eeworm.com/read/270954/11018756
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/270588/11032362
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/469979/6922083
h convertcolor.h
/****************************************************************************************
* 文件名:CONVERTCOLOR.H
* 功能:颜色值转换程序。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*********************************
www.eeworm.com/read/106232/6943268
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/469046/6984285
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/468408/6989659
cpp xmltype.cpp
// Copyright(C) 1999-2005 LiuTaoTao,bookaa@rorsoft.com
// XmlType.cpp
#include "stdafx.h"
#include "00000.h"
#include "XmlType.h"
/*
enum XMLTYPE
{
XT_invalid = 0,
XT_blank,
XT_Symb