代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/325580/13195486
txt ddd.txt
float x1[]={350.0,380.0,480.0,450.0,350.0};
float y1[]={200.0,200.0,150.0,150.0,200.0};
float x2[5],y2[5];
int i,cx,cy,m;
double a,r;
cx=350;cy=200;
int x=10,y=255,z=30;
www.eeworm.com/read/240544/13214327
m 13-12.m
RGB = imread('flowers.tif');
subplot(221),imshow(RGB)
title('原始真彩色图像')
subplot(222),imshow(RGB(:,:,1))
title('真彩色图像红色分量')
subplot(223),imshow(RGB(:,:,2))
title('真彩色图像绿色分量')
subplot(224),imshow(
www.eeworm.com/read/138588/13230803
css ex10-18.css
CnGame {font:bold small-caps 12pt "隶书", "Times New Roman";color:red}
Time,Place,Date {color:#126afc}
Star {color:rgb(100%,30%,5%)}
Coach {color:rgb(156,115,199)}
Br {display:block}
www.eeworm.com/read/324902/13238808
m 13-12.m
RGB = imread('flowers.tif');
subplot(221),imshow(RGB)
title('原始真彩色图像')
subplot(222),imshow(RGB(:,:,1))
title('真彩色图像红色分量')
subplot(223),imshow(RGB(:,:,2))
title('真彩色图像绿色分量')
subplot(224),imshow(
www.eeworm.com/read/138003/13274435
h cmenu.h
#pragma once
/*
class CMenu
{
public:
struct MenuC
{
char *Name;
bool IsCheck;
int x,int y;
};
MenuC AMenu[MAX_MENU];
CFont MenuFont;
int AMenuC;
COLORREF NoCC,CCDD;
www.eeworm.com/read/322099/13389868
m change.m
rgb_img = imread('Fig6.48(d).jpg');
I =.3*rgb_img(:,:,1)+.59*rgb_img(:,:,2)+.11*rgb_img(:,:,3);
subplot(1,2,1);
imshow(I);
subplot(1,2,2);
imshow(rgb_img);
www.eeworm.com/read/321681/13400943
c ccvt_c1.c
/* CCVT: ColourConVerT: simple library for converting colourspaces
Copyright (C) 2002 Nemosoft Unv.
This program is free software; you can redistribute it and/or modify
it under the term
www.eeworm.com/read/321394/13407566
an8 roivas.an8
header {
version { "0.9" }
build { "2005.08.29" }
}
description {
"Made by: Jeff Bland(Reverse_Gecko)\015\012"
"Based off a character by Silicon Knights.\015\012"
"Special thanks to s
www.eeworm.com/read/318291/13481854
cpp mempage1.cpp
// MemPage1.cpp : implementation file
//
#include "stdafx.h"
#include "OSDemo.h"
#include "MemPage1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/318022/13489873
cpp settingdlg.cpp
// SettingDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Graphic.h"
#include "SettingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _