代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/487365/6509433
rc dibble.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/486201/6538077
asv imread_ncut.asv
function I = imread_ncut(Image_file_name,nr,nc);
% Timothee Cour, Stella Yu, Jianbo Shi, 2004.
%
% I = imread_ncut(Image_file_name);
%
%% read image
I = imread(Image_file_name);
[Inr,Inc,nb] = size
www.eeworm.com/read/486201/6538096
m imread_ncut.m
function I = imread_ncut(Image_file_name,nr,nc);
% I = imread_ncut(Image_file_name);
%
% Timothee Cour, Stella Yu, Jianbo Shi, 2004.
%% read image
I = imread(Image_file_name);
[Inr,Inc,nb] = size(
www.eeworm.com/read/484371/6586410
do wave_add_v4.do
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -divider {internal signals}
add wave -noupdate -format Literal -radix decimal /xil_rgb2ycrcb_tb_cosim_cw/xil_rgb2ycrcb_tb/color
www.eeworm.com/read/410506/11282202
css hx_css.css
BODY{
FONT-SIZE: 12px;
FONT-FAMILY: 宋体;
}
TD{font-family: 宋体;
font-size: 12px;
line-height: 15px;
}
.tableBorder1{
width:590px;
border: 1px;
background-color: #247624;
}
.fontmenu{color
www.eeworm.com/read/264684/11305269
css custom.css
.mstheme-bannertxt a:link
{
color: rgb(0, 0, 0);
}
.mstheme-bannertxt a:active
{
color: rgb(0, 0, 0);
}
.mstheme-bannertxt a:visited
{
color: rgb(0, 0, 0);
}
.mstheme-bannertxt-g
{
f
www.eeworm.com/read/409944/11306268
cpp advbuttondlg.cpp
// AdvButtonDlg.cpp : implementation file
//
#include "stdafx.h"
#include "AdvButton.h"
#include "AdvButtonDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE
www.eeworm.com/read/262561/11399965
css link.css
body {
background-color: white;
color: black;
font-family: Arial, sans-serif;
font-size: small;
margin: 5px;
}
a {
color: darkblue;
}
a:visited {
color: darkblue;
}
.gwt-DialogBox {
bor
www.eeworm.com/read/262561/11399982
css system.css
body {
background-color: white;
color: black;
font-family: Arial, sans-serif;
font-size: small;
margin: 5px;
}
a {
color: darkblue;
}
a:visited {
color: darkblue;
}
.gwt-Dial
www.eeworm.com/read/407650/11412751
cpp kmean.cpp
#include "cxcore.h"
#include "highgui.h"
int main( int argc, char** argv )
{
#define MAX_CLUSTERS 5
CvScalar color_tab[MAX_CLUSTERS];
IplImage* img = cvCreateImage( cvSize( 500, 500 ), 8,