代码搜索:RGB

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

代码结果 8,819
www.eeworm.com/read/158793/5594815

c snap_ppm.c

/* * snap_ppm - screen snapshot for Nano-X, ppm format */ /* * A simple Nano-X screenshot program using GrReadArea(). * * The contents of this file are subject to the Mozilla Public License * V
www.eeworm.com/read/474339/6820899

cpp mycolor.cpp

// MyColor.cpp: implementation of the MyColor class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyColor.h" #ifdef _DEBUG #undef T
www.eeworm.com/read/472842/6858777

cpp trenddlg.cpp

// TrendDlg.cpp : 实现文件 // #include "stdafx.h" #include "TravellerApp.h" #include "TrendDlg.h" #include ".\trenddlg.h" // CTrendDlg 对话框 IMPLEMENT_DYNAMIC(CTrendDlg, CDialog) CTrendDlg::
www.eeworm.com/read/472106/6878759

txt vb.txt

图形填充底色出问题: Private Sub form_Click() Static i As Integer Dim r As Integer, g As Integer, b As Integer Randomize r = Int(Rnd * 256) g = Int(Rnd * 256) b = Int(Rnd * 256) Debug.Print r, g
www.eeworm.com/read/472159/6880140

bak 2403_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/472159/6880141

opt 2403.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/471457/6893362

cpp unit1.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include "Unit1.h" //------------------------------------------------------------
www.eeworm.com/read/294611/8216680

m som_clustercolor.m

function color=som_clustercolor(m, class, colorcode) % SOM_CLUSTERCOLOR Sets map unit coloring according to classification % % syntax 1: color = som_clustercolor(m, class, [colorcode]) % syntax 2: c
www.eeworm.com/read/294008/8257765

m example5_3.m

%顶点坐标为(40 , 50) , (40 , 250),(240,50)和(240,250)。 RGB=imread('flowers.tif'); imshow(RGB); RGB2=imcrop(RGB,[40,50,200,200]); figure,imshow(RGB2);
www.eeworm.com/read/393857/8258460

m b45.m

%顶点坐标为(40 , 50) , (40 , 250),(240,50)和(240,250)。 RGB=imread('flowers.tif'); imshow(RGB); RGB2=imcrop(RGB,[40,50,200,200]); figure,imshow(RGB2);