代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/171024/9774885
cpp ansitapiterm.cpp
//
// AnsiTapiTerm.cpp
//
// Source code from:
//
// Serial Communications: A C++ Developer's Guide,
// 2nd Edition by Mark Nelson, M&T Books, 1999
//
// Please see the book for informat
www.eeworm.com/read/171024/9775037
cpp ansiwinterm.cpp
//
// AnsiWinTerm.cpp
//
// Source code from:
//
// Serial Communications: A C++ Developer's Guide, 2nd Edition
// by Mark Nelson, M&T Books, 1999
//
// Please see the book for informatio
www.eeworm.com/read/366977/9786514
m p0210.m
I=imread('Plane211.jpg');
I2=rgb2gray(I);
imshow(I);
figure,imshow(I2);
figure,subplot(1,2,1),imshow(I);
subplot(1,2,2),imshow(I2);
www.eeworm.com/read/366806/9798049
java grayfilter.java
// GrayFilter.java
import java.awt.image.*;
public class GrayFilter extends RGBImageFilter
{
public GrayFilter ()
{
canFilterIndexColorModel = true;
}
public int filter
www.eeworm.com/read/366806/9798063
java grayfilter.java
// GrayFilter.java
import java.awt.image.*;
public class GrayFilter extends RGBImageFilter
{
public GrayFilter ()
{
canFilterIndexColorModel = true;
}
public int filter
www.eeworm.com/read/270032/11051318
pov random.pov
#declare WHITE=color rgb
#declare BLACK=color rgb
#declare S=sphere{,1 pigment{color WHITE}finish{diffuse 1}}
camera{location direction right up}
ligh
www.eeworm.com/read/269537/11095346
h hsi.h
/**$6
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/414250/11123516
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//