代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/307616/13718950
h ourconstants.h
//Definitions of constants
#pragma once
// Element type definitions
// Each type value must be unique
const unsigned int LINE = 101U;
const unsigned int RECTANGLE = 102U;
cons
www.eeworm.com/read/307616/13719311
h ourconstants.h
//Definitions of constants
#pragma once
// Element type definitions
// Each type value must be unique
const unsigned int LINE = 101U;
const unsigned int RECTANGLE = 102U;
cons
www.eeworm.com/read/307212/13726422
h convertcolor.h
/****************************************************************************************
* 文件名:CONVERTCOLOR.H
* 功能:颜色值转换程序。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*********************************
www.eeworm.com/read/306970/13734011
c rotozoom.c
/*
* Generates a synthetic YUV video sequence suitable for codec testing.
*
* copyright (c) Sebastien Bechet
*
* This file is part of FFmpeg.
*
* FFmpeg is free softwa
www.eeworm.com/read/306970/13734233
h imgconvert_template.h
/*
* templates for image conversion routines
* Copyright (c) 2001, 2002, 2003 Fabrice Bellard.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
www.eeworm.com/read/303963/13806063
h convertcolor.h
/****************************************************************************************
* 文件名:CONVERTCOLOR.H
* 功能:颜色值转换程序。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*********************************
www.eeworm.com/read/303255/13819625
cpp xpbutton.cpp
// XPButton.cpp : implementation file
//
#include "stdafx.h"
#include "Scoremanager.h"
#include "XPButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/302853/13826309
h bitmapsave.h
#ifndef _BITMAPSAVE_H_
#define _BITMAPSAVE_H_
#include "AEEBitmap.h"
#define RGB565TORGB555(rgb565) \
(rgb565 & 0x001f) | \
((rgb565 & 0x
www.eeworm.com/read/302403/13836338
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/152077/5676073
h convertcolor.h
/****************************************************************************************
* 文件名:CONVERTCOLOR.H
* 功能:颜色值转换程序。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
*********************************