代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/155539/11864348
cpp zp1067.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
//---------------------------------------------------------------------------
#
www.eeworm.com/read/344519/11875166
c gblblit.c
#include "gblblit.h"
/* blitting gray glyphs
*/
/* generic macros
*/
#define GRGB_PACK(r,g,b) ( ((GBlenderPixel)(r)
www.eeworm.com/read/344519/11875301
h gbench.h
#ifndef __GBENCH_H__
#define __GBENCH_H__
typedef enum
{
GBITMAP_FORMAT_NONE = 0,
GBITMAP_FORMAT_RGB24,
GBITMAP_FORMAT_GRAY,
GBITMAP_FORMAT_RGB,
GBITMAP_FORMAT_BGR,
www.eeworm.com/read/154491/11950605
h main.h
#ifndef MAIN_H
#define MAIN_H
/*
types
typedef unsigned char u8;
typedef unsigned long u32;
typedef unsigned int size_t;
#define NULL 0
*/
typedef unsigned char bool;
#define true 1
#
www.eeworm.com/read/256299/12010231
m sumarize11_6_3.m
%载入图像
load trees
%RGB转换为灰度图
I = ind2gray(X,map);
imshow(I)
%指定特定区域,并进行填充
I2 = roifill;
imshow(I2)
www.eeworm.com/read/341776/12065793
cpp dynamicled.cpp
// DynamicLED.cpp : implementation file
//
#include "stdafx.h"
#include "DynLED.h"
#include "DynamicLED.h"
#define ID_TIMER_START 1001
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/152453/12112403
vhd top.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity top is
Port ( sysclk : in std_logic;
reset : in std_logic;
www.eeworm.com/read/252080/12304007
h globaldata.h
#ifndef _VCADDINTOOLS_GLOBALDATA_INCLUDEFILE_
#define _VCADDINTOOLS_GLOBALDATA_INCLUDEFILE_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define COR_BLACK RGB(0, 0, 0)
#defi
www.eeworm.com/read/337372/12373958
css webfxlayout.css
/*
bright: rgb(234,242,255);
normal: rgb(120,172,255);
dark: rgb(0,66,174);
*/
/* import menu css */
/*
@import "dhtml/xmenu/xmenu.css";
*/
#webfx-about {
position: absolute;
bac
www.eeworm.com/read/250669/12390469
cpp input.cpp
// input.cpp : implementation file
//
#include "stdafx.h"
#include "scoreboard.h"
#include "input.h"
#include "ScoreBoardDlg.h"
//#include "ScoreBoardDlg.cpp"
#include "myfile.h"
#ifdef _DEB