代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/439035/7717808
cpp colorpane.cpp
// ColorPane.cpp : implementation file
//
#include "stdafx.h"
#include "Mainfrm.h"
#include "Tool_zuo.h"
#include "ColorPane.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/367965/7808491
c post_test.c
/*----------------------------------------------------------------------
*
* Filename: post_test.cpp
*
* Contents: Testing application of "class POST"
*
* Authors: Dhrama
*
* Notes:
www.eeworm.com/read/367965/7808511
c scaler_test.c
/*----------------------------------------------------------------------
*
* Filename: scaler_test.cpp
*
* Contents: Testing application of "class POST"
*
* Authors:
*
* Notes:
*
www.eeworm.com/read/299985/7815235
c src_565.c
#include
#include "math.h"
#include "common.h"
#include "SRC_565.h"
#include "system.h"
#include "T803_Util.h"
#include "TW803Reg.h"
#include "twowire.h"
#define __GLOBAL_H__
#inclu
www.eeworm.com/read/299488/7847262
vhd vgacore.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity vgacore is
Port ( clk : in std_logic;
reset : in std_logic;
www.eeworm.com/read/299432/7859317
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/399220/7879789
c jccolor.c
/*
* jccolor.c
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/198584/7925328
cpp xpbutton.cpp
// XPButton.cpp : implementation file
// Modified by jingzhou xu
#include "stdafx.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F
www.eeworm.com/read/197343/8003369
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
www.eeworm.com/read/397761/8023540
m example76.m
%%example76
%%training samples
in=10;
num=in;
b0(:,1)=reshape(double(rgb2gray(img1)),32*32,1);
b0(:,2)=reshape(double(rgb2gray(img2)),32*32,1);
b0(:,3)=reshape(double(rgb2gray(img3)),32*32,1);