代码搜索:RGB

找到约 8,819 项符合「RGB」的源代码

代码结果 8,819
www.eeworm.com/read/310321/7137557

css index.css

/* ::::: https://seqcc.icarnegie.com/css/cteform.css ::::: */ body { background: rgb(255, 255, 255) none repeat; } .bodytop { background: rgb(204, 51, 51) none repeat; } .lbl0-required { color: rgb(
www.eeworm.com/read/459461/7275187

vhd controla_enable.vhd

library IEEE; use IEEE.std_logic_1164.all; USE IEEE.std_logic_arith.all; USE IEEE.std_logic_unsigned.all; entity controla_enable is port ( enable: in STD_LOGIC; clk: in ST
www.eeworm.com/read/459148/7280292

m test.m

%% test 2009.4.15 im=imread('lena.tif'); % 转成灰度,转成double型 im=double(rgb2gray(im)); % 用快速的方法计算 hu1=M_GetImageHuJu_Fast(im); % 用一般的方法计算 hu2=M_GetImageHuJu(im);
www.eeworm.com/read/458102/7306464

css site.css

BODY{ background-color: #FFFFFF;MARGIN: 0px; FONT: 9pt 宋体; color: #2F1701; SCROLLBAR-FACE-COLOR:#FA7727; scrollbar-track-color:#FA7727; SCROLLBAR-HIGHLIGHT-COLOR:#FDF6E7;
www.eeworm.com/read/458102/7306963

css site.css

BODY{ background-color: #FFFFFF;MARGIN: 0px; FONT: 9pt 宋体; color: #2F1701; SCROLLBAR-FACE-COLOR:#FA7727; scrollbar-track-color:#FA7727; SCROLLBAR-HIGHLIGHT-COLOR:#FDF6E7;
www.eeworm.com/read/456596/7344165

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,
www.eeworm.com/read/456242/7353254

m zooming.m

function zooming global filename path NEW; % int_reply = str2num(reply); % % int_reply = reply(1:1); % disp(int_reply); full_path = strcat(path, '\', filename); RGB = imread(full_path)
www.eeworm.com/read/436295/7772948

cpp testline.cpp

// TestLine.cpp : implementation file // #include "stdafx.h" #include "draw.h" #include "TestLine.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__
www.eeworm.com/read/434282/7878108

cpp ellipseproperties.cpp

// EllipseProperties.cpp : implementation file // #include "stdafx.h" #include "MyDraw.h" #include "EllipseProperties.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char TH
www.eeworm.com/read/298886/7927539

vhd controla_enable.vhd

library IEEE; use IEEE.std_logic_1164.all; USE IEEE.std_logic_arith.all; USE IEEE.std_logic_unsigned.all; entity controla_enable is port ( enable: in STD_LOGIC; clk: in ST