代码搜索结果

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

ex2501.m

%例25-1 RGB真彩真彩着色 %Ex25-1 RGB coloring clear close all [x,y]=meshgrid(-1:0.2:1); z=x.^2+cos(y*pi); [m,n]=size(z); c=rand(m,n,3); surf(x,y,z,c) title('RGB coloring of surf')

about.cpp

////////////////////////////////////////////////////////////////////////////// //类名:About //功能:"关于"对话框 //作者:徐景周(jingzhou_xu@163.net) //组织:未来工作室(Future Studio) //日期:2002.12.10 ///////////////////

splitterwndex.cpp

#include "StdAfx.h" #include ".\splitterwndex.h" CSplitterWndEx::CSplitterWndEx(void) { } CSplitterWndEx::~CSplitterWndEx(void) { } BEGIN_MESSAGE_MAP(CSplitterWndEx, CSplitterWnd) ON_WM_

light.tan.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0} { "I

wv_p(samsung_noticon).txt

/*===========================================================================*/ /* Register Setting for TW8804C 03/01/05 */ /*========================================

wv_p.txt

/*===========================================================================*/ /* Register Setting for TW8804C 03/01/05 */ /*========================================

regmap.h

#ifndef __REGMAP__ #define __REGMAP__ //----------------------------------------------------------------------------- // Individual Decoder Registers //--------------------------------------

funnystyle.cpp

// FunnyStyle.cpp: implementation of the CFunnyStyle class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MLog.h" #include "FunnyStyle.