代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/267599/11172563
js ubb.js
domain = "www.eedit.cn"
function callclip(param)
{
eval(param).focus();
eval(param).document.execCommand("selectAll");
eval(param).document.execCommand("Copy");
alert('复制成功!');
}
functio
www.eeworm.com/read/266983/11198725
c v4l2.c
/*
* TEST V4L2
*
* bushi@mizi.com
*
* preview : 240x160 overlay on 240x320 16bpp LCD
*
* capture : 640x480
*
*
*/
#include
#include
#include
www.eeworm.com/read/265935/11249150
cpp newguicommon.cpp
/*
KeePass Password Safe - The Open-Source Password Manager
Copyright (C) 2003-2007 Dominik Reichl
This program is free software; you can redistribute it and/or
www.eeworm.com/read/249868/12465164
m 9-10.m
RGB=reshape(ones(64,1)*reshape(jet(64),1,192),[64,64,3]);
%对数组进行整形变换,数组为 64×64×3
HSV=rgb2hsv(RGB);
%RGB色彩模型转换成HSV色彩模型,函数在下面的“颜色模型转换”中具体讲解
H=HSV(:,:,1);
S=HSV(:,:,2);
V=HSV(:,:,3);
%分别提取对应的色调、饱和
www.eeworm.com/read/336171/12465526
c v4l2.c
/*
* TEST V4L2
*
* bushi@mizi.com
*
* preview : 240x160 overlay on 240x320 16bpp LCD
*
* capture : 640x480
*
*
*/
#include
#include
#include
www.eeworm.com/read/148380/12470881
c puke.c
#include
#include
#include
#include
#include
#define red RGB(30,0,0)
#define black 0
#define max_sets 50000
extern const unsigned cha
www.eeworm.com/read/249226/12516440
cpp ppm2yuv.cpp
/********************************************************
* Some code. Copyright (C) 2003 by Pascal Massimino. *
* All Rights Reserved. (http://skal.planet-d.net) *
* For Educational/Academi
www.eeworm.com/read/334943/12560252
m 9-10.m
RGB=reshape(ones(64,1)*reshape(jet(64),1,192),[64,64,3]);
%对数组进行整形变换,数组为 64×64×3
HSV=rgb2hsv(RGB);
%RGB色彩模型转换成HSV色彩模型,函数在下面的“颜色模型转换”中具体讲解
H=HSV(:,:,1);
S=HSV(:,:,2);
V=HSV(:,:,3);
%分别提取对应的色调、饱和
www.eeworm.com/read/135855/13892606
cpp mine.cpp
// Mine.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Mine.h"
#include "MineDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c
www.eeworm.com/read/237911/13919181
cpp modart.cpp
// ModArt.cpp: implementation of the CModArt class.
//
//////////////////////////////////////////////////////////////////////
#include
#include
#include "stdafx.h"
#inclu