代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/123440/14633028
c demo7.c
/* Program to demonstrate Bezier curves */
#include
#include "xlib.h"
#include "xbezier.h"
#include "xpal.h"
void main(void)
{
int i, r, g, b;
x_set_mode(X_MODE_360x480, 3
www.eeworm.com/read/122453/14689466
h swfdec.h
#ifndef __SWFDEC_H__
#define __SWFDEC_H__
#ifdef __cplusplus
extern "C" {
#endif
enum {
SWF_OK = 0,
SWF_NEEDBITS,
SWF_WAIT,
SWF_ERROR,
SWF_EOF,
SWF_IMAGE,
SWF_CHANGE,
};
enum {
SWF_COLORSP
www.eeworm.com/read/212245/15161404
cpp stockkline.cpp
// StockKline.cpp: implementation of the CStockKline class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "StockControl.h"
#include "Sto
www.eeworm.com/read/206265/15297458
css common.css
/* Cascading Style Sheet for IE4.01 last updated 10-16-97 */
body { font-family: "宋体"; font-size: 9pt}
a:link { text-decoration: none; color: #336699; font-family: "宋体"; font-size: 9pt}
www.eeworm.com/read/171026/5400050
h colorstatic.h
// ColorStatic.h
#ifndef COLORSTATIC_H
#define COLORSTATIC_H
#define COLOR_WHITE RGB(255, 255, 255)
#define COLOR_RED RGB(255, 0, 0)
#define COLOR_BLACK RGB(0, 0, 0)
#define COLOR_G
www.eeworm.com/read/171026/5400820
h colorstatic.h
// ColorStatic.h
#ifndef COLORSTATIC_H
#define COLORSTATIC_H
#define COLOR_WHITE RGB(255, 255, 255)
#define COLOR_RED RGB(255, 0, 0)
#define COLOR_BLACK RGB(0, 0, 0)
#define COLOR_G
www.eeworm.com/read/164348/5497768
c ddpdb.c
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: ddpdb.c,v 1.2.2.1 2004/07/09 01:59:19 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
www.eeworm.com/read/162654/5514921
h sonix.h
#ifndef SONIXUSB_H
#define SONIXUSB_H
/****************************************************************************
# sonix sn9c102 library #
# Copyright (C)
www.eeworm.com/read/154890/5632750
in makefile.in
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundat
www.eeworm.com/read/471796/6882015
vhd list_ch12_02_vga_sync_test.vhd
-- Listing 12.2
library ieee;
use ieee.std_logic_1164.all;
entity vga_test is
port (
clk, reset: in std_logic;
sw: in std_logic_vector(2 downto 0);
hsync, vsync: out std_l