代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/146743/12615861
cpp coverdlg.cpp
// CoverDlg.cpp : implementation file
//
#include "stdafx.h"
#include "mysplash.h"
#include "CoverDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/135900/13888433
m mydwt2.m
function [cA,cH,cV,cD,cM]=mydwt2(mypic_<mark>RGB</mark>,wavename)
% 此函数是利用MATLAB工具箱提供的一维离散小波变换函数dwt()对传递进来的图像矩阵mypic_<mark>RGB</mark>
% 进行相应的小波类型分解处理,其中参数wavename是小波类型。它借助于使用了指定的小波基函
% 数'wavename' 的dwt()首先对图像矩阵进行行分解,而后进行列分解 ...
www.eeworm.com/read/300254/13924408
h convert.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/134403/13992558
cpp xpbutton.cpp
// XPButton.cpp : implementation file
//
#include "stdafx.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////
www.eeworm.com/read/134403/13992596
cpp xpedit.cpp
// XPEdit.cpp : implementation file
//
#include "stdafx.h"
#include "XPEdit.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////////
www.eeworm.com/read/235928/14041508
m som_colorcode.m
function colors=som_colorcode(m, colorcode, scaling)
%SOM_COLORCODE Calculates a heuristic color coding for the SOM grid
%
% colors = som_colorcode(m, colorcode, scaling)
%
% Input and output argum
www.eeworm.com/read/235707/14055372
cpp cfiltertitleoverlay.cpp
//
// CFilterTitleOverlay.cpp
//
#include // quartz, includes windows
// Eliminate two expected level 4 warnings from the Microsoft compiler.
// The class does not have an
www.eeworm.com/read/112786/15476852
h color.h
// Color.h
// Colorref's to use with your Programs
#define RED RGB(127, 0, 0)
#define GREEN RGB( 0,127, 0)
#define BLUE RGB( 0, 0,127)
#define LIGHTRED RGB(255, 0, 0